summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsnowleo <snowleo@e251c2fe-e539-e718-e476-b85c1f46cddb>2011-05-13 23:09:21 +0000
committersnowleo <snowleo@e251c2fe-e539-e718-e476-b85c1f46cddb>2011-05-13 23:09:21 +0000
commit1bd34244544eadd8b1d6d8b8bc26ff30974d2ccb (patch)
tree7e4430300ac51bbfb21aaccdc1390542145be378
parentf4f88eebaa2705fbb767a7ee38e2b6d01c331cba (diff)
downloadEssentials-1bd34244544eadd8b1d6d8b8bc26ff30974d2ccb.tar
Essentials-1bd34244544eadd8b1d6d8b8bc26ff30974d2ccb.tar.gz
Essentials-1bd34244544eadd8b1d6d8b8bc26ff30974d2ccb.tar.lz
Essentials-1bd34244544eadd8b1d6d8b8bc26ff30974d2ccb.tar.xz
Essentials-1bd34244544eadd8b1d6d8b8bc26ff30974d2ccb.zip
Moving all libs to one directory.
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1452 e251c2fe-e539-e718-e476-b85c1f46cddb
-rw-r--r--Register/nbproject/build-impl.xml2
-rw-r--r--Register/nbproject/genfiles.properties6
-rw-r--r--Register/nbproject/project.properties15
-rw-r--r--Register/nbproject/project.xml2
4 files changed, 13 insertions, 12 deletions
diff --git a/Register/nbproject/build-impl.xml b/Register/nbproject/build-impl.xml
index 150d18d12..3eb58c7c3 100644
--- a/Register/nbproject/build-impl.xml
+++ b/Register/nbproject/build-impl.xml
@@ -43,7 +43,7 @@ is divided into following sections:
<property file="nbproject/private/private.properties"/>
</target>
<target name="-pre-init-libraries">
- <property location="./lib/nblibraries.properties" name="libraries.path"/>
+ <property location="../lib/nblibraries.properties" name="libraries.path"/>
<dirname file="${libraries.path}" property="libraries.dir.nativedirsep"/>
<pathconvert dirsep="/" property="libraries.dir">
<path path="${libraries.dir.nativedirsep}"/>
diff --git a/Register/nbproject/genfiles.properties b/Register/nbproject/genfiles.properties
index 8a7a58e85..5c88cb356 100644
--- a/Register/nbproject/genfiles.properties
+++ b/Register/nbproject/genfiles.properties
@@ -1,8 +1,8 @@
-build.xml.data.CRC32=c796020e
+build.xml.data.CRC32=daedca43
build.xml.script.CRC32=51c04dce
build.xml.stylesheet.CRC32=28e38971@1.43.1.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=c796020e
-nbproject/build-impl.xml.script.CRC32=33bbc379
+nbproject/build-impl.xml.data.CRC32=daedca43
+nbproject/build-impl.xml.script.CRC32=bdb937ac
nbproject/build-impl.xml.stylesheet.CRC32=0c01fd8e@1.43.1.45
diff --git a/Register/nbproject/project.properties b/Register/nbproject/project.properties
index 2aeef1351..6e6ae5f2a 100644
--- a/Register/nbproject/project.properties
+++ b/Register/nbproject/project.properties
@@ -1,9 +1,9 @@
annotation.processing.enabled=true
annotation.processing.enabled.in.editor=false
-annotation.processing.processor.options=
-annotation.processing.processors.list=
annotation.processing.run.all.processors=true
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
+application.title=Register
+application.vendor=schlex
build.classes.dir=${build.dir}/classes
build.classes.excludes=**/*.java,**/*.form
# This directory is removed when the project is cleaned:
@@ -24,18 +24,19 @@ debug.test.classpath=\
dist.dir=dist
dist.jar=${dist.dir}/Register.jar
dist.javadoc.dir=${dist.dir}/javadoc
+endorsed.classpath=
excludes=
-file.reference.BOSEconomy.jar=lib/BOSEconomy.jar
+file.reference.BOSEconomy.jar=../lib/BOSEconomy.jar
file.reference.bukkit-0.0.1-SNAPSHOT.jar=../lib/bukkit-0.0.1-SNAPSHOT.jar
-file.reference.iCo4.jar=lib/iCo4.jar
-file.reference.iCo5.jar=lib/iCo5.jar
+file.reference.iCo4.jar=../lib/iCo4.jar
+file.reference.iCo5.jar=../lib/iCo5.jar
includes=**
jar.compress=false
javac.classpath=\
+ ${file.reference.bukkit-0.0.1-SNAPSHOT.jar}:\
${file.reference.BOSEconomy.jar}:\
${file.reference.iCo4.jar}:\
- ${file.reference.iCo5.jar}:\
- ${file.reference.bukkit-0.0.1-SNAPSHOT.jar}
+ ${file.reference.iCo5.jar}
# Space-separated list of extra javac options
javac.compilerargs=
javac.deprecation=false
diff --git a/Register/nbproject/project.xml b/Register/nbproject/project.xml
index f90903c5e..4e27755e8 100644
--- a/Register/nbproject/project.xml
+++ b/Register/nbproject/project.xml
@@ -12,7 +12,7 @@
</test-roots>
</data>
<libraries xmlns="http://www.netbeans.org/ns/ant-project-libraries/1">
- <definitions>./lib/nblibraries.properties</definitions>
+ <definitions>../lib/nblibraries.properties</definitions>
</libraries>
</configuration>
</project>