diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-16 17:42:25 +0000 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-16 17:42:25 +0000 |
| commit | 3abf3909dfa306d20358a3538da212b7cb64f52a (patch) | |
| tree | decb23fee00682a55388dada3f41718462f90cc9 /update/plugin/svn/trunk/nbproject/project.properties | |
| parent | 256310fd6baaca309d97237700484fb30dfd7aa5 (diff) | |
| download | instadisc-3abf3909dfa306d20358a3538da212b7cb64f52a.tar.gz instadisc-3abf3909dfa306d20358a3538da212b7cb64f52a.tar.bz2 instadisc-3abf3909dfa306d20358a3538da212b7cb64f52a.zip | |
Update: Renamed Subversion plugin folder
The folder name "svn" was annoying Subversion because svn is a special name to it. Fixes #36
Diffstat (limited to 'update/plugin/svn/trunk/nbproject/project.properties')
| -rw-r--r-- | update/plugin/svn/trunk/nbproject/project.properties | 70 |
1 files changed, 0 insertions, 70 deletions
| diff --git a/update/plugin/svn/trunk/nbproject/project.properties b/update/plugin/svn/trunk/nbproject/project.properties deleted file mode 100644 index 97cccc2..0000000 --- a/update/plugin/svn/trunk/nbproject/project.properties +++ /dev/null | |||
| @@ -1,70 +0,0 @@ | |||
| 1 | application.title=InstaDiscUpdateSVN | ||
| 2 | application.vendor=hatkirby | ||
| 3 | build.classes.dir=${build.dir}/classes | ||
| 4 | build.classes.excludes=**/*.java,**/*.form | ||
| 5 | # This directory is removed when the project is cleaned: | ||
| 6 | build.dir=build | ||
| 7 | build.generated.dir=${build.dir}/generated | ||
| 8 | # Only compile against the classpath explicitly listed here: | ||
| 9 | build.sysclasspath=ignore | ||
| 10 | build.test.classes.dir=${build.dir}/test/classes | ||
| 11 | build.test.results.dir=${build.dir}/test/results | ||
| 12 | debug.classpath=\ | ||
| 13 | ${run.classpath} | ||
| 14 | debug.test.classpath=\ | ||
| 15 | ${run.test.classpath} | ||
| 16 | # This directory is removed when the project is cleaned: | ||
| 17 | dist.dir=dist | ||
| 18 | dist.jar=${dist.dir}/InstaDiscUpdateSVN.jar | ||
| 19 | dist.javadoc.dir=${dist.dir}/javadoc | ||
| 20 | excludes= | ||
| 21 | includes=** | ||
| 22 | jar.compress=false | ||
| 23 | javac.classpath=\ | ||
| 24 | ${libs.XML-RPC2.classpath} | ||
| 25 | # Space-separated list of extra javac options | ||
| 26 | javac.compilerargs= | ||
| 27 | javac.deprecation=false | ||
| 28 | javac.source=1.5 | ||
| 29 | javac.target=1.5 | ||
| 30 | javac.test.classpath=\ | ||
| 31 | ${javac.classpath}:\ | ||
| 32 | ${build.classes.dir}:\ | ||
| 33 | ${libs.junit.classpath}:\ | ||
| 34 | ${libs.junit_4.classpath} | ||
| 35 | javadoc.additionalparam= | ||
| 36 | javadoc.author=false | ||
| 37 | javadoc.encoding=${source.encoding} | ||
| 38 | javadoc.noindex=false | ||
| 39 | javadoc.nonavbar=false | ||
| 40 | javadoc.notree=false | ||
| 41 | javadoc.private=false | ||
| 42 | javadoc.splitindex=true | ||
| 43 | javadoc.use=true | ||
| 44 | javadoc.version=false | ||
| 45 | javadoc.windowtitle= | ||
| 46 | jnlp.codebase.type=local | ||
| 47 | jnlp.codebase.url=file:/home/hatkirby/NetBeansProjects/InstaDiscUpdateSVN/dist/ | ||
| 48 | jnlp.enabled=false | ||
| 49 | jnlp.offline-allowed=false | ||
| 50 | jnlp.signed=false | ||
| 51 | # Property libs.XML-RPC2.classpath is set here just to make sharing of project simpler. | ||
| 52 | # The library definition has always preference over this property. | ||
| 53 | libs.XML-RPC2.classpath=lib/commons-logging-1.1.jar:lib/ws-commons-util-1.0.2.jar:lib/xmlrpc-client-3.1.jar:lib/xmlrpc-common-3.1.jar:lib/xmlrpc-server-3.1.jar | ||
| 54 | main.class=com.fourisland.instadisc.update.svn.Main | ||
| 55 | manifest.file=manifest.mf | ||
| 56 | meta.inf.dir=${src.dir}/META-INF | ||
| 57 | platform.active=default_platform | ||
| 58 | run.classpath=\ | ||
| 59 | ${javac.classpath}:\ | ||
| 60 | ${build.classes.dir} | ||
| 61 | # Space-separated list of JVM arguments used when running the project | ||
| 62 | # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value | ||
| 63 | # or test-sys-prop.name=value to set system properties for unit tests): | ||
| 64 | run.jvmargs= | ||
| 65 | run.test.classpath=\ | ||
| 66 | ${javac.test.classpath}:\ | ||
| 67 | ${build.test.classes.dir} | ||
| 68 | source.encoding=UTF-8 | ||
| 69 | src.dir=src | ||
| 70 | test.src.dir=test | ||
