CVS: jcontainer/loom/demos/helloworld maven.xml,1.6,1.7 project.properties,1.4,1.5

Peter Donald <pdonald-yCVjj/[email protected]> Sat, 29 Nov 2003 01:25:27 -0600
Newsgroups gmane.comp.java.jcontainer.cvs
Message-ID <[email protected]>
Update of /cvsroot/jcontainer/jcontainer/loom/demos/helloworld
In directory hogshead.codehaus.org:/tmp/cvs-serv20631/demos/helloworld

Modified Files:
	maven.xml project.properties 
Log Message:
Upgrade to DNA rc2 and MetaClass rc2


Index: maven.xml
===================================================================
RCS file: /cvsroot/jcontainer/jcontainer/loom/demos/helloworld/maven.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- maven.xml	4 Nov 2003 12:45:12 -0000	1.6
+++ maven.xml	29 Nov 2003 07:24:55 -0000	1.7
@@ -12,12 +12,16 @@
             overwrite="true">
 			<ant:fileset dir="${maven.build.dir}">
 				<ant:include name="*.sar"/>
-			</ant:fileset>            
+			</ant:fileset>
         </ant:copy>
     </goal>
 
     <goal name="deploy">
         <attainGoal name="sar:deploy"/>
     </goal>
+
+    <postGoal name="java:compile">
+        <attainGoal name="sar:metagenerate"/>
+    </postGoal>
 
 </project>

Index: project.properties
===================================================================
RCS file: /cvsroot/jcontainer/jcontainer/loom/demos/helloworld/project.properties,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- project.properties	27 Nov 2003 00:38:46 -0000	1.4
+++ project.properties	29 Nov 2003 07:24:55 -0000	1.5
@@ -1,2 +1 @@
 maven.repo.remote = http://ibiblio.org/maven/,http://dist.codehaus.org,http://spice.codehaus.org/maven/,http://spice.sf.net/maven/
-maven.sar.metagenerate=true