Remove jSword from the classpath, use a JAR

JAR has all jSword dependencies built in for easy distribution
This commit is contained in:
Bradlee Speice 2014-04-16 22:01:38 -04:00
parent 29f02e59b2
commit fd6c063079
3 changed files with 11 additions and 10 deletions

View File

@ -5,6 +5,5 @@
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="lib" path="/jsword"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>

View File

@ -0,0 +1,2 @@
eclipse.preferences.version=1
org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false