~helioviewer/jhelioviewer/2.0

« back to all changes in this revision

Viewing changes to jhv/.classpath

  • Committer: Markus Langenberg
  • Date: 2010-03-05 22:18:16 UTC
  • mfrom: (5.2.100 jhv-trunk)
  • Revision ID: markus.langenberg@rwth-aachen.de-20100305221816-qnh4rlwlatxzy9mg
Beta release 2.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<classpath>
3
 
        <classpathentry kind="src" path="src"/>
4
 
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5
 
        <classpathentry combineaccessrules="false" kind="src" path="/base"/>
6
 
        <classpathentry combineaccessrules="false" kind="src" path="/viewmodel"/>
7
 
        <classpathentry kind="lib" path="/viewmodel/lib/kdu_jni.jar"/>
8
 
        <classpathentry combineaccessrules="false" kind="src" path="/hvplugin"/>
9
 
        <classpathentry kind="lib" path="/viewmodel/lib/gluegen-rt.jar"/>
10
 
        <classpathentry kind="lib" path="/viewmodel/lib/jogl.jar"/>
11
 
        <classpathentry kind="lib" path="/viewmodel/lib/json.jar"/>
12
 
        <classpathentry kind="output" path="bin"/>
13
 
</classpath>
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<classpath>
 
3
        <classpathentry kind="src" path="src"/>
 
4
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 
5
        <classpathentry combineaccessrules="false" kind="src" path="/base"/>
 
6
        <classpathentry combineaccessrules="false" kind="src" path="/viewmodel"/>
 
7
        <classpathentry kind="lib" path="/viewmodel/lib/kdu_jni.jar"/>
 
8
        <classpathentry kind="lib" path="/viewmodel/lib/gluegen-rt.jar"/>
 
9
        <classpathentry kind="lib" path="/viewmodel/lib/jogl.jar"/>
 
10
        <classpathentry kind="lib" path="/viewmodel/lib/json.jar"/>
 
11
        <classpathentry combineaccessrules="false" kind="src" path="/viewmodelplugin"/>
 
12
        <classpathentry kind="output" path="bin"/>
 
13
</classpath>