leosutic 2003/08/11 17:09:53
Modified: attributes/api maven.xml
Log:
Added code for scanning ClassLoaders and finding out what classes can be
loaded from them. Also added a convenience function that will select from
a Collection of Classes only those Classes that have an attribute with a
certain class.
Revision Changes Path
1.3 +4 -0 avalon-sandbox/attributes/api/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/avalon-sandbox/attributes/api/maven.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- maven.xml 11 Aug 2003 00:20:05 -0000 1.2
+++ maven.xml 12 Aug 2003 00:09:53 -0000 1.3
@@ -45,6 +45,10 @@
</src>
</javac>
+ <jar jarfile="target/cl2/cl2.jar">
+ <fileset dir="target/cl2/" includes="**/*.class"/>
+ </jar>
+
<!-- Create the Attribute Repository Classes. -->
<attributes destDir="target/temp/">
<fileset dir="src/test/" includes="**/*.java"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]