Changeset 28967 in osm for applications/editors/josm/plugins/videomapping/.classpath
- Timestamp:
- 2012-11-22T00:28:41+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/videomapping/.classpath
r28924 r28967 3 3 <classpathentry kind="src" path="src"/> 4 4 <classpathentry kind="src" path="test"/> 5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> 6 <classpathentry kind="lib" path="lib/log4j.jar"/> 7 <classpathentry kind="lib" path="lib/vlcj-2.1.0.jar" sourcepath="lib/vlcj-2.1.0-sources.jar"> 5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 6 <classpathentry exported="true" kind="lib" path="lib/vlcj-2.1.0.jar" sourcepath="lib/vlcj-2.1.0-sources.jar"> 8 7 <attributes> 9 8 <attribute name="javadoc_location" value="jar:platform:/resource/VideoMapping/lib/vlcj-2.1.0-javadoc.jar!/"/> … … 11 10 </classpathentry> 12 11 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 13 <classpathentry kind="lib" path="lib/jna-3.4.0.jar"/> 14 <classpathentry kind="lib" path="lib/platform-3.4.0.jar"/> 12 <classpathentry exported="true" kind="lib" path="lib/jna-3.4.0.jar"/> 13 <classpathentry exported="true" kind="lib" path="lib/platform-3.4.0.jar"/> 14 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-log4j"/> 15 15 <classpathentry kind="output" path="bin"/> 16 16 </classpath>
Note:
See TracChangeset
for help on using the changeset viewer.