samples/apifest1/day3-intermezzo/pnejedly/against-alwayscreatenewcircuit/nbproject/project.xml
changeset 58 be49ca0fff33
parent 54 45b0d58e66ca
     1.1 --- a/samples/apifest1/day3-intermezzo/pnejedly/against-alwayscreatenewcircuit/nbproject/project.xml	Sat Jun 14 09:52:48 2008 +0200
     1.2 +++ b/samples/apifest1/day3-intermezzo/pnejedly/against-alwayscreatenewcircuit/nbproject/project.xml	Sat Jun 14 09:52:52 2008 +0200
     1.3 @@ -4,10 +4,12 @@
     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>against-alwayscreatenewcircuit</name>
     1.8 +            <name>Against alwayscreatenewcircuit Solution</name>
     1.9              <properties>
    1.10                  <property name="ant.script">build.xml</property>
    1.11 +                <property name="apifest">../../../</property>
    1.12                  <property-file>project.properties</property-file>
    1.13 +                <property-file>../../common.properties</property-file>
    1.14              </properties>
    1.15              <folders>
    1.16                  <source-folder>
    1.17 @@ -54,6 +56,9 @@
    1.18                      <source-file>
    1.19                          <location>${ant.script}</location>
    1.20                      </source-file>
    1.21 +                    <source-file>
    1.22 +                        <location>project.properties</location>
    1.23 +                    </source-file>
    1.24                  </items>
    1.25                  <context-menu>
    1.26                      <ide-action name="build"/>
    1.27 @@ -68,7 +73,7 @@
    1.28          <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
    1.29              <compilation-unit>
    1.30                  <package-root>test</package-root>
    1.31 -                <classpath mode="compile">${apiA}:${apifest}/lib/junit-3.8.2.jar</classpath>
    1.32 +                <classpath mode="compile">${apiA}:${junit.jar}</classpath>
    1.33                  <built-to>build/tests</built-to>
    1.34                  <source-level>1.5</source-level>
    1.35              </compilation-unit>