CVS: plexus-container-new project.xml,1.2,1.3 NOTES.txt,1.2,NONE compat.txt,1.1.1.1,NONE concurreny.txt,1.1.1.1,NONE j.txt,1.1.1.1,NONE lifecycle.txt,1.1.1.1,NONE
| Newsgroups | gmane.comp.java.plexus.devel |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/plexus/plexus-container-new
In directory eng.werken.com:/tmp/cvs-serv20821
Modified Files:
project.xml
Removed Files:
NOTES.txt compat.txt concurreny.txt j.txt lifecycle.txt
Log Message:
o Cleaning up a bit of cruft.
Index: project.xml
===================================================================
RCS file: /cvsroot/plexus/plexus-container-new/project.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- project.xml 23 Apr 2003 03:56:12 -0000 1.2
+++ project.xml 26 Apr 2003 00:22:43 -0000 1.3
@@ -171,7 +171,15 @@
</resources>
</unitTest>
- <resources/>
+ <resources>
+ <resource>
+ <directory>${basedir}/src/conf</directory>
+ <targetPath>org/apache/plexus</targetPath>
+ <includes>
+ <include>**/*.conf</include>
+ </includes>
+ </resource>
+ </resources>
</build>
</project>
--- NOTES.txt DELETED ---
--- compat.txt DELETED ---
--- concurreny.txt DELETED ---
--- j.txt DELETED ---
--- lifecycle.txt DELETED ---