42 lines
1.7 KiB
XML
42 lines
1.7 KiB
XML
<?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>librepository</name>
|
|
<properties>
|
|
<property name="project.dir">../../wntmsci10/misc/build/librepository</property>
|
|
<property name="ant.script">${project.dir}/ant/build.xml</property>
|
|
</properties>
|
|
<folders>
|
|
<source-folder>
|
|
<label>librepository</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>
|