~ubuntu-branches/ubuntu/vivid/gluegen2/vivid-proposed

« back to all changes in this revision

Viewing changes to .classpath

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2011-12-26 01:18:19 UTC
  • mfrom: (1.2.1) (9.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20111226011819-tkt9ndkn621bim5v
Tags: 2.0-rc5-1~exp1
* New upstream release
* watch now possible and integrated

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
        </classpathentry>
13
13
        <classpathentry kind="src" output="build/test/build/classes" path="build/test/build/gensrc/classes">
14
14
                <attributes>
15
 
                        <attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="gluegen/build/obj"/>
 
15
                        <attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="gluegen/build/test/build/natives"/>
16
16
                </attributes>
17
17
        </classpathentry>
18
18
        <classpathentry excluding="com/jogamp/gluegen/runtime/BufferFactoryInternal.java" kind="src" output="build/classes" path="src/java">
20
20
                        <attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="gluegen/build/obj"/>
21
21
                </attributes>
22
22
        </classpathentry>
23
 
        <classpathentry kind="lib" path="build/antlr.jar"/>
24
23
        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
25
24
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
26
25
        <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Ant"/>
 
26
        <classpathentry kind="lib" path="make/lib/antlr.jar"/>
 
27
        <classpathentry kind="lib" path="make/lib/android-sdk/9/android.jar" sourcepath="make/lib/android-sdk/9/android-java-src.zip"/>
27
28
        <classpathentry kind="output" path="build/eclipse-classes"/>
28
29
</classpath>