Add update thrust curves & database ant task
This commit is contained in:
parent
7cbbae2a4a
commit
33c342928f
13
build.xml
13
build.xml
@ -64,6 +64,19 @@
|
|||||||
<ant dir="swing" target="unittest-no-junit-report" inheritAll="false" />
|
<ant dir="swing" target="unittest-no-junit-report" inheritAll="false" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
<target name="serialize-motors-core">
|
||||||
|
<ant dir="core" target="serialize-motors" inheritAll="false" />
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<!-- UPDATE -->
|
||||||
|
<target name="update" depends="serialize-motors-core">
|
||||||
|
<exec dir="." executable="git">
|
||||||
|
<arg value="submodule"/>
|
||||||
|
<arg value="update"/>
|
||||||
|
<arg value="--remote"/>
|
||||||
|
</exec>
|
||||||
|
</target>
|
||||||
|
|
||||||
<!-- CHECK -->
|
<!-- CHECK -->
|
||||||
<target name="check" depends="checktodo,checkascii"/>
|
<target name="check" depends="checktodo,checkascii"/>
|
||||||
|
|
||||||
|
@ -76,7 +76,8 @@
|
|||||||
<fileset dir="${basedir}/.." includes="LICENSE.TXT README.md ChangeLog ReleaseNotes.md fileformat.txt" />
|
<fileset dir="${basedir}/.." includes="LICENSE.TXT README.md ChangeLog ReleaseNotes.md fileformat.txt" />
|
||||||
</jar>
|
</jar>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
<!-- Update thrust curves -->
|
||||||
<target name="serialize-motors" depends="build" description="Preprocess the motor files into serialized form">
|
<target name="serialize-motors" depends="build" description="Preprocess the motor files into serialized form">
|
||||||
<java classname="net.sf.openrocket.thrustcurve.SerializeThrustcurveMotors"
|
<java classname="net.sf.openrocket.thrustcurve.SerializeThrustcurveMotors"
|
||||||
fork="true"
|
fork="true"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user