diff options
Diffstat (limited to 'build-standalone.xml')
| -rw-r--r-- | build-standalone.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build-standalone.xml b/build-standalone.xml index ea160c8..a4bb434 100644 --- a/build-standalone.xml +++ b/build-standalone.xml @@ -71,6 +71,10 @@ nbproject/build-impl.xml file. --> + <target name="-pre-jar"> + <copy file="LICENSE" todir="${build.classes.dir}"/> + </target> + <target name="package" depends="jar"> <property name="store.jar.name" value="ECTesterStandalone-dist"/> <antcall target="dist-build.package"/> |
