From 35ed46eb1ffc4508364e53bc6d709adea426b775 Mon Sep 17 00:00:00 2001 From: Nuno Taborda Date: Thu, 4 Oct 2007 09:55:01 +0000 Subject: [PATCH] Cleanup git-svn-id: https://svn.coded.pt/svn/SIPRP@577 bb69d46d-e84e-40c8-a05a-06db0d633741 --- Test/build.xml | 69 ---- Test/manifest.mf | 3 - Test/nbproject/build-impl.xml | 541 ----------------------------- Test/nbproject/genfiles.properties | 8 - Test/nbproject/project.properties | 56 --- Test/nbproject/project.xml | 16 - Test/src/test/Main.java | 32 -- 7 files changed, 725 deletions(-) delete mode 100644 Test/build.xml delete mode 100644 Test/manifest.mf delete mode 100644 Test/nbproject/build-impl.xml delete mode 100644 Test/nbproject/genfiles.properties delete mode 100644 Test/nbproject/project.properties delete mode 100644 Test/nbproject/project.xml delete mode 100644 Test/src/test/Main.java diff --git a/Test/build.xml b/Test/build.xml deleted file mode 100644 index 1cf36f77..00000000 --- a/Test/build.xml +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - Builds, tests, and runs the project Test. - - - diff --git a/Test/manifest.mf b/Test/manifest.mf deleted file mode 100644 index 328e8e5b..00000000 --- a/Test/manifest.mf +++ /dev/null @@ -1,3 +0,0 @@ -Manifest-Version: 1.0 -X-COMMENT: Main-Class will be added automatically by build - diff --git a/Test/nbproject/build-impl.xml b/Test/nbproject/build-impl.xml deleted file mode 100644 index f39728b4..00000000 --- a/Test/nbproject/build-impl.xml +++ /dev/null @@ -1,541 +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 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 debug.class - - - - - Must set fix.includes - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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/Test/nbproject/genfiles.properties b/Test/nbproject/genfiles.properties deleted file mode 100644 index 75794a66..00000000 --- a/Test/nbproject/genfiles.properties +++ /dev/null @@ -1,8 +0,0 @@ -build.xml.data.CRC32=cc5076f5 -build.xml.script.CRC32=0e54d764 -build.xml.stylesheet.CRC32=240b97a2 -# 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=cc5076f5 -nbproject/build-impl.xml.script.CRC32=7f1e6c55 -nbproject/build-impl.xml.stylesheet.CRC32=65d7ca21 diff --git a/Test/nbproject/project.properties b/Test/nbproject/project.properties deleted file mode 100644 index b5d4d383..00000000 --- a/Test/nbproject/project.properties +++ /dev/null @@ -1,56 +0,0 @@ -application.args= -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 -# 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 -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}/Test.jar -dist.javadoc.dir=${dist.dir}/javadoc -jar.compress=false -javac.classpath= -# Space-separated list of extra javac options -javac.compilerargs= -javac.deprecation=false -javac.source=1.6 -javac.target=1.6 -javac.test.classpath=\ - ${javac.classpath}:\ - ${build.classes.dir}:\ - ${libs.junit.classpath} -javadoc.additionalparam= -javadoc.author=false -javadoc.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=test.Main -manifest.file=manifest.mf -meta.inf.dir=${src.dir}/META-INF -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} -src.dir=src -test.src.dir=test diff --git a/Test/nbproject/project.xml b/Test/nbproject/project.xml deleted file mode 100644 index 93acf740..00000000 --- a/Test/nbproject/project.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - org.netbeans.modules.java.j2seproject - - - Test - 1.6.5 - - - - - - - - - diff --git a/Test/src/test/Main.java b/Test/src/test/Main.java deleted file mode 100644 index f0797f0f..00000000 --- a/Test/src/test/Main.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Main.java - * - * Created on October 4, 2007, 10:49 AM - * - * To change this template, choose Tools | Template Manager - * and open the template in the editor. - */ - -package test; - -/** - * - * @author ntaborda - */ -public class Main -{ - - /** Creates a new instance of Main */ - public Main() - { - } - - /** - * @param args the command line arguments - */ - public static void main(String[] args) - { - // TODO code application logic here - } - -}