CVS: jcontainer/loom/demos/helloworld maven.xml,1.7,1.8

Peter Donald <pdonald-yCVjj/[email protected]> Wed, 3 Dec 2003 04:45:04 -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-serv21491/demos/helloworld

Modified Files:
	maven.xml 
Log Message:
Styled codebase


Index: maven.xml
===================================================================
RCS file: /cvsroot/jcontainer/jcontainer/loom/demos/helloworld/maven.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- maven.xml	29 Nov 2003 07:24:55 -0000	1.7
+++ maven.xml	3 Dec 2003 10:44:30 -0000	1.8
@@ -10,9 +10,9 @@
         <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>