You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jitsi/ide/nbproject/project.xml

132 lines
6.1 KiB

<?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">
<!-- Created by Brian Burch on April 25, 2006
Do NOT use the Netbeans Project Properties customizer
because this file is maintained manually! The master
version is held in CVS, as /ide/nbproject/project.xml.
You should copy it to /nbproject/project.xml (when
NetBeans is not running!) to make it active on your
own system.
-->
<name>sip-communicator-1.0</name>
<properties/>
<folders>
<source-folder>
<label>src</label>
<type>java</type>
<location>src</location>
</source-folder>
<source-folder>
<label>test</label>
<type>java</type>
<location>test</location>
</source-folder>
</folders>
<ide-actions>
<action name="build">
<target>make</target>
</action>
<action name="clean">
<target>clean</target>
</action>
<action name="javadoc">
<target>javadoc</target>
</action>
<action name="run">
<!-- run has NO dependents, but we have to protect
users from not picking up the latest changes
by doing an explicit incremental make.
-->
<target>make</target>
<target>run</target>
</action>
<action name="test">
<target>test</target>
</action>
<action name="rebuild">
<target>rebuild</target>
</action>
<action name="run.single">
<target>test</target>
<context>
<property>test.name</property>
<folder>test</folder>
<pattern>\.java$</pattern>
<format>relative-path</format>
<arity>
<one-file-only/>
</arity>
</context>
</action>
<action name="debug.single">
<target>debug-selected-file</target>
<context>
<property>test.name</property>
<folder>test</folder>
<pattern>\.java$</pattern>
<format>relative-path</format>
<arity>
<one-file-only/>
</arity>
</context>
</action>
</ide-actions>
<view>
<items>
<source-folder style="packages">
<label>src</label>
<location>src</location>
</source-folder>
<source-folder style="packages">
<label>test</label>
<location>test</location>
</source-folder>
<source-file>
<location>build.xml</location>
</source-file>
</items>
<context-menu>
<ide-action name="build"/>
<ide-action name="clean"/>
<ide-action name="javadoc"/>
<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/2">
<compilation-unit>
<package-root>src</package-root>
<!-- define the classes and jars needed by the source
browser and debugger to resolve all imports for
the main classes (relative to project base dir).
N.B. leading colon and no-white-space are required!
classpathentry sourcepath="/opt/oscar/src.jar" kind="lib" path="lib/oscar.jar"
-->
<classpath mode="compile">
:lib/osgi.jar:lib/Stun4J.jar:lib/jaxen-1.1-beta-8.jar:lib/JainSipApi1.1.jar:lib/nist-sdp-1.0.jar:lib/nist-sip-1.2.jar:lib/skinlf.jar:lib/moduleloader.jar:lib/servicebinder.jar:lib/jmf-all/jmf.jar:lib/jmf-lin/jmf.jar:lib/jmf-sol/jmf.jar:lib/jmf-win/jmf.jar:lib/architectureviewer1.1.jar:lib/bcprov-jdk14-130.jar:lib/joscar-0.9.4-cvs-bin.jar:lib/oscar-aim.jar:lib/retroweaver.jar:lib/retroweaver-rt.jar
</classpath>
<source-level>1.4</source-level>
</compilation-unit>
<compilation-unit>
<package-root>test</package-root>
<unit-tests/>
<!-- define the classes and jars needed by the source
browser and debugger to resolve all imports for
the test classes (relative to project base dir).
N.B. leading colon and no-white-space are required!
-->
<classpath mode="compile">
:classes:lib/junit.jar:lib/osgi.jar:lib/Stun4J.jar:lib/jaxen-1.1-beta-8.jar:lib/JainSipApi1.1.jar:lib/nist-sdp-1.0.jar:lib/nist-sip-1.2.jar:lib/skinlf.jar:lib/moduleloader.jar:lib/servicebinder.jar:lib/jmf-all/jmf.jar:lib/jmf-lin/jmf.jar:lib/jmf-sol/jmf.jar:lib/jmf-win/jmf.jar:lib/architectureviewer1.1.jar:lib/bcprov-jdk14-130.jar:lib/joscar-0.9.4-cvs-bin.jar:lib/oscar-aim.jar:lib/retroweaver.jar:lib/retroweaver-rt.jar
</classpath>
<source-level>1.4</source-level>
</compilation-unit>
</java-data>
</configuration>
</project>