Changeset 35887 in osm for applications


Ignore:
Timestamp:
2021-12-19T02:41:06+01:00 (3 years ago)
Author:
Don-vip
Message:

see #21670 - Update settings

Location:
applications/editors/josm/plugins/jts
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/jts/.classpath

    r35122 r35887  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    5         <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    6         <classpathentry exported="true" kind="lib" path="lib/jts-core-1.16.1.jar" sourcepath="lib/jts-core-1.16.1-sources.jar">
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
    75                <attributes>
    8                         <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-jts/lib/jts-core-1.16.1-javadoc.jar!/"/>
     6                        <attribute name="module" value="true"/>
    97                </attributes>
    108        </classpathentry>
    11         <classpathentry exported="true" kind="lib" path="lib/jts-io-common-1.16.1.jar" sourcepath="lib/jts-io-common-1.16.1-sources.jar">
    12                 <attributes>
    13                         <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-jts/lib/jts-io-common-1.16.1-javadoc.jar!/"/>
    14                 </attributes>
    15         </classpathentry>
     9        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
     10        <classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=JOSM-jts&amp;ivyXmlPath=ivy.xml&amp;confs=*"/>
    1611        <classpathentry kind="output" path="bin"/>
    1712</classpath>
  • applications/editors/josm/plugins/jts/.project

    r32539 r35887  
    2525                <nature>org.eclipse.jdt.core.javanature</nature>
    2626                <nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
     27                <nature>org.apache.ivyde.eclipse.ivynature</nature>
    2728        </natures>
    2829</projectDescription>
  • applications/editors/josm/plugins/jts/lib

    • Property svn:ignore set to
      *.jar
Note: See TracChangeset for help on using the changeset viewer.