blob: 6b966c904cd3f31916ec9c6a4e86c79da037e00e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.ant.freeform</type>
<configuration>
<general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
<!-- Do not use Project Properties customizer when editing this file manually. -->
<name>libxml</name>
<properties>
<property name="project.dir">../../wntmsci10/misc/build/libxml</property>
<property name="ant.script">${project.dir}/ant/build.xml</property>
</properties>
<folders>
<source-folder>
<label>libxml</label>
<location>${project.dir}</location>
</source-folder>
</folders>
<ide-actions>
<action name="build">
<script>${ant.script}</script>
<target>all</target>
</action>
<action name="javadoc">
<script>${ant.script}</script>
<target>javadoc</target>
</action>
</ide-actions>
<view>
<items>
<source-file>
<location>${ant.script}</location>
</source-file>
</items>
<context-menu>
<ide-action name="build"/>
<ide-action name="javadoc"/>
</context-menu>
</view>
</general-data>
<java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1"/>
</configuration>
</project>
|