added apache ant and ivy build files
to download dependency libraries with ivy type: ant resolve to build the Synthuse project type: ant dist
This commit is contained in:
7
ivy.xml
Normal file
7
ivy.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<ivy-module version="2.0">
|
||||
<info organisation="org.synthuse" module="Synthuse"/>
|
||||
<dependencies>
|
||||
<dependency org="net.java.dev.jna" name="jna" rev="3.4.0" conf="*->*,!sources,!javadoc"/>
|
||||
<dependency org="net.java.dev.jna" name="platform" rev="3.4.0" conf="*->*,!sources,!javadoc"/>
|
||||
</dependencies>
|
||||
</ivy-module>
|
||||
Reference in New Issue
Block a user