1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<project xmlns="http://www.netbeans.org/ns/project/1"> |
3 |
<type>org.netbeans.modules.ant.freeform</type> |
4 |
<configuration> |
5 |
<general-data xmlns="http://www.netbeans.org/ns/freeform-project/1"> |
6 |
<!-- Do not use Project Properties customizer when editing this file manually. --> |
7 |
<name>Snap DM Transformer</name> |
8 |
<properties/> |
9 |
<folders> |
10 |
<source-folder> |
11 |
<label>src</label> |
12 |
<type>java</type> |
13 |
<location>src</location> |
14 |
</source-folder> |
15 |
<source-folder> |
16 |
<label>output/java/src</label> |
17 |
<type>java</type> |
18 |
<location>output/java/src</location> |
19 |
</source-folder> |
20 |
<source-folder> |
21 |
<label>test/java</label> |
22 |
<type>java</type> |
23 |
<location>test/java</location> |
24 |
</source-folder> |
25 |
<source-folder> |
26 |
<label>output/java/metamodel</label> |
27 |
<type>java</type> |
28 |
<location>output/java/metamodel</location> |
29 |
</source-folder> |
30 |
</folders> |
31 |
<ide-actions> |
32 |
<action name="build"> |
33 |
<target>forceMakeAll</target> |
34 |
</action> |
35 |
<action name="run"> |
36 |
<target>makeAll</target> |
37 |
</action> |
38 |
<action name="rebuild"> |
39 |
<target>forceMakeAll</target> |
40 |
</action> |
41 |
<action name="javadoc"> |
42 |
<target>makeJavaDoc</target> |
43 |
</action> |
44 |
<action name="clean"> |
45 |
<target>cleanOutput</target> |
46 |
<target>cleanJavaOutput</target> |
47 |
<target>cleanJava</target> |
48 |
</action> |
49 |
</ide-actions> |
50 |
<export> |
51 |
<type>jar</type> |
52 |
<location>dist/ivoa-base.jar</location> |
53 |
<build-target>makeJava</build-target> |
54 |
</export> |
55 |
<export> |
56 |
<type>jar</type> |
57 |
<location>dist/ivoa-meta.jar</location> |
58 |
<build-target>makeJava</build-target> |
59 |
</export> |
60 |
<export> |
61 |
<type>jar</type> |
62 |
<location>dist/ivoa-snap.jar</location> |
63 |
<build-target>makeJava</build-target> |
64 |
</export> |
65 |
<view> |
66 |
<items> |
67 |
<source-folder style="packages"> |
68 |
<label>src</label> |
69 |
<location>src</location> |
70 |
</source-folder> |
71 |
<source-folder style="packages"> |
72 |
<label>output/java/src</label> |
73 |
<location>output/java/src</location> |
74 |
</source-folder> |
75 |
<source-folder style="packages"> |
76 |
<label>test/java</label> |
77 |
<location>test/java</location> |
78 |
</source-folder> |
79 |
<source-folder style="packages"> |
80 |
<label>output/java/metamodel</label> |
81 |
<location>output/java/metamodel</location> |
82 |
</source-folder> |
83 |
<source-file> |
84 |
<location>build.xml</location> |
85 |
</source-file> |
86 |
</items> |
87 |
<context-menu> |
88 |
<ide-action name="build"/> |
89 |
<ide-action name="rebuild"/> |
90 |
<ide-action name="clean"/> |
91 |
<ide-action name="javadoc"/> |
92 |
<ide-action name="run"/> |
93 |
</context-menu> |
94 |
</view> |
95 |
<subprojects/> |
96 |
</general-data> |
97 |
<java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1"> |
98 |
<compilation-unit> |
99 |
<package-root>src</package-root> |
100 |
<package-root>output/java/src</package-root> |
101 |
<package-root>test/java</package-root> |
102 |
<package-root>output/java/metamodel</package-root> |
103 |
<classpath mode="compile">libs/commons-logging-1.1.jar:libs/log4j-1.2.15.jar:libs/eclipselink.jar:libs/persistence.jar:libs/jaxb-api-2.1.jar:libs/jaxb-impl-2.1.6.jar:libs/jaxb-xjc-2.1.6.jar</classpath> |
104 |
<built-to>dist/ivoa-base.jar</built-to> |
105 |
<built-to>dist/ivoa-meta.jar</built-to> |
106 |
<built-to>dist/ivoa-snap.jar</built-to> |
107 |
<source-level>1.5</source-level> |
108 |
</compilation-unit> |
109 |
</java-data> |
110 |
</configuration> |
111 |
</project> |