Last change
on this file since 10157 was
6080,
checked in by mholper, 14 years ago
|
creating ECJClient using all four subservice Projects #1441
|
File size:
1.9 KB
|
Rev | Line | |
---|
[6080] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
| 2 | <project xmlns="http://www.netbeans.org/ns/project/1">
|
---|
| 3 | <type>org.netbeans.modules.java.j2seproject</type>
|
---|
| 4 | <configuration>
|
---|
| 5 | <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
|
---|
| 6 | <name>ECJClient</name>
|
---|
| 7 | <source-roots>
|
---|
| 8 | <root id="src.dir"/>
|
---|
| 9 | </source-roots>
|
---|
| 10 | <test-roots>
|
---|
| 11 | <root id="test.src.dir"/>
|
---|
| 12 | </test-roots>
|
---|
| 13 | </data>
|
---|
| 14 | <references xmlns="http://www.netbeans.org/ns/ant-project-references/1">
|
---|
| 15 | <reference>
|
---|
| 16 | <foreign-project>AdministrationService</foreign-project>
|
---|
| 17 | <artifact-type>jar</artifact-type>
|
---|
| 18 | <script>build.xml</script>
|
---|
| 19 | <target>jar</target>
|
---|
| 20 | <clean-target>clean</clean-target>
|
---|
| 21 | <id>jar</id>
|
---|
| 22 | </reference>
|
---|
| 23 | <reference>
|
---|
| 24 | <foreign-project>AuthenticationService</foreign-project>
|
---|
| 25 | <artifact-type>jar</artifact-type>
|
---|
| 26 | <script>build.xml</script>
|
---|
| 27 | <target>jar</target>
|
---|
| 28 | <clean-target>clean</clean-target>
|
---|
| 29 | <id>jar</id>
|
---|
| 30 | </reference>
|
---|
| 31 | <reference>
|
---|
| 32 | <foreign-project>QueryService</foreign-project>
|
---|
| 33 | <artifact-type>jar</artifact-type>
|
---|
| 34 | <script>build.xml</script>
|
---|
| 35 | <target>jar</target>
|
---|
| 36 | <clean-target>clean</clean-target>
|
---|
| 37 | <id>jar</id>
|
---|
| 38 | </reference>
|
---|
| 39 | <reference>
|
---|
| 40 | <foreign-project>RunCreationService</foreign-project>
|
---|
| 41 | <artifact-type>jar</artifact-type>
|
---|
| 42 | <script>build.xml</script>
|
---|
| 43 | <target>jar</target>
|
---|
| 44 | <clean-target>clean</clean-target>
|
---|
| 45 | <id>jar</id>
|
---|
| 46 | </reference>
|
---|
| 47 | </references>
|
---|
| 48 | </configuration>
|
---|
| 49 | </project>
|
---|
Note: See
TracBrowser
for help on using the repository browser.