forked from Coded/SIPRP
netbeans project
git-svn-id: https://svn.coded.pt/svn/SIPRP@1006 bb69d46d-e84e-40c8-a05a-06db0d6337410'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
parent
6c46ac7f14
commit
693f1806d2
@ -0,0 +1,72 @@
|
||||
<?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">
|
||||
<name>SIPRPSoft</name>
|
||||
</general-data>
|
||||
<general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
|
||||
<!-- Do not use Project Properties customizer when editing this file manually. -->
|
||||
<name>SIPRPSoft</name>
|
||||
<properties>
|
||||
<property name="ant.script">../build.xml</property>
|
||||
</properties>
|
||||
<folders>
|
||||
<source-folder>
|
||||
<label>src</label>
|
||||
<type>java</type>
|
||||
<location>src</location>
|
||||
<encoding>UTF-8</encoding>
|
||||
</source-folder>
|
||||
<source-folder>
|
||||
<label>SIPRPSoft</label>
|
||||
<location>.</location>
|
||||
<encoding>UTF-8</encoding>
|
||||
</source-folder>
|
||||
</folders>
|
||||
<ide-actions>
|
||||
<action name="build">
|
||||
<script>${ant.script}</script>
|
||||
<target>app-build</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="rebuild">
|
||||
<script>${ant.script}</script>
|
||||
<target>app-clean</target>
|
||||
<target>app-build</target>
|
||||
</action>
|
||||
</ide-actions>
|
||||
<view>
|
||||
<items>
|
||||
<source-folder style="packages">
|
||||
<label>src</label>
|
||||
<location>src</location>
|
||||
</source-folder>
|
||||
<source-file>
|
||||
<location>${ant.script}</location>
|
||||
</source-file>
|
||||
</items>
|
||||
<context-menu>
|
||||
<ide-action name="build"/>
|
||||
<ide-action name="rebuild"/>
|
||||
<ide-action name="clean"/>
|
||||
<ide-action name="run"/>
|
||||
</context-menu>
|
||||
</view>
|
||||
</general-data>
|
||||
<java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
|
||||
<compilation-unit>
|
||||
<package-root>src</package-root>
|
||||
<classpath mode="compile">lib/avalon-framework-4.2.0.jar:lib/batik-all-1.7.jar:lib/commons-io-1.4.jar:lib/commons-logging-1.0.4.jar:lib/fop.jar:lib/iText-2.0.7.jar:lib/jai_imageio.jar:lib/jdo.jar:lib/jdom.jar:lib/jpox-1.0.4.jar:lib/jxl-2.6.jar:lib/nlog4j-1.2.25.jar:lib/PDFRenderer.jar:lib/postgresql-8.0-317.jdbc3.jar:lib/serializer-2.7.0.jar:lib/smtp.jar:lib/xalan-2.7.0.jar:lib/xercesImpl-2.7.1.jar:lib/xmlgraphics-commons-1.3.1.jar</classpath>
|
||||
<source-level>1.5</source-level>
|
||||
</compilation-unit>
|
||||
</java-data>
|
||||
</configuration>
|
||||
</project>
|
||||
Loading…
Reference in new issue