mirror of
https://github.com/MinimalBible/jsword-minimalbible
synced 2024-11-23 16:38:19 -05:00
Fix the JSword path
This commit is contained in:
parent
98c2554127
commit
9a2895ab13
@ -3,7 +3,7 @@
|
||||
|
||||
<!-- Much of this code taken lovingly from https://github.com/mjdenham/and-bible/blob/master/jsword-tweaks/build.xml -->
|
||||
|
||||
<property name="jsword.project" location="../jsword" />
|
||||
<property name="jsword.project" location="jsword" />
|
||||
<property name="jsword.src" location="${jsword.project}/src/main/java" />
|
||||
<property name="jsword.resources" location="${jsword.project}/src/main/resources" />
|
||||
<property name="minbible.jsword.src" location="src/main/java/jsword" />
|
||||
@ -162,4 +162,4 @@
|
||||
<target name="ivy.check">
|
||||
<available file="${ivy.jar.file}" type="file" property="ivy.present" />
|
||||
</target>
|
||||
</project>
|
||||
</project>
|
||||
|
Loading…
Reference in New Issue
Block a user