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"/>
|
||||
</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}"/>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user