Browse Source

copy update

master
François 2 years ago
parent
commit
bca1181b8b
  1. 6
      ant/build.xml
  2. BIN
      soft/Misc.jar

6
ant/build.xml

@ -295,6 +295,12 @@
<include name="misc/**/*.class"/>
</fileset>
</jar>
<copy todir="${webRef}/soft" preservelastmodified="true">
<fileset dir="${build.jar}">
<include name="UpdatedAdecWatt.jar"/>
<include name="Misc.jar"/>
</fileset>
</copy>
</target>
<!-- ======================================== -->

BIN
soft/Misc.jar

Binary file not shown.
Loading…
Cancel
Save