dain 2003/09/07 21:11:32
Modified: modules/common maven.xml Log: Fixed formatting. Revision Changes Path 1.6 +10 -10 incubator-geronimo/modules/common/maven.xml Index: maven.xml =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/common/maven.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- maven.xml 1 Sep 2003 19:17:07 -0000 1.5 +++ maven.xml 8 Sep 2003 04:11:32 -0000 1.6 @@ -3,13 +3,13 @@ <!-- $Revision$ $Date$ --> <project default="default" - xmlns:j="jelly:core" - xmlns:u="jelly:util" - xmlns:ant="jelly:ant" - xmlns:xdoclet="common:xdoclet"> - - <preGoal name="test:compile"> - <attainGoal name="xdoclet:jmxdoclet:test-compile"/> - </preGoal> - + xmlns:j="jelly:core" + xmlns:u="jelly:util" + xmlns:ant="jelly:ant" + xmlns:xdoclet="common:xdoclet"> + + <preGoal name="java:compile"> + <attainGoal name="xdoclet:jmxdoclet:compile"/> + </preGoal> + </project>
