samples/apifest1/day3-intermezzo/jtulach/against-pinbasedsolution/nbproject/project.xml
changeset 55 5a0b7b1f8f11
parent 52 4257f4cf226b
child 58 be49ca0fff33
     1.1 --- a/samples/apifest1/day3-intermezzo/jtulach/against-pinbasedsolution/nbproject/project.xml	Sat Jun 14 09:52:45 2008 +0200
     1.2 +++ b/samples/apifest1/day3-intermezzo/jtulach/against-pinbasedsolution/nbproject/project.xml	Sat Jun 14 09:52:49 2008 +0200
     1.3 @@ -4,7 +4,7 @@
     1.4      <configuration>
     1.5          <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
     1.6              <!-- Do not use Project Properties customizer when editing this file manually. -->
     1.7 -            <name>testing-template</name>
     1.8 +            <name>testing template</name>
     1.9              <properties>
    1.10                  <property name="ant.script">build.xml</property>
    1.11                  <property-file>project.properties</property-file>
    1.12 @@ -54,6 +54,9 @@
    1.13                      <source-file>
    1.14                          <location>${ant.script}</location>
    1.15                      </source-file>
    1.16 +                    <source-file>
    1.17 +                        <location>project.properties</location>
    1.18 +                    </source-file>
    1.19                  </items>
    1.20                  <context-menu>
    1.21                      <ide-action name="build"/>
    1.22 @@ -68,7 +71,7 @@
    1.23          <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
    1.24              <compilation-unit>
    1.25                  <package-root>test</package-root>
    1.26 -                <classpath mode="compile">${apiA}:${apifest}/lib/junit-3.8.2.jar</classpath>
    1.27 +                <classpath mode="compile">${apiA}:${junit.jar}</classpath>
    1.28                  <built-to>build/tests</built-to>
    1.29                  <source-level>1.5</source-level>
    1.30              </compilation-unit>