diff options
author | Emil Ivov <emcho@jitsi.org> | 2007-09-04 21:26:35 +0000 |
---|---|---|
committer | Emil Ivov <emcho@jitsi.org> | 2007-09-04 21:26:35 +0000 |
commit | 8598ec04aae9a80dcf7e00b5a63824ac38191b93 (patch) | |
tree | fde930d468d5aa9427356b50d6fcf93a11d682b2 /nbproject | |
parent | 94d394ecd8ce0e39f95ccc6842539c595468a4de (diff) | |
download | jitsi-8598ec04aae9a80dcf7e00b5a63824ac38191b93.zip jitsi-8598ec04aae9a80dcf7e00b5a63824ac38191b93.tar.gz jitsi-8598ec04aae9a80dcf7e00b5a63824ac38191b93.tar.bz2 |
Removed nbproject. Project files are stored in the sip-communicator/ide directory.
Diffstat (limited to 'nbproject')
-rw-r--r-- | nbproject/project.xml | 103 |
1 files changed, 0 insertions, 103 deletions
diff --git a/nbproject/project.xml b/nbproject/project.xml deleted file mode 100644 index b19f185..0000000 --- a/nbproject/project.xml +++ /dev/null @@ -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>
|