123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns="http://www.netbeans.org/ns/project/1">
- <type>org.netbeans.modules.web.project</type>
- <configuration>
- <buildExtensions xmlns="http://www.netbeans.org/ns/ant-build-extender/1">
- <extension file="rest-build.xml" id="rest.5"/>
- </buildExtensions>
- <data xmlns="http://www.netbeans.org/ns/web-project/3">
- <name>OrionWebApp</name>
- <minimum-ant-version>1.6.5</minimum-ant-version>
- <web-module-libraries>
- <library dirs="200">
- <file>${reference.orion-servlet.jar}</file>
- <path-in-war>WEB-INF/lib</path-in-war>
- </library>
- <library dirs="200">
- <file>${reference.orion-dm.jar}</file>
- <path-in-war>WEB-INF/lib</path-in-war>
- </library>
- <library dirs="200">
- <file>${reference.orion-defdm.jar}</file>
- <path-in-war>WEB-INF/lib</path-in-war>
- </library>
- <library dirs="200">
- <file>${reference.orion-tokenizers.jar}</file>
- <path-in-war>WEB-INF/lib</path-in-war>
- </library>
- <library dirs="200">
- <file>${libs.XStream.classpath}</file>
- <path-in-war>WEB-INF/lib</path-in-war>
- </library>
- <library dirs="200">
- <file>${reference.orion-product.jar}</file>
- <path-in-war>WEB-INF/lib</path-in-war>
- </library>
- <library dirs="200">
- <file>${libs.restapi.classpath}</file>
- <path-in-war>WEB-INF/lib</path-in-war>
- </library>
- <library dirs="200">
- <file>${libs.Jersey_2.25.1__JAX-RS_RI_.classpath}</file>
- <path-in-war>WEB-INF/lib</path-in-war>
- </library>
- </web-module-libraries>
- <web-module-additional-libraries>
- <library dirs="200">
- <file>${reference.orion-component.jar}</file>
- <path-in-war>/lib</path-in-war>
- </library>
- <library dirs="200">
- <file>${reference.orion-tokenizers.jar}</file>
- <path-in-war>/lib</path-in-war>
- </library>
- <library dirs="200">
- <file>${reference.orion-dm.jar}</file>
- <path-in-war>/lib</path-in-war>
- </library>
- <library dirs="200">
- <file>${reference.orion-defdm.jar}</file>
- <path-in-war>/lib</path-in-war>
- </library>
- <library dirs="200">
- <file>${reference.orion-prefs.jar}</file>
- <path-in-war>/lib</path-in-war>
- </library>
- <library dirs="200">
- <file>${reference.orion-product.jar}</file>
- <path-in-war>/lib</path-in-war>
- </library>
- <library dirs="200">
- <file>${reference.orion.jar}</file>
- <path-in-war>/lib</path-in-war>
- </library>
- <library dirs="200">
- <file>${libs.restapi.classpath}</file>
- <path-in-war>/lib</path-in-war>
- </library>
- <library dirs="200">
- <file>${libs.Jersey_2.25.1__Client___JAX-RS_RI_.classpath}</file>
- <path-in-war>/lib</path-in-war>
- </library>
- <library dirs="200">
- <file>${libs.XStream.classpath}</file>
- <path-in-war>/lib</path-in-war>
- </library>
- </web-module-additional-libraries>
- <source-roots>
- <root id="src.dir"/>
- </source-roots>
- <test-roots>
- <root id="test.src.dir"/>
- </test-roots>
- </data>
- <references xmlns="http://www.netbeans.org/ns/ant-project-references/1">
- <reference>
- <foreign-project>orion</foreign-project>
- <artifact-type>jar</artifact-type>
- <script>build.xml</script>
- <target>jar</target>
- <clean-target>clean</clean-target>
- <id>jar</id>
- </reference>
- <reference>
- <foreign-project>orion-component</foreign-project>
- <artifact-type>jar</artifact-type>
- <script>build.xml</script>
- <target>jar</target>
- <clean-target>clean</clean-target>
- <id>jar</id>
- </reference>
- <reference>
- <foreign-project>orion-defdm</foreign-project>
- <artifact-type>jar</artifact-type>
- <script>build.xml</script>
- <target>jar</target>
- <clean-target>clean</clean-target>
- <id>jar</id>
- </reference>
- <reference>
- <foreign-project>orion-dm</foreign-project>
- <artifact-type>jar</artifact-type>
- <script>build.xml</script>
- <target>jar</target>
- <clean-target>clean</clean-target>
- <id>jar</id>
- </reference>
- <reference>
- <foreign-project>orion-prefs</foreign-project>
- <artifact-type>jar</artifact-type>
- <script>build.xml</script>
- <target>jar</target>
- <clean-target>clean</clean-target>
- <id>jar</id>
- </reference>
- <reference>
- <foreign-project>orion-product</foreign-project>
- <artifact-type>jar</artifact-type>
- <script>build.xml</script>
- <target>jar</target>
- <clean-target>clean</clean-target>
- <id>jar</id>
- </reference>
- <reference>
- <foreign-project>orion-servlet</foreign-project>
- <artifact-type>jar</artifact-type>
- <script>build.xml</script>
- <target>jar</target>
- <clean-target>clean</clean-target>
- <id>jar</id>
- </reference>
- <reference>
- <foreign-project>orion-tokenizers</foreign-project>
- <artifact-type>jar</artifact-type>
- <script>build.xml</script>
- <target>jar</target>
- <clean-target>clean</clean-target>
- <id>jar</id>
- </reference>
- </references>
- </configuration>
- </project>
|