Page MenuHomePhorge

sample.project.xml
No OneTemporary

sample.project.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>IOVAR</name>
<properties>
<property name="ant.script">build.xml</property>
</properties>
<folders>
<source-folder>
<label>src</label>
<type>java</type>
<location>src</location>
</source-folder>
</folders>
<ide-actions>
<action name="build">
<script>${ant.script}</script>
<target>app</target>
</action>
<action name="clean">
<script>${ant.script}</script>
<target>app.clean</target>
</action>
<action name="run">
<script>${ant.script}</script>
<target>app.run</target>
</action>
<action name="test">
<script>${ant.script}</script>
<target>code.test.run</target>
</action>
<action name="rebuild">
<script>${ant.script}</script>
<target>app.clean</target>
<target>app</target>
</action>
<action name="compile.single">
<script>${ant.script}</script>
<target>code.files</target>
<context>
<property>code.files</property>
<folder>src</folder>
<pattern>\.java$</pattern>
<format>relative-path</format>
<arity>
<separated-files>,</separated-files>
</arity>
</context>
</action>
<action name="run.single">
<script>${ant.script}</script>
<target>code.exec</target>
<context>
<property>code.exec.class</property>
<folder>src</folder>
<pattern>\.java$</pattern>
<format>java-name</format>
<arity>
<one-file-only/>
</arity>
</context>
</action>
</ide-actions>
<view>
<items>
<source-file>
<location>CHANGELOG</location>
</source-file>
<source-file>
<location>${ant.script}</location>
</source-file>
<source-file>
<location>nbproject/project.xml</location>
</source-file>
<source-file>
<location>WEB-INF/web.xml</location>
</source-file>
<source-folder style="packages">
<label>src</label>
<location>src</location>
</source-folder>
</items>
<context-menu>
<ide-action name="build"/>
<ide-action name="clean"/>
<ide-action name="run"/>
<ide-action name="test"/>
<ide-action name="rebuild"/>
</context-menu>
</view>
<subprojects/>
</general-data>
<java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
<compilation-unit>
<package-root>src</package-root>
<classpath mode="compile">WEB-INF/lib/jars/iovar/idfree-1.0-dev.jar:WEB-INF/lib/jars/code/commons-fileupload-1.2.1.jar:WEB-INF/lib/jars/code/xstream-1.4.7.jar:WEB-INF/lib/jars/code/httpclient-4.3.3.jar:WEB-INF/lib/jars/code/httpcore-4.3.2.jar:/usr/share/tomcat-servlet-api-2.5/lib/servlet-api.jar:/usr/share/tomcat-6/lib/catalina.jar:/usr/share/ant/lib/ant.jar</classpath>
<source-level>1.5</source-level>
</compilation-unit>
</java-data>
</configuration>
</project>

File Metadata

Mime Type
text/xml
Expires
Tue, Sep 15, 7:11 AM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3666
Default Alt Text
sample.project.xml (4 KB)

Event Timeline