Skip to content

Commit

Permalink
Fix the JSword path
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradlee Speice committed Jun 29, 2015
1 parent 98c2554 commit 9a2895a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Expand Up @@ -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" />
Expand Down Expand Up @@ -162,4 +162,4 @@
<target name="ivy.check">
<available file="${ivy.jar.file}" type="file" property="ivy.present" />
</target>
</project>
</project>

0 comments on commit 9a2895a

Please sign in to comment.