Let me figure this out

This commit is contained in:
Jerom van der Sar 2012-11-27 17:20:09 +01:00
parent feaac20a5a
commit 878199c2d5
3 changed files with 16 additions and 9 deletions

5
.gitignore vendored
View File

@ -1,11 +1,12 @@
# netbeans excludes (StevenLawson)
# netbeans excludes - StevenLawson & JeromSar
/nbproject/private/
/dist/
/build/
buildnumber.properties
appinfo.properties
manifest.mf
# eclipse excludes (JeromSar)
# eclipse excludes - JeromSar (old)
.project
.classpath
/bin/

View File

@ -71,4 +71,13 @@
nbproject/build-impl.xml file.
-->
<target name="-pre-jar">
<buildnumber file="buildnumber.properties" />
<propertyfile file="appinfo.properties">
<entry key="program.VERSION" default="0.0" />
<entry key="program.BUILDNUM" value="${build.number}" />
<entry key="program.BUILDDATE" type="date" value="now" pattern="MM/dd/yyyy hh:mm aa" />
</propertyfile>
<copy file="appinfo.properties" todir="${build.classes.dir}" />
</target>
</project>

View File

@ -4,7 +4,7 @@ annotation.processing.processors.list=
annotation.processing.run.all.processors=true
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
application.title=TotalFreedomMod
application.vendor=Jerom
application.vendor=Madgeek1450/DarthSalamon
build.classes.dir=${build.dir}/classes
build.classes.excludes=**/*.java,**/*.form
# This directory is removed when the project is cleaned:
@ -27,17 +27,14 @@ dist.jar=${dist.dir}/TotalFreedomMod.jar
dist.javadoc.dir=${dist.dir}/javadoc
endorsed.classpath=
excludes=
file.reference.bukkit-1.4.5-R0.2.jar=C:\\Users\\Jerom\\Desktop\\Jerom\\Java\\Libaries\\bukkit-1.4.5-R0.2.jar
file.reference.craftbukkit-TF.jar=C:\\Users\\Jerom\\Desktop\\Jerom\\Java\\Libaries\\craftbukkit-TF.jar
includes=**
jar.archive.disabled=${jnlp.enabled}
jar.compress=false
jar.index=${jnlp.enabled}
javac.classpath=\
${file.reference.craftbukkit-TF.jar}:\
${file.reference.bukkit-1.4.5-R0.2.jar}
# Space-separated list of extra javac options
javac.compilerargs=
\# Space-separated list of extra javac options:\
${libs.CraftBukkit.classpath}
javac.compilerargs=-Xlint:unchecked -Xlint:deprecation
javac.deprecation=false
javac.processorpath=\
${javac.classpath}