mirror of https://github.com/sipwise/jitsi.git
parent
195e5ae2a0
commit
2da64908e1
@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="src" path="test"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="lib" path="lib/Stun4J.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jaxen-1.1-beta-8.jar"/>
|
||||
<classpathentry kind="lib" path="lib/JainSipApi1.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/nist-sdp-1.0.jar"/>
|
||||
<classpathentry kind="lib" path="lib/nist-sip-1.2.jar"/>
|
||||
<classpathentry kind="lib" path="lib/skinlf.jar"/>
|
||||
<classpathentry kind="lib" path="lib/oscar.jar"/>
|
||||
<classpathentry kind="lib" path="lib/osgi.jar"/>
|
||||
<classpathentry kind="lib" path="lib/junit.jar"/>
|
||||
<classpathentry kind="lib" path="lib/moduleloader.jar"/>
|
||||
<classpathentry kind="lib" path="lib/servicebinder.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jmf-all/jmf.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jmf-lin/jmf.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jmf-sol/jmf.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jmf-win/jmf.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>SIP Communicator</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
||||
@ -0,0 +1,14 @@
|
||||
Those are the project files for Eclipse IDE.
|
||||
|
||||
In order to use it do:
|
||||
|
||||
1) Close Eclipse
|
||||
2) Copy .project and .classpath to the directory of your project
|
||||
a) Under linux:
|
||||
cp .project ../../
|
||||
cp .classpath ../../
|
||||
|
||||
b) Under Windows:
|
||||
copy .project ../../
|
||||
copy .classpath ../../
|
||||
3) Start Eclipse
|
||||
Loading…
Reference in new issue