|
From: Michal P. <mic...@us...> - 2002-09-05 14:02:17
|
Update of /cvsroot/javaprofiler/module
In directory usw-pr-cvs1:/tmp/cvs-serv15490
Modified Files:
build.xml
Log Message:
Updated to include rescources in jar file.
Index: build.xml
===================================================================
RCS file: /cvsroot/javaprofiler/module/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** build.xml 21 Aug 2002 12:42:40 -0000 1.1
--- build.xml 5 Sep 2002 14:02:13 -0000 1.2
***************
*** 29,32 ****
--- 29,33 ----
<fileset dir=".">
<include name="**/*.properties"/>
+ <include name="net/sourceforge/javaprofiler/module/resources/*"/>
</fileset>
</jar>
|