diff options
| author | J08nY | 2017-11-10 14:17:51 +0100 |
|---|---|---|
| committer | J08nY | 2017-11-10 14:17:51 +0100 |
| commit | 6c46a27a52854aee24f7a37e74002bd6f4485723 (patch) | |
| tree | 7364bcc29b95ca34655cc9159f8db3007764ebff /nbproject | |
| parent | d2558f0bf731d24b0f227b9b10de25d42c52466c (diff) | |
| download | ECTester-6c46a27a52854aee24f7a37e74002bd6f4485723.tar.gz ECTester-6c46a27a52854aee24f7a37e74002bd6f4485723.tar.zst ECTester-6c46a27a52854aee24f7a37e74002bd6f4485723.zip | |
Cleanup dist directory, make ant work on non-NetBeans platforms.
- Everything can be packaged with `ant package`.
Diffstat (limited to 'nbproject')
| -rw-r--r-- | nbproject/build-impl.xml | 2 | ||||
| -rw-r--r-- | nbproject/copylibstask.jar | bin | 0 -> 22335 bytes | |||
| -rw-r--r-- | nbproject/project.properties | 1 |
3 files changed, 2 insertions, 1 deletions
diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index e1da9f7..3b01c7f 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -834,7 +834,7 @@ is divided into following sections: </chainedmapper> </pathconvert> <taskdef classname="org.netbeans.modules.java.j2seproject.copylibstask.CopyLibs" classpath="${libs.CopyLibs.classpath}" name="copylibs"/> - <copylibs compress="${jar.compress}" excludeFromCopy="${copylibs.excludes}" index="${jar.index}" indexMetaInf="${jar.index.metainf}" jarfile="${dist.jar}" manifest="@{manifest}" rebase="${copylibs.rebase}" runtimeclasspath="${run.classpath.without.build.classes.dir}"> + <copylibs compress="${jar.compress}" index="${jar.index}" indexMetaInf="${jar.index.metainf}" jarfile="${dist.jar}" manifest="@{manifest}" rebase="${copylibs.rebase}" runtimeclasspath="${run.classpath.without.build.classes.dir}"> <fileset dir="${build.classes.dir}" excludes="${dist.archive.excludes}"/> <manifest> <attribute name="Class-Path" value="${jar.classpath}"/> diff --git a/nbproject/copylibstask.jar b/nbproject/copylibstask.jar Binary files differnew file mode 100644 index 0000000..ad1d2ac --- /dev/null +++ b/nbproject/copylibstask.jar diff --git a/nbproject/project.properties b/nbproject/project.properties index 16be542..152dc9c 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -27,6 +27,7 @@ dist.archive.excludes= dist.dir=dist dist.jar=${dist.dir}/ECTester.jar dist.javadoc.dir=${dist.dir}/javadoc +libs.CopyLibs.classpath=nbproject/copylibstask.jar endorsed.classpath= excludes= includes=** |
