1 |
bourges.laurent |
93 |
<?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 |
bourges.laurent |
251 |
<source-folder> |
21 |
bourges.laurent |
380 |
<label>test/java</label> |
22 |
bourges.laurent |
251 |
<type>java</type> |
23 |
bourges.laurent |
380 |
<location>test/java</location> |
24 |
bourges.laurent |
251 |
</source-folder> |
25 |
bourges.laurent |
413 |
<source-folder> |
26 |
|
|
<label>output/java/metamodel</label> |
27 |
|
|
<type>java</type> |
28 |
|
|
<location>output/java/metamodel</location> |
29 |
|
|
</source-folder> |
30 |
bourges.laurent |
93 |
</folders> |
31 |
|
|
<ide-actions> |
32 |
|
|
<action name="build"> |
33 |
bourges.laurent |
428 |
<target>forceMakeAll</target> |
34 |
bourges.laurent |
93 |
</action> |
35 |
|
|
<action name="run"> |
36 |
bourges.laurent |
428 |
<target>makeAll</target> |
37 |
bourges.laurent |
93 |
</action> |
38 |
|
|
<action name="rebuild"> |
39 |
bourges.laurent |
428 |
<target>forceMakeAll</target> |
40 |
bourges.laurent |
93 |
</action> |
41 |
bourges.laurent |
141 |
<action name="javadoc"> |
42 |
|
|
<target>makeJavaDoc</target> |
43 |
|
|
</action> |
44 |
bourges.laurent |
465 |
<action name="clean"> |
45 |
|
|
<target>cleanOutput</target> |
46 |
|
|
<target>cleanJavaOutput</target> |
47 |
|
|
<target>cleanJava</target> |
48 |
|
|
</action> |
49 |
bourges.laurent |
93 |
</ide-actions> |
50 |
bourges.laurent |
413 |
<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 |
bourges.laurent |
93 |
<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 |
bourges.laurent |
251 |
<source-folder style="packages"> |
76 |
bourges.laurent |
380 |
<label>test/java</label> |
77 |
|
|
<location>test/java</location> |
78 |
bourges.laurent |
251 |
</source-folder> |
79 |
bourges.laurent |
413 |
<source-folder style="packages"> |
80 |
|
|
<label>output/java/metamodel</label> |
81 |
|
|
<location>output/java/metamodel</location> |
82 |
|
|
</source-folder> |
83 |
bourges.laurent |
93 |
<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 |
bourges.laurent |
141 |
<ide-action name="javadoc"/> |
92 |
bourges.laurent |
93 |
<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 |
bourges.laurent |
141 |
<package-root>output/java/src</package-root> |
101 |
bourges.laurent |
380 |
<package-root>test/java</package-root> |
102 |
bourges.laurent |
413 |
<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 |
bourges.laurent |
93 |
<source-level>1.5</source-level> |
108 |
|
|
</compilation-unit> |
109 |
|
|
</java-data> |
110 |
|
|
</configuration> |
111 |
|
|
</project> |