# HG changeset patch # User Jaroslav Tulach # Date 1213430099 -7200 # Node ID 8147cafd007a8381407801b0a3bc11539bde0d5c # Parent 35ce0fbd4b7cb20391cab1b4ebdb7741b20dfe55 Creating one master script that can clean and build all examples diff -r 35ce0fbd4b7c -r 8147cafd007a samples/apifest1/boolcircuit/nbproject/project.properties --- a/samples/apifest1/boolcircuit/nbproject/project.properties Sat Jun 14 09:54:50 2008 +0200 +++ b/samples/apifest1/boolcircuit/nbproject/project.properties Sat Jun 14 09:54:59 2008 +0200 @@ -1,3 +1,5 @@ +application.title=boolcircuit +application.vendor=jarda build.classes.dir=${build.dir}/classes build.classes.excludes=**/*.java,**/*.form # This directory is removed when the project is cleaned: @@ -16,6 +18,7 @@ dist.jar=${dist.dir}/boolcircuit.jar dist.javadoc.dir=${dist.dir}/javadoc excludes= +file.reference.junit-4.4.jar=../../libs/dist/junit-4.4.jar includes=** jar.compress=false javac.classpath= @@ -27,7 +30,7 @@ javac.test.classpath=\ ${javac.classpath}:\ ${build.classes.dir}:\ - ${libs.junit.classpath} + ${file.reference.junit-4.4.jar} javadoc.additionalparam= javadoc.author=false javadoc.encoding= @@ -39,9 +42,6 @@ javadoc.use=true javadoc.version=false javadoc.windowtitle= -# Property libs.junit.classpath is set here just to make sharing of project simpler. -# The library definition has always preference over this property. -libs.junit.classpath=../../../../../usr/local/lib/netbeans/ide8/modules/ext/junit-3.8.2.jar meta.inf.dir=${src.dir}/META-INF platform.active=default_platform run.classpath=\ diff -r 35ce0fbd4b7c -r 8147cafd007a samples/build.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/samples/build.xml Sat Jun 14 09:54:59 2008 +0200 @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff -r 35ce0fbd4b7c -r 8147cafd007a samples/composition/build.xml --- a/samples/composition/build.xml Sat Jun 14 09:54:50 2008 +0200 +++ b/samples/composition/build.xml Sat Jun 14 09:54:59 2008 +0200 @@ -4,6 +4,7 @@ + diff -r 35ce0fbd4b7c -r 8147cafd007a samples/consistency/build.xml --- a/samples/consistency/build.xml Sat Jun 14 09:54:50 2008 +0200 +++ b/samples/consistency/build.xml Sat Jun 14 09:54:59 2008 +0200 @@ -4,6 +4,7 @@ + diff -r 35ce0fbd4b7c -r 8147cafd007a samples/delegatingwriterfinal/build.xml --- a/samples/delegatingwriterfinal/build.xml Sat Jun 14 09:54:50 2008 +0200 +++ b/samples/delegatingwriterfinal/build.xml Sat Jun 14 09:54:59 2008 +0200 @@ -4,6 +4,7 @@ + diff -r 35ce0fbd4b7c -r 8147cafd007a samples/differentreturntype/build.xml --- a/samples/differentreturntype/build.xml Sat Jun 14 09:54:50 2008 +0200 +++ b/samples/differentreturntype/build.xml Sat Jun 14 09:54:59 2008 +0200 @@ -25,6 +25,7 @@ + diff -r 35ce0fbd4b7c -r 8147cafd007a samples/extensionpoint/build.xml --- a/samples/extensionpoint/build.xml Sat Jun 14 09:54:50 2008 +0200 +++ b/samples/extensionpoint/build.xml Sat Jun 14 09:54:59 2008 +0200 @@ -4,6 +4,7 @@ + @@ -59,7 +60,7 @@ srcdir="src-${version}" destdir="build/${version}/classes" source="1.5" target="1.5" - classpath="${cp}" + classpath="${cp}:../libs/dist/org-openide-util.jar" /> diff -r 35ce0fbd4b7c -r 8147cafd007a samples/forjoe/build.xml --- a/samples/forjoe/build.xml Sat Jun 14 09:54:50 2008 +0200 +++ b/samples/forjoe/build.xml Sat Jun 14 09:54:59 2008 +0200 @@ -4,6 +4,7 @@ + diff -r 35ce0fbd4b7c -r 8147cafd007a samples/growingparameters/build.xml --- a/samples/growingparameters/build.xml Sat Jun 14 09:54:50 2008 +0200 +++ b/samples/growingparameters/build.xml Sat Jun 14 09:54:59 2008 +0200 @@ -4,6 +4,7 @@ + diff -r 35ce0fbd4b7c -r 8147cafd007a samples/insertsuperclass/build.xml --- a/samples/insertsuperclass/build.xml Sat Jun 14 09:54:50 2008 +0200 +++ b/samples/insertsuperclass/build.xml Sat Jun 14 09:54:59 2008 +0200 @@ -4,6 +4,7 @@ + diff -r 35ce0fbd4b7c -r 8147cafd007a samples/instanceofclass/build.xml --- a/samples/instanceofclass/build.xml Sat Jun 14 09:54:50 2008 +0200 +++ b/samples/instanceofclass/build.xml Sat Jun 14 09:54:59 2008 +0200 @@ -4,6 +4,7 @@ + diff -r 35ce0fbd4b7c -r 8147cafd007a samples/messagedigest/build.xml --- a/samples/messagedigest/build.xml Sat Jun 14 09:54:50 2008 +0200 +++ b/samples/messagedigest/build.xml Sat Jun 14 09:54:59 2008 +0200 @@ -4,6 +4,7 @@ + diff -r 35ce0fbd4b7c -r 8147cafd007a samples/preventcyclicdependencies/build.xml --- a/samples/preventcyclicdependencies/build.xml Sat Jun 14 09:54:50 2008 +0200 +++ b/samples/preventcyclicdependencies/build.xml Sat Jun 14 09:54:59 2008 +0200 @@ -4,6 +4,7 @@ + @@ -56,7 +57,7 @@ destdir="build/${version}/classes" source="1.5" target="1.5" debug="true" - classpath="${cp}" + classpath="${cp}:../libs/dist/org-openide-util.jar" /> diff -r 35ce0fbd4b7c -r 8147cafd007a samples/primitiveconstants/build.xml --- a/samples/primitiveconstants/build.xml Sat Jun 14 09:54:50 2008 +0200 +++ b/samples/primitiveconstants/build.xml Sat Jun 14 09:54:59 2008 +0200 @@ -4,6 +4,7 @@ + diff -r 35ce0fbd4b7c -r 8147cafd007a samples/reexport/build.xml --- a/samples/reexport/build.xml Sat Jun 14 09:54:50 2008 +0200 +++ b/samples/reexport/build.xml Sat Jun 14 09:54:59 2008 +0200 @@ -4,6 +4,7 @@ +