Skip to content

Commit

Permalink
add libraries to build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth committed Nov 14, 2012
1 parent de9ba4f commit 1836f69
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,12 @@
nbproject/build-impl.xml file.
-->
<target name="-post-jar">
<copy todir="${dist.dir}/lib/fmodex">
<fileset dir="lib/fmodex"/>
</copy>
<copy todir="${dist.dir}/lib/native">
<fileset dir="lib/native"/>
</copy>
</target>
</project>
1 change: 0 additions & 1 deletion nbproject/project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
annotation.processing.enabled=true
annotation.processing.enabled.in.editor=false
annotation.processing.processors.list=
annotation.processing.run.all.processors=true
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
application.title=open2jam
Expand Down

0 comments on commit 1836f69

Please sign in to comment.