From a85aaafabaf262eb2fa50ac456cd62a32f56a2ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=F8=EDk?= Date: Sat, 27 Apr 2013 12:06:32 +0200 Subject: [PATCH] netbeans project --- trunk/nbproject/build-impl.xml | 1053 ------------------ trunk/nbproject/configs/Basic_run.properties | 2 - trunk/nbproject/configs/Proxy.properties | 1 - trunk/nbproject/configs/as3.properties | 0 trunk/nbproject/genfiles.properties | 8 - trunk/nbproject/ide-file-targets.xml | 17 + trunk/nbproject/ide-targets.xml | 10 + trunk/nbproject/project.properties | 87 -- trunk/nbproject/project.xml | 119 +- 9 files changed, 136 insertions(+), 1161 deletions(-) delete mode 100644 trunk/nbproject/build-impl.xml delete mode 100644 trunk/nbproject/configs/Basic_run.properties delete mode 100644 trunk/nbproject/configs/Proxy.properties delete mode 100644 trunk/nbproject/configs/as3.properties delete mode 100644 trunk/nbproject/genfiles.properties create mode 100644 trunk/nbproject/ide-file-targets.xml create mode 100644 trunk/nbproject/ide-targets.xml delete mode 100644 trunk/nbproject/project.properties diff --git a/trunk/nbproject/build-impl.xml b/trunk/nbproject/build-impl.xml deleted file mode 100644 index 0f3ccd714..000000000 --- a/trunk/nbproject/build-impl.xml +++ /dev/null @@ -1,1053 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Must set src.dir - Must set test.src.dir - Must set build.dir - Must set dist.dir - Must set build.classes.dir - Must set dist.javadoc.dir - Must set build.test.classes.dir - Must set build.test.results.dir - Must set build.classes.excludes - Must set dist.jar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Must set javac.includes - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Must set JVM to use for profiling in profiler.info.jvm - Must set profiler agent JVM arguments in profiler.info.jvmargs.agent - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Must select some files in the IDE or set javac.includes - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - To run this application from the command line without Ant, try: - - - - - - - java -cp "${run.classpath.with.dist.jar}" ${main.class} - - - - - - - - - - - - - - - - - - - - - - - - - To run this application from the command line without Ant, try: - - java -jar "${dist.jar.resolved}" - - - - - - - - - - - - - - - - - - - - - - - - - Must select one file in the IDE or set run.class - - - - Must select one file in the IDE or set run.class - - - - - - - - - - - - - - - - - - - - - - - Must select one file in the IDE or set debug.class - - - - - Must select one file in the IDE or set debug.class - - - - - Must set fix.includes - - - - - - - - - - - - - - - - - Must select one file in the IDE or set profile.class - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Must select some files in the IDE or set javac.includes - - - - - - - - - - - - - - - - - - - - Some tests failed; see details above. - - - - - - - - - Must select some files in the IDE or set test.includes - - - - Some tests failed; see details above. - - - - - Must select one file in the IDE or set test.class - - - - - - - - - - - - - - - - - - - - - - - - - - - Must select one file in the IDE or set applet.url - - - - - - - - - Must select one file in the IDE or set applet.url - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/trunk/nbproject/configs/Basic_run.properties b/trunk/nbproject/configs/Basic_run.properties deleted file mode 100644 index 61ccf4161..000000000 --- a/trunk/nbproject/configs/Basic_run.properties +++ /dev/null @@ -1,2 +0,0 @@ -$label=Basic run -main.class=com.jpexs.asdec.Main diff --git a/trunk/nbproject/configs/Proxy.properties b/trunk/nbproject/configs/Proxy.properties deleted file mode 100644 index b7ea418bf..000000000 --- a/trunk/nbproject/configs/Proxy.properties +++ /dev/null @@ -1 +0,0 @@ -main.class=com.jpexs.asdec.Main diff --git a/trunk/nbproject/configs/as3.properties b/trunk/nbproject/configs/as3.properties deleted file mode 100644 index e69de29bb..000000000 diff --git a/trunk/nbproject/genfiles.properties b/trunk/nbproject/genfiles.properties deleted file mode 100644 index e217d429a..000000000 --- a/trunk/nbproject/genfiles.properties +++ /dev/null @@ -1,8 +0,0 @@ -nbbuild.xml.data.CRC32=6767af7d -nbbuild.xml.script.CRC32=36cc2633 -nbbuild.xml.stylesheet.CRC32=28e38971@1.38.2.45 -# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. -# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. -nbproject/build-impl.xml.data.CRC32=6767af7d -nbproject/build-impl.xml.script.CRC32=f6bb2604 -nbproject/build-impl.xml.stylesheet.CRC32=fcddb364@1.50.1.46 diff --git a/trunk/nbproject/ide-file-targets.xml b/trunk/nbproject/ide-file-targets.xml new file mode 100644 index 000000000..986f47972 --- /dev/null +++ b/trunk/nbproject/ide-file-targets.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/trunk/nbproject/ide-targets.xml b/trunk/nbproject/ide-targets.xml new file mode 100644 index 000000000..0b16157a0 --- /dev/null +++ b/trunk/nbproject/ide-targets.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/trunk/nbproject/project.properties b/trunk/nbproject/project.properties deleted file mode 100644 index 94d76c458..000000000 --- a/trunk/nbproject/project.properties +++ /dev/null @@ -1,87 +0,0 @@ -annotation.processing.enabled=true -annotation.processing.enabled.in.editor=false -annotation.processing.processors.list= -annotation.processing.run.all.processors=true -annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output -application.title=ASDec -application.vendor=JPEXS -build.classes.dir=${build.dir}/classes -build.classes.excludes=**/*.java,**/*.form -# This directory is removed when the project is cleaned: -build.dir=build -build.generated.dir=${build.dir}/generated -build.generated.sources.dir=${build.dir}/generated-sources -# Only compile against the classpath explicitly listed here: -build.sysclasspath=ignore -build.test.classes.dir=${build.dir}/test/classes -build.test.results.dir=${build.dir}/test/results -buildfile=nbbuild.xml -# Uncomment to specify the preferred debugger connection transport: -#debug.transport=dt_socket -debug.classpath=\ - ${run.classpath} -debug.test.classpath=\ - ${run.test.classpath} -# This directory is removed when the project is cleaned: -dist.dir=dist -dist.jar=${dist.dir}/ASDec.jar -dist.javadoc.dir=${dist.dir}/javadoc -endorsed.classpath= -excludes= -file.reference.emma.jar=testlib\\emma.jar -file.reference.emma_ant.jar=testlib\\emma_ant.jar -file.reference.jpproxy.jar=lib\\jpproxy.jar -file.reference.jsyntaxpane-0.9.5.jar=lib\\jsyntaxpane-0.9.5.jar -file.reference.junit-4.8.2.jar=testlib\\junit-4.8.2.jar -file.reference.trunk-src=src -file.reference.trunk-test=test -includes=** -jar.compress=false -javac.classpath=\ - ${file.reference.jpproxy.jar}:\ - ${file.reference.jsyntaxpane-0.9.5.jar} -# Space-separated list of extra javac options -javac.compilerargs= -javac.deprecation=false -javac.processorpath=\ - ${javac.classpath} -javac.source=1.5 -javac.target=1.5 -javac.test.classpath=\ - ${javac.classpath}:\ - ${build.classes.dir}:\ - ${file.reference.emma.jar}:\ - ${file.reference.emma_ant.jar}:\ - ${file.reference.junit-4.8.2.jar} -javac.test.processorpath=\ - ${javac.test.classpath} -javadoc.additionalparam= -javadoc.author=false -javadoc.encoding=${source.encoding} -javadoc.noindex=false -javadoc.nonavbar=false -javadoc.notree=false -javadoc.private=false -javadoc.splitindex=true -javadoc.use=true -javadoc.version=false -javadoc.windowtitle= -main.class=com.jpexs.asdec.Main -manifest.file=manifest.mf -meta.inf.dir=${src.dir}/META-INF -mkdist.disabled=false -platform.active=default_platform -run.classpath=\ - ${javac.classpath}:\ - ${build.classes.dir} -# Space-separated list of JVM arguments used when running the project -# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value -# or test-sys-prop.name=value to set system properties for unit tests): -run.jvmargs= -run.test.classpath=\ - ${javac.test.classpath}:\ - ${build.test.classes.dir} -source.encoding=UTF-8 -src.dir=${file.reference.trunk-src} -test.src.dir=${file.reference.trunk-test} -project.license=gpl20 diff --git a/trunk/nbproject/project.xml b/trunk/nbproject/project.xml index 5d8f89fff..8408ee17e 100644 --- a/trunk/nbproject/project.xml +++ b/trunk/nbproject/project.xml @@ -1,15 +1,114 @@ - org.netbeans.modules.java.j2seproject + org.netbeans.modules.ant.freeform - - ASDec - - - - - - - + + ffdec + + + + ffdec + + + + + . + UTF-8 + + + + java + src + UTF-8 + + + + java + test + UTF-8 + + + + + build + + + clean + + + javadoc + + + run + + + test + + + clean + build + + + + profile-nb + + + + debug-nb + + + + folder + build/classes + build + + + folder + build/test + build + + + + + + src + + + + test + + + build.xml + + + + + + + + + + + + + + + gpl30 + + + + src + lib/LZMA.jar;lib/jna-3.5.1.jar;lib/jpproxy.jar;lib/jsyntaxpane-0.9.5.jar + build/classes + 1.6 + + + test + + lib/LZMA.jar;lib/jna-3.5.1.jar;lib/jpproxy.jar;lib/jsyntaxpane-0.9.5.jar;src;testlib/emma.jar;testlib/emma_ant.jar;testlib/junit-4.8.2.jar;testlib/testng-6.8.jar + build/test + 1.6 + +