Skip to content

Commit

Permalink
Do not require pom on jar packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
botic committed Feb 20, 2017
1 parent 0845a99 commit e32a9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
<!-- =================================================================== -->
<!-- Creates a jar file in the lib-directory -->
<!-- =================================================================== -->
<target name="jar" depends="pom, compile">
<target name="jar" depends="compile">
<jar jarfile="${ringo-core.jar}">
<fileset dir="${home}" includes="pom.xml"/>
<fileset dir="${classes}"/>
Expand Down

0 comments on commit e32a9d5

Please sign in to comment.