java/sql-vyuka/nbproject/project.xml
changeset 15 8632e6037843
parent 10 5d6592e753c0
child 74 48066e753dd6
     1.1 --- a/java/sql-vyuka/nbproject/project.xml	Thu May 28 21:19:06 2009 +0200
     1.2 +++ b/java/sql-vyuka/nbproject/project.xml	Fri May 29 02:04:27 2009 +0200
     1.3 @@ -5,7 +5,12 @@
     1.4          <data xmlns="http://www.netbeans.org/ns/web-project/3">
     1.5              <name>sql-vyuka</name>
     1.6              <minimum-ant-version>1.6.5</minimum-ant-version>
     1.7 -            <web-module-libraries/>
     1.8 +            <web-module-libraries>
     1.9 +                <library>
    1.10 +                    <file>${reference.SuperDAO.jar}</file>
    1.11 +                    <path-in-war>WEB-INF/lib</path-in-war>
    1.12 +                </library>
    1.13 +            </web-module-libraries>
    1.14              <web-module-additional-libraries/>
    1.15              <source-roots>
    1.16                  <root id="src.dir"/>
    1.17 @@ -14,5 +19,15 @@
    1.18                  <root id="test.src.dir"/>
    1.19              </test-roots>
    1.20          </data>
    1.21 +        <references xmlns="http://www.netbeans.org/ns/ant-project-references/1">
    1.22 +            <reference>
    1.23 +                <foreign-project>SuperDAO</foreign-project>
    1.24 +                <artifact-type>jar</artifact-type>
    1.25 +                <script>build.xml</script>
    1.26 +                <target>jar</target>
    1.27 +                <clean-target>clean</clean-target>
    1.28 +                <id>jar</id>
    1.29 +            </reference>
    1.30 +        </references>
    1.31      </configuration>
    1.32  </project>