dain 2004/02/13 15:44:35
Modified: assembly maven.xml
Log:
Removed illegal double dash from xml comment
Revision Changes Path
1.12 +8 -6 incubator-geronimo/assembly/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/assembly/maven.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- maven.xml 13 Feb 2004 23:18:59 -0000 1.11
+++ maven.xml 13 Feb 2004 23:44:35 -0000 1.12
@@ -159,14 +159,16 @@
<ant:echo>Building debug tool configuration</ant:echo>
<ant:java fork="true" jar="target/bin/deploy.jar">
<ant:sysproperty key="geronimo.base.dir" value="target"/>
- <ant:arg value="--install"/>
- <ant:arg value="--plan"/>
+
+ REMOVE THIS LINE AND THE SPACE BETWEEN THE DASHES BELOW
+ <ant:arg value="- -install"/>
+ <ant:arg value="- -plan"/>
<ant:arg value="src/plan/debug-tool.xml"/>
- <ant:arg value="--outfile"/>
+ <ant:arg value="- -outfile"/>
<ant:arg value="target/config/debug-tool.car"/>
- <ant:arg value="--store"/>
+ <ant:arg value="- -store"/>
<ant:arg value="target/config-store"/>
- <ant:arg value="--deployer"/>
+ <ant:arg value="- -deployer"/>
<ant:arg value="org/apache/geronimo/ServiceDeployer"/>
</ant:java>
-->