[jsword-svn] jsword s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Mon May 9 19:11:43 MST 2005
Update of /cvs/jsword/jsword
In directory www.crosswire.org:/tmp/cvs-serv11663
Modified Files:
build.xml .classpath
Log Message:
Moved GPL to be a file comment.
Fixed the JSword build fail on missing resource diirectory.
Made ant clean also remove the keystore file.
Index: .classpath
===================================================================
RCS file: /cvs/jsword/jsword/.classpath,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** .classpath 26 Jan 2005 02:19:19 -0000 1.39
--- .classpath 10 May 2005 02:11:41 -0000 1.40
***************
*** 1,12 ****
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
! <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
! <classpathentry sourcepath="/jsword-support/othersource/commons-net-1.3.0-src.zip" kind="lib" path="jar/net-1.3.0/commons-net-1.3.0.jar"/>
! <classpathentry sourcepath="/jsword-support/othersource/lucene-1.4.3-src.zip" kind="lib" path="jar/lucene-1.4.3/lucene-1.4.3.jar"/>
! <classpathentry kind="src" path="/common"/>
! <classpathentry kind="src" path="java/jsword"/>
! <classpathentry kind="src" path="java/limbo"/>
! <classpathentry kind="src" path="java/jswordtest"/>
! <classpathentry exported="true" kind="lib" path="resource"/>
<classpathentry kind="output" path="target/eclipse/classes"/>
</classpath>
--- 1,32 ----
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
! <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
! <attributes>
! </attributes>
! </classpathentry>
! <classpathentry sourcepath="/jsword-support/othersource/commons-net-1.3.0-src.zip" kind="lib" path="jar/net-1.3.0/commons-net-1.3.0.jar">
! <attributes>
! </attributes>
! </classpathentry>
! <classpathentry sourcepath="/jsword-support/othersource/lucene-1.4.3-src.zip" kind="lib" path="jar/lucene-1.4.3/lucene-1.4.3.jar">
! <attributes>
! </attributes>
! </classpathentry>
! <classpathentry kind="src" path="/common">
! <attributes>
! </attributes>
! </classpathentry>
! <classpathentry kind="src" path="java/jsword">
! <attributes>
! </attributes>
! </classpathentry>
! <classpathentry kind="src" path="java/limbo">
! <attributes>
! </attributes>
! </classpathentry>
! <classpathentry kind="src" path="java/jswordtest">
! <attributes>
! </attributes>
! </classpathentry>
<classpathentry kind="output" path="target/eclipse/classes"/>
</classpath>
Index: build.xml
===================================================================
RCS file: /cvs/jsword/jsword/build.xml,v
retrieving revision 1.96
retrieving revision 1.97
diff -C2 -d -r1.96 -r1.97
*** build.xml 8 Aug 2004 11:40:12 -0000 1.96
--- build.xml 10 May 2005 02:11:41 -0000 1.97
***************
*** 1,4 ****
--- 1,6 ----
<project name="jsword" default="all">
+ <!-- JSword does not have a resource dir -->
+ <property name="source.res" value=""/>
<!-- This build uses the core build targets -->
<import file="../common/core.xml"/>
More information about the jsword-svn
mailing list