mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-21 01:01:35 +08:00
Moving all libs to one directory.
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1452 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
16af2a2d61
commit
816fb79a1a
Binary file not shown.
@ -1,2 +0,0 @@
|
|||||||
libs.CopyLibs.classpath=\
|
|
||||||
${base}/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar
|
|
Binary file not shown.
@ -1,2 +0,0 @@
|
|||||||
libs.CopyLibs.classpath=\
|
|
||||||
${base}/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar
|
|
@ -43,7 +43,7 @@ is divided into following sections:
|
|||||||
<property file="nbproject/private/private.properties"/>
|
<property file="nbproject/private/private.properties"/>
|
||||||
</target>
|
</target>
|
||||||
<target name="-pre-init-libraries">
|
<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"/>
|
<dirname file="${libraries.path}" property="libraries.dir.nativedirsep"/>
|
||||||
<pathconvert dirsep="/" property="libraries.dir">
|
<pathconvert dirsep="/" property="libraries.dir">
|
||||||
<path path="${libraries.dir.nativedirsep}"/>
|
<path path="${libraries.dir.nativedirsep}"/>
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
build.xml.data.CRC32=c796020e
|
build.xml.data.CRC32=daedca43
|
||||||
build.xml.script.CRC32=51c04dce
|
build.xml.script.CRC32=51c04dce
|
||||||
build.xml.stylesheet.CRC32=28e38971@1.43.1.45
|
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.
|
# 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.
|
# 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.data.CRC32=daedca43
|
||||||
nbproject/build-impl.xml.script.CRC32=33bbc379
|
nbproject/build-impl.xml.script.CRC32=bdb937ac
|
||||||
nbproject/build-impl.xml.stylesheet.CRC32=0c01fd8e@1.43.1.45
|
nbproject/build-impl.xml.stylesheet.CRC32=0c01fd8e@1.43.1.45
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
annotation.processing.enabled=true
|
annotation.processing.enabled=true
|
||||||
annotation.processing.enabled.in.editor=false
|
annotation.processing.enabled.in.editor=false
|
||||||
annotation.processing.processor.options=
|
|
||||||
annotation.processing.processors.list=
|
|
||||||
annotation.processing.run.all.processors=true
|
annotation.processing.run.all.processors=true
|
||||||
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
|
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.dir=${build.dir}/classes
|
||||||
build.classes.excludes=**/*.java,**/*.form
|
build.classes.excludes=**/*.java,**/*.form
|
||||||
# This directory is removed when the project is cleaned:
|
# This directory is removed when the project is cleaned:
|
||||||
@ -24,18 +24,19 @@ debug.test.classpath=\
|
|||||||
dist.dir=dist
|
dist.dir=dist
|
||||||
dist.jar=${dist.dir}/Register.jar
|
dist.jar=${dist.dir}/Register.jar
|
||||||
dist.javadoc.dir=${dist.dir}/javadoc
|
dist.javadoc.dir=${dist.dir}/javadoc
|
||||||
|
endorsed.classpath=
|
||||||
excludes=
|
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.bukkit-0.0.1-SNAPSHOT.jar=../lib/bukkit-0.0.1-SNAPSHOT.jar
|
||||||
file.reference.iCo4.jar=lib/iCo4.jar
|
file.reference.iCo4.jar=../lib/iCo4.jar
|
||||||
file.reference.iCo5.jar=lib/iCo5.jar
|
file.reference.iCo5.jar=../lib/iCo5.jar
|
||||||
includes=**
|
includes=**
|
||||||
jar.compress=false
|
jar.compress=false
|
||||||
javac.classpath=\
|
javac.classpath=\
|
||||||
|
${file.reference.bukkit-0.0.1-SNAPSHOT.jar}:\
|
||||||
${file.reference.BOSEconomy.jar}:\
|
${file.reference.BOSEconomy.jar}:\
|
||||||
${file.reference.iCo4.jar}:\
|
${file.reference.iCo4.jar}:\
|
||||||
${file.reference.iCo5.jar}:\
|
${file.reference.iCo5.jar}
|
||||||
${file.reference.bukkit-0.0.1-SNAPSHOT.jar}
|
|
||||||
# Space-separated list of extra javac options
|
# Space-separated list of extra javac options
|
||||||
javac.compilerargs=
|
javac.compilerargs=
|
||||||
javac.deprecation=false
|
javac.deprecation=false
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
</test-roots>
|
</test-roots>
|
||||||
</data>
|
</data>
|
||||||
<libraries xmlns="http://www.netbeans.org/ns/ant-project-libraries/1">
|
<libraries xmlns="http://www.netbeans.org/ns/ant-project-libraries/1">
|
||||||
<definitions>./lib/nblibraries.properties</definitions>
|
<definitions>../lib/nblibraries.properties</definitions>
|
||||||
</libraries>
|
</libraries>
|
||||||
</configuration>
|
</configuration>
|
||||||
</project>
|
</project>
|
||||||
|
Loading…
Reference in New Issue
Block a user