Skip to content

Commit

Permalink
Updated netbeans project files now that I'm using Netbeans 6.5 on Mac…
Browse files Browse the repository at this point in the history
… rather than 6.1 on Windows.
  • Loading branch information
myronmarston committed Nov 25, 2008
1 parent 5b207c0 commit 696ef9d
Show file tree
Hide file tree
Showing 6 changed files with 806 additions and 749 deletions.
1,313 changes: 684 additions & 629 deletions FractalComposer/nbproject/build-impl.xml

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions FractalComposer/nbproject/genfiles.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
build.xml.data.CRC32=f215ab69
build.xml.script.CRC32=bf8070f4
build.xml.stylesheet.CRC32=be360661
# 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=f215ab69
nbproject/build-impl.xml.script.CRC32=4b601896
nbproject/build-impl.xml.stylesheet.CRC32=487672f9
build.xml.data.CRC32=ead64398
build.xml.script.CRC32=15236f49
build.xml.stylesheet.CRC32=958a1d3e
# 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=ead64398
nbproject/build-impl.xml.script.CRC32=014ab3e8
nbproject/build-impl.xml.stylesheet.CRC32=e55b27f5
14 changes: 6 additions & 8 deletions FractalComposer/nbproject/private/private.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
application.args=CreateSequence.midi
do.depend=false
do.jar=true
javac.debug=true
javadoc.preview=true
jaxws.endorsed.dir=C:\\Program Files\\NetBeans 6.1\\java2\\modules\\ext\\jaxws21\\api
user.properties.file=C:\\Users\\Myron\\.netbeans\\6.1\\build.properties
work.dir=C:\\Users\\Myron\\Documents\\NetBeansProjects\\FractalComposer
compile.on.save=true
do.depend=false
do.jar=true
javac.debug=true
javadoc.preview=true
user.properties.file=/Users/myron/.netbeans/6.5rc2/build.properties
8 changes: 4 additions & 4 deletions FractalComposer/nbproject/private/private.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/>
</project-private>
<?xml version="1.0" encoding="UTF-8"?>
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/>
</project-private>
171 changes: 87 additions & 84 deletions FractalComposer/nbproject/project.properties
Original file line number Diff line number Diff line change
@@ -1,84 +1,87 @@
application.title=FractalComposer
application.vendor=Myron
build.classes.dir=${build.dir}/classes
build.classes.excludes=**/*.java,**/*.form
# This directory is removed when the project is cleaned:
build.dir=build
build.generated.dir=${build.dir}/generated
# Only compile against the classpath explicitly listed here:
build.sysclasspath=ignore
build.test.classes.dir=${build.dir}/test/classes
build.test.results.dir=${build.dir}/test/results
debug.classpath=\
${run.classpath}
debug.test.classpath=\
${run.test.classpath}
# This directory is removed when the project is cleaned:
dist.dir=dist
dist.jar=${dist.dir}/FractalComposer.jar
dist.javadoc.dir=${dist.dir}/javadoc
excludes=
file.reference.cobertura.jar=C:\\JavaLibraries\\cobertura-1.9\\cobertura.jar
file.reference.gervill.jar=C:\\JavaLibraries\\gervill\\gervill.jar
file.reference.simple-xml-1.7.2.jar=C:\\JavaLibraries\\simple-xml-1.7.2\\jar\\simple-xml-1.7.2.jar
file.reference.tritonus_mp3-0.3.6.jar=C:\\JavaLibraries\\tritonus\\tritonus_mp3-0.3.6.jar
file.reference.tritonus_remaining-0.3.6.jar=C:\\JavaLibraries\\tritonus\\tritonus_remaining-0.3.6.jar
file.reference.tritonus_share-0.3.6.jar=C:\\JavaLibraries\\tritonus\\tritonus_share-0.3.6.jar
includes=**
jar.compress=false
javac.classpath=\
${file.reference.simple-xml-1.7.2.jar}:\
${file.reference.cobertura.jar}:\
${file.reference.gervill.jar}:\
${file.reference.tritonus_mp3-0.3.6.jar}:\
${file.reference.tritonus_share-0.3.6.jar}:\
${file.reference.tritonus_remaining-0.3.6.jar}
# Space-separated list of extra javac options
javac.compilerargs=
javac.deprecation=false
javac.source=1.5
javac.target=1.5
javac.test.classpath=\
${javac.classpath}:\
${build.classes.dir}:\
${libs.junit_4.classpath}
javadoc.additionalparam=-notimestamp
javadoc.author=false
javadoc.encoding=${source.encoding}
javadoc.noindex=false
javadoc.nonavbar=false
javadoc.notree=false
javadoc.private=false
javadoc.reference.gervill.jar=C:\\JavaLibraries\\gervill\\www\\javadoc
javadoc.splitindex=true
javadoc.use=true
javadoc.version=false
javadoc.windowtitle=
jnlp.codebase.type=local
jnlp.codebase.url=file:/C:/Users/Myron/Documents/NetBeansProjects/FractalComposer/dist/
jnlp.enabled=false
jnlp.offline-allowed=false
jnlp.signed=false
main.class=com.myronmarston.util.Mp3Encoder
meta.inf.dir=${src.dir}/META-INF
platform.active=default_platform
run.classpath=\
${javac.classpath}:\
${build.classes.dir}
# Space-separated list of JVM arguments used when running the project
# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
# or test-sys-prop.name=value to set system properties for unit tests):
run.jvmargs=-ea:com.myronmarston...
run.test.classpath=\
C:\
JavaLibrariescobertura-1.9cobertura.jar:\
${build.test.cobertura.classes.dir}:\
${javac.test.classpath}:\
${build.test.classes.dir}
source.encoding=UTF-8
source.reference.gervill.jar=C:\\JavaLibraries\\gervill\\src
src.dir=src
test.src.dir=test
project.license=GPL
build.test.cobertura.classes.dir=${build.dir}/cobertura-instrumented-classes
cobertura.report.dir=${build.dir}/cobertura-report
application.title=FractalComposer
application.vendor=myron
auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.tab-size=8
auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.text-limit-width=80
auxiliary.org-netbeans-modules-editor-indent.CodeStyle.usedProfile=default
build.classes.dir=${build.dir}/classes
build.classes.excludes=**/*.java,**/*.form
# This directory is removed when the project is cleaned:
build.dir=build
build.generated.dir=${build.dir}/generated
# Only compile against the classpath explicitly listed here:
build.sysclasspath=ignore
build.test.classes.dir=${build.dir}/test/classes
build.test.results.dir=${build.dir}/test/results
# Uncomment to specify the preferred debugger connection transport:
#debug.transport=dt_socket
debug.classpath=\
${run.classpath}
debug.test.classpath=\
${run.test.classpath}
# This directory is removed when the project is cleaned:
dist.dir=dist
dist.jar=${dist.dir}/FractalComposer.jar
dist.javadoc.dir=${dist.dir}/javadoc
excludes=
file.reference.cobertura.jar=/usr/local/java-libraries/cobertura-1.9/cobertura.jar
file.reference.FractalComposer-src=src
file.reference.FractalComposer-test=test
file.reference.gervill.jar=/usr/local/java-libraries/gervill/gervill.jar
file.reference.simple-xml-1.7.2.jar=/usr/local/java-libraries/simple-xml-1.7.2/jar/simple-xml-1.7.2.jar
file.reference.tritonus_mp3-0.3.6.jar=/usr/local/java-libraries/tritonus/tritonus_mp3-0.3.6.jar
file.reference.tritonus_remaining-0.3.6.jar=/usr/local/java-libraries/tritonus/tritonus_remaining-0.3.6.jar
file.reference.tritonus_share-0.3.6.jar=/usr/local/java-libraries/tritonus/tritonus_share-0.3.6.jar
includes=**
jar.compress=false
javac.classpath=\
${file.reference.cobertura.jar}:\
${file.reference.gervill.jar}:\
${file.reference.simple-xml-1.7.2.jar}:\
${file.reference.tritonus_mp3-0.3.6.jar}:\
${file.reference.tritonus_remaining-0.3.6.jar}:\
${file.reference.tritonus_share-0.3.6.jar}
# Space-separated list of extra javac options
javac.compilerargs=
javac.deprecation=false
javac.source=1.6
javac.target=1.6
javac.test.classpath=\
${javac.classpath}:\
${build.classes.dir}:\
${libs.junit.classpath}:\
${libs.junit_4.classpath}
javadoc.additionalparam=
javadoc.author=false
javadoc.encoding=${source.encoding}
javadoc.noindex=false
javadoc.nonavbar=false
javadoc.notree=false
javadoc.private=false
javadoc.splitindex=true
javadoc.use=true
javadoc.version=false
javadoc.windowtitle=
jnlp.codebase.type=local
jnlp.codebase.url=file:/Users/myron/NetBeansProjects/FractalComposer/dist/
jnlp.descriptor=application
jnlp.enabled=false
jnlp.offline-allowed=false
jnlp.signed=false
main.class=
manifest.file=manifest.mf
meta.inf.dir=${src.dir}/META-INF
platform.active=JDK_1.6
run.classpath=\
${javac.classpath}:\
${build.classes.dir}
# Space-separated list of JVM arguments used when running the project
# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
# or test-sys-prop.name=value to set system properties for unit tests):
run.jvmargs=
run.test.classpath=\
${javac.test.classpath}:\
${build.test.classes.dir}
source.encoding=UTF-8
src.dir=${file.reference.FractalComposer-src}
test.src.dir=${file.reference.FractalComposer-test}
project.license=GPL
33 changes: 17 additions & 16 deletions FractalComposer/nbproject/project.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.java.j2seproject</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/j2se-project/3">
<name>FractalComposer</name>
<minimum-ant-version>1.6.5</minimum-ant-version>
<source-roots>
<root id="src.dir"/>
</source-roots>
<test-roots>
<root id="test.src.dir"/>
</test-roots>
</data>
</configuration>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.java.j2seproject</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/j2se-project/3">
<name>FractalComposer</name>
<minimum-ant-version>1.6.5</minimum-ant-version>
<explicit-platform explicit-source-supported="true"/>
<source-roots>
<root id="src.dir"/>
</source-roots>
<test-roots>
<root id="test.src.dir"/>
</test-roots>
</data>
</configuration>
</project>

0 comments on commit 696ef9d

Please sign in to comment.