[jsword-svn] jsword-support/tools/findbugs s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Fri Jan 6 22:07:01 MST 2006


Update of /cvs/jsword/jsword-support/tools/findbugs
In directory www.crosswire.org:/tmp/cvs-serv23854/tools/findbugs

Modified Files:
	build.xml 
Log Message:
Changed jar names to reflect the release version.

Index: build.xml
===================================================================
RCS file: /cvs/jsword/jsword-support/tools/findbugs/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** build.xml	1 Jan 2006 03:08:57 -0000	1.2
--- build.xml	7 Jan 2006 05:06:59 -0000	1.3
***************
*** 24,30 ****
          workHard="true"
          jvmargs="-Xmx512m">
!       <class location="${target.jar}/bibledesktop.jar"/>
!       <class location="${target.jar}/jsword.jar"/>
!       <class location="${target.jar}/common.jar"/>
        <auxClasspath path="${target.jar}/commons-net-1.4.1.jar"/>
        <auxClasspath path="${target.jar}/commons-httpclient-3.0.jar"/>
--- 24,30 ----
          workHard="true"
          jvmargs="-Xmx512m">
!       <class location="${target.jar}/bibledesktop-${release.version}.jar"/>
!       <class location="${target.jar}/jsword-${release.version}.jar"/>
!       <class location="${target.jar}/jsword-common-${release.version}.jar"/>
        <auxClasspath path="${target.jar}/commons-net-1.4.1.jar"/>
        <auxClasspath path="${target.jar}/commons-httpclient-3.0.jar"/>



More information about the jsword-svn mailing list