mirror of https://github.com/sipwise/jitsi.git
parent
94d394ecd8
commit
8598ec04aa
@ -1,103 +0,0 @@
|
||||
<?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 September 27, 2006
|
||||
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</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>rebuild</target>
|
||||
</action>
|
||||
<action name="clean">
|
||||
<target>clean</target>
|
||||
</action>
|
||||
<action name="javadoc">
|
||||
<target>javadoc</target>
|
||||
</action>
|
||||
<action name="run">
|
||||
<target>run</target>
|
||||
</action>
|
||||
<action name="test">
|
||||
<target>test</target>
|
||||
</action>
|
||||
<action name="rebuild">
|
||||
<target>clean</target>
|
||||
<target>rebuild</target>
|
||||
</action>
|
||||
<action name="debug">
|
||||
<script>nbproject/ide-targets.xml</script>
|
||||
<target>debug-nb</target>
|
||||
</action>
|
||||
<action name="compile.single">
|
||||
<script>nbproject/ide-file-targets.xml</script>
|
||||
<target>compile-selected-files-in-src</target>
|
||||
<context>
|
||||
<property>files</property>
|
||||
<folder>src</folder>
|
||||
<pattern>\.java$</pattern>
|
||||
<format>relative-path</format>
|
||||
<arity>
|
||||
<separated-files>,</separated-files>
|
||||
</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"/>
|
||||
<ide-action name="debug"/>
|
||||
</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>
|
||||
<classpath mode="compile">lib/felix.jar;lib/jdic-all.jar;lib/kxml-min.jar;lib/servicebinder.jar;lib/bundle/junit.jar;lib/bundle/log4j.jar;lib/bundle/org.apache.felix.servicebinder-0.8.0-SNAPSHOT.jar;lib/installer-exclude/aclibico-2.1.jar;lib/installer-exclude/backport-util-concurrent.jar;lib/installer-exclude/bcprov-jdk14-130.jar;lib/installer-exclude/commons-logging.jar;lib/installer-exclude/concurrent.jar;lib/installer-exclude/dnsjava-2.0.3.jar;lib/installer-exclude/JainSipApi1.2.jar;lib/installer-exclude/JainSipRi1.2.jar;lib/installer-exclude/jcalendar-1.3.2.jar;lib/installer-exclude/jdom.jar;lib/installer-exclude/jmf.jar;lib/installer-exclude/jml-1.0b1.jar;lib/installer-exclude/joscar-client.jar;lib/installer-exclude/joscar-common.jar;lib/installer-exclude/joscar-protocol.jar;lib/installer-exclude/jsocks-klea.jar;lib/installer-exclude/jspeex.jar;lib/installer-exclude/junit.jar;lib/installer-exclude/log4j-1.2.8.jar;lib/installer-exclude/nist-sdp-1.0.jar;lib/installer-exclude/retroweaver-rt-2.0.jar;lib/installer-exclude/rome-0.9.jar;lib/installer-exclude/smack.jar;lib/installer-exclude/smackx-jingle.jar;lib/installer-exclude/smackx.jar;lib/installer-exclude/Stun4J.jar;lib/installer-exclude/xalan-2.6.0.jar.ant;lib/installer-exclude/ymsg_network_v0_61.jar;lib/os-specific/linux/installer-exclude/jmf.jar;lib/os-specific/linux/jdic_stub.jar;lib/os-specific/mac/AppleJavaExtensions.jar;lib/os-specific/mac/growl.jar;lib/os-specific/mac/jdic_stub.jar;lib/os-specific/mac/installer-exclude/jmf.jar;lib/os-specific/windows/installer-exclude/jmf.jar;lib/os-specific/windows/installer-exclude/sound.jar;lib/installer-exclude/aclibico-2.1.jar</classpath>
|
||||
<source-level>1.4</source-level>
|
||||
</compilation-unit>
|
||||
<compilation-unit>
|
||||
<package-root>test</package-root>
|
||||
<unit-tests/>
|
||||
<source-level>1.4</source-level>
|
||||
</compilation-unit>
|
||||
</java-data>
|
||||
</configuration>
|
||||
</project>
|
||||
Loading…
Reference in new issue