CVS: jcontainer/dna/tools project.xml,1.8,1.9

Peter Donald <pdonald-yCVjj/[email protected]> Wed, 12 Nov 2003 20:47:44 -0600
Newsgroups gmane.comp.java.jcontainer.cvs
Message-ID <[email protected]>
Update of /cvsroot/jcontainer/jcontainer/dna/tools
In directory hogshead.codehaus.org:/tmp/cvs-serv13256/dna/tools

Modified Files:
	project.xml 
Log Message:
Start to rework tools jar so that it can also be treated as a plugin

Index: project.xml
===================================================================
RCS file: /cvsroot/jcontainer/jcontainer/dna/tools/project.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- project.xml	28 Oct 2003 23:31:31 -0000	1.8
+++ project.xml	13 Nov 2003 02:47:42 -0000	1.9
@@ -43,6 +43,13 @@
                     <exclude>**/*.java</exclude>
                 </excludes>
             </resource>
+            <resource>
+                <directory>${basedir}</directory>
+                <includes>
+                    <include>project.xml</include>
+                    <include>project.properties</include>
+                </includes>
+            </resource>
         </resources>
 
         <unitTest>