[Jarspy-commits] CVS: JarSpy build.xml,1.14,1.15
Status: Beta
Brought to you by:
brown_j
|
From: Jeff B. <br...@us...> - 2002-09-18 00:36:50
|
Update of /cvsroot/jarspy/JarSpy
In directory usw-pr-cvs1:/tmp/cvs-serv26055
Modified Files:
build.xml
Log Message:
exclude intellij dependency files from jar
Index: build.xml
===================================================================
RCS file: /cvsroot/jarspy/JarSpy/build.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** build.xml 19 Feb 2002 23:29:40 -0000 1.14
--- build.xml 18 Sep 2002 00:36:47 -0000 1.15
***************
*** 45,49 ****
<jar jarfile="${jar.file}"
manifest="${manifest.file}"
! basedir="${build.dir}"/>
</target>
--- 45,50 ----
<jar jarfile="${jar.file}"
manifest="${manifest.file}"
! basedir="${build.dir}"
! excludes="**/.dependency-info/"/>
</target>
|