Changeset 35657 in osm for applications/editors/josm/plugins/jna
- Timestamp:
- 2020-12-05T14:55:58+01:00 (4 years ago)
- Location:
- applications/editors/josm/plugins/jna
- Files:
-
- 2 added
- 6 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/jna/.classpath
r34633 r35657 4 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 <classpathentry exported="true" kind="lib" path="lib/jna-4.5.2.jar" sourcepath="lib/jna-4.5.2-sources.jar"> 7 <attributes> 8 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-jna/lib/jna-4.5.2-javadoc.jar!/"/> 9 </attributes> 10 </classpathentry> 11 <classpathentry exported="true" kind="lib" path="lib/jna-platform-4.5.2.jar" sourcepath="lib/jna-platform-4.5.0-sources.jar"> 12 <attributes> 13 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-jna/lib/jna-platform-4.5.2-javadoc.jar!/"/> 14 </attributes> 15 </classpathentry> 6 <classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=JOSM-jna&ivyXmlPath=ivy.xml&confs=*"/> 16 7 <classpathentry kind="output" path="bin"/> 17 8 </classpath> -
applications/editors/josm/plugins/jna/.project
r32530 r35657 25 25 <nature>org.eclipse.jdt.core.javanature</nature> 26 26 <nature>net.sf.eclipsecs.core.CheckstyleNature</nature> 27 <nature>org.apache.ivyde.eclipse.ivynature</nature> 27 28 </natures> 28 29 </projectDescription> -
applications/editors/josm/plugins/jna/build.xml
r32680 r35657 17 17 <!-- ** include targets that all plugins have in common ** --> 18 18 <import file="../build-common.xml"/> 19 20 <target name="pre-compile" depends="fetch_dependencies"> 21 <!-- include fetch_dependencies task --> 22 </target> 23 19 24 </project> -
applications/editors/josm/plugins/jna/lib
-
Property svn:ignore
set to
*.jar
-
Property svn:ignore
set to
Note:
See TracChangeset
for help on using the changeset viewer.