CVS: jcontainer/loom/demos/distributed/server maven.xml,1.6,1.7 project.properties,1.5,1.6

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

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/distributed/server/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:50 -0000	1.7
@@ -10,14 +10,18 @@
         <attainGoal name="sar:sar"/>
         <ant:copy todir="${basedir}/../../../distribution/deploy/apps"
             overwrite="true">
-			<ant:fileset dir="${maven.build.dir}">
-				<ant:include name="*.sar"/>
-			</ant:fileset>            
+            <ant:fileset dir="${maven.build.dir}">
+                <ant:include name="*.sar"/>
+            </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/distributed/server/project.properties,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- project.properties	27 Nov 2003 00:39:21 -0000	1.5
+++ project.properties	29 Nov 2003 07:24:50 -0000	1.6
@@ -1,4 +1,3 @@
 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
 maven.jar.mainclass=org.jcontainer.loom.demos.distributed.block.ServerImpl