CVS: jcontainer/loom/launcher maven.xml,1.3,1.4
Peter Donald <pdonald-yCVjj/[email protected]> Wed, 3 Dec 2003 04:45:20 -0600
| Newsgroups | gmane.comp.java.jcontainer.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/jcontainer/jcontainer/loom/launcher
In directory hogshead.codehaus.org:/tmp/cvs-serv21491/launcher
Modified Files:
maven.xml
Log Message:
Styled codebase
Index: maven.xml
===================================================================
RCS file: /cvsroot/jcontainer/jcontainer/loom/launcher/maven.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- maven.xml 18 Aug 2003 17:11:46 -0000 1.3
+++ maven.xml 3 Dec 2003 10:44:47 -0000 1.4
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<project default="main"
- xmlns:ant="jelly:ant">
-
+ xmlns:ant="jelly:ant">
+
<ant:property name="maven.jar.manifest" value="${basedir}/src/etc/manifest.txt"/>
<goal name="main">
@@ -15,10 +15,10 @@
<goal name="deploy">
<attainGoal name="jar:deploy"/>
</goal>
-
+
<preGoal name="jar:jar">
<ant:copy file="${basedir}/src/etc/java.policy" todir="target/classes/META-INF/"/>
</preGoal>
-
+
</project>