diff options
Diffstat (limited to 'Register')
-rw-r--r-- | Register/lib/BOSEconomy.jar | bin | 130814 -> 0 bytes | |||
-rw-r--r-- | Register/lib/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar | bin | 21863 -> 0 bytes | |||
-rw-r--r-- | Register/lib/iCo4.jar | bin | 97249 -> 0 bytes | |||
-rw-r--r-- | Register/lib/iCo5.jar | bin | 174297 -> 0 bytes | |||
-rw-r--r-- | Register/lib/nblibraries.properties | 2 | ||||
-rw-r--r-- | Register/nbproject/build-impl.xml | 2 | ||||
-rw-r--r-- | Register/nbproject/genfiles.properties | 6 | ||||
-rw-r--r-- | Register/nbproject/project.properties | 15 | ||||
-rw-r--r-- | Register/nbproject/project.xml | 2 |
9 files changed, 13 insertions, 14 deletions
diff --git a/Register/lib/BOSEconomy.jar b/Register/lib/BOSEconomy.jar Binary files differdeleted file mode 100644 index bba5231f9..000000000 --- a/Register/lib/BOSEconomy.jar +++ /dev/null diff --git a/Register/lib/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar b/Register/lib/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar Binary files differdeleted file mode 100644 index 0cc8675c8..000000000 --- a/Register/lib/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar +++ /dev/null diff --git a/Register/lib/iCo4.jar b/Register/lib/iCo4.jar Binary files differdeleted file mode 100644 index 6cb256b66..000000000 --- a/Register/lib/iCo4.jar +++ /dev/null diff --git a/Register/lib/iCo5.jar b/Register/lib/iCo5.jar Binary files differdeleted file mode 100644 index 71a5d7141..000000000 --- a/Register/lib/iCo5.jar +++ /dev/null diff --git a/Register/lib/nblibraries.properties b/Register/lib/nblibraries.properties deleted file mode 100644 index 03b52d682..000000000 --- a/Register/lib/nblibraries.properties +++ /dev/null @@ -1,2 +0,0 @@ -libs.CopyLibs.classpath=\ - ${base}/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar 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> |