Changeset 32680 in osm for applications/editors/josm/plugins/opendata
- Timestamp:
- 2016-07-21T03:12:55+02:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/opendata
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/.classpath
r31677 r32680 21 21 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-jts"/> 22 22 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> 23 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1. 7">23 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> 24 24 <attributes> 25 25 <attribute name="owner.project.facets" value="java"/> -
applications/editors/josm/plugins/opendata/.settings/org.eclipse.wst.common.project.facet.core.xml
r31695 r32680 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <faceted-project> 3 <installed facet="java" version="1. 7"/>3 <installed facet="java" version="1.8"/> 4 4 <installed facet="jpt.jaxb" version="2.2"/> 5 5 </faceted-project> -
applications/editors/josm/plugins/opendata/build.xml
r32545 r32680 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <project name="opendata" default="dist" basedir="."> 3 <property name="plugin.main.version" value="10 420"/>3 <property name="plugin.main.version" value="10580"/> 4 4 <property name="plugin.author" value="Don-vip"/> 5 5 <property name="plugin.class" value="org.openstreetmap.josm.plugins.opendata.OdPlugin"/> -
applications/editors/josm/plugins/opendata/modules/00_module_dir_template/build.xml
r31923 r32680 32 32 <property name="module.build.dir" value="build"/> 33 33 <property name="module.src.dir" value="src"/> 34 <property name="ant.build.javac.source" value="1. 7"/>35 <property name="ant.build.javac.target" value="1. 7"/>34 <property name="ant.build.javac.source" value="1.8"/> 35 <property name="ant.build.javac.target" value="1.8"/> 36 36 <!-- this is the directory where the module jar is copied to --> 37 37 <property name="module.dist.dir" value="../../dist"/> -
applications/editors/josm/plugins/opendata/modules/be.bruxelles/build.xml
r31940 r32680 10 10 <property name="module.build.dir" value="build"/> 11 11 <property name="module.src.dir" value="src"/> 12 <property name="ant.build.javac.source" value="1. 7"/>13 <property name="ant.build.javac.target" value="1. 7"/>12 <property name="ant.build.javac.source" value="1.8"/> 13 <property name="ant.build.javac.target" value="1.8"/> 14 14 <!-- this is the directory where the module jar is copied to --> 15 15 <property name="module.dist.dir" value="../../dist"/> -
applications/editors/josm/plugins/opendata/modules/be.datagovbe/build.xml
r31940 r32680 10 10 <property name="module.build.dir" value="build"/> 11 11 <property name="module.src.dir" value="src"/> 12 <property name="ant.build.javac.source" value="1. 7"/>13 <property name="ant.build.javac.target" value="1. 7"/>12 <property name="ant.build.javac.source" value="1.8"/> 13 <property name="ant.build.javac.target" value="1.8"/> 14 14 <!-- this is the directory where the module jar is copied to --> 15 15 <property name="module.dist.dir" value="../../dist"/> -
applications/editors/josm/plugins/opendata/modules/fr.cg41/build.xml
r31940 r32680 10 10 <property name="module.build.dir" value="build"/> 11 11 <property name="module.src.dir" value="src"/> 12 <property name="ant.build.javac.source" value="1. 7"/>13 <property name="ant.build.javac.target" value="1. 7"/>12 <property name="ant.build.javac.source" value="1.8"/> 13 <property name="ant.build.javac.target" value="1.8"/> 14 14 <!-- this is the directory where the module jar is copied to --> 15 15 <property name="module.dist.dir" value="../../dist"/> -
applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/build.xml
r31940 r32680 10 10 <property name="module.build.dir" value="build"/> 11 11 <property name="module.src.dir" value="src"/> 12 <property name="ant.build.javac.source" value="1. 7"/>13 <property name="ant.build.javac.target" value="1. 7"/>12 <property name="ant.build.javac.source" value="1.8"/> 13 <property name="ant.build.javac.target" value="1.8"/> 14 14 <!-- this is the directory where the module jar is copied to --> 15 15 <property name="module.dist.dir" value="../../dist"/> -
applications/editors/josm/plugins/opendata/modules/fr.lemans/build.xml
r31940 r32680 10 10 <property name="module.build.dir" value="build"/> 11 11 <property name="module.src.dir" value="src"/> 12 <property name="ant.build.javac.source" value="1. 7"/>13 <property name="ant.build.javac.target" value="1. 7"/>12 <property name="ant.build.javac.source" value="1.8"/> 13 <property name="ant.build.javac.target" value="1.8"/> 14 14 <!-- this is the directory where the module jar is copied to --> 15 15 <property name="module.dist.dir" value="../../dist"/> -
applications/editors/josm/plugins/opendata/modules/fr.paca/build.xml
r31940 r32680 10 10 <property name="module.build.dir" value="build"/> 11 11 <property name="module.src.dir" value="src"/> 12 <property name="ant.build.javac.source" value="1. 7"/>13 <property name="ant.build.javac.target" value="1. 7"/>12 <property name="ant.build.javac.source" value="1.8"/> 13 <property name="ant.build.javac.target" value="1.8"/> 14 14 <!-- this is the directory where the module jar is copied to --> 15 15 <property name="module.dist.dir" value="../../dist"/> -
applications/editors/josm/plugins/opendata/modules/fr.paris/build.xml
r31940 r32680 12 12 <property name="module.build.dir" value="build"/> 13 13 <property name="module.src.dir" value="src"/> 14 <property name="ant.build.javac.source" value="1. 7"/>15 <property name="ant.build.javac.target" value="1. 7"/>14 <property name="ant.build.javac.source" value="1.8"/> 15 <property name="ant.build.javac.target" value="1.8"/> 16 16 <!-- this is the directory where the module jar is copied to --> 17 17 <property name="module.dist.dir" value="../../dist"/> -
applications/editors/josm/plugins/opendata/modules/fr.sncf/build.xml
r31940 r32680 10 10 <property name="module.build.dir" value="build"/> 11 11 <property name="module.src.dir" value="src"/> 12 <property name="ant.build.javac.source" value="1. 7"/>13 <property name="ant.build.javac.target" value="1. 7"/>12 <property name="ant.build.javac.source" value="1.8"/> 13 <property name="ant.build.javac.target" value="1.8"/> 14 14 <!-- this is the directory where the module jar is copied to --> 15 15 <property name="module.dist.dir" value="../../dist"/> -
applications/editors/josm/plugins/opendata/modules/fr.toulouse/build.xml
r31940 r32680 11 11 <property name="module.build.dir" value="build"/> 12 12 <property name="module.src.dir" value="src"/> 13 <property name="ant.build.javac.source" value="1. 7"/>14 <property name="ant.build.javac.target" value="1. 7"/>13 <property name="ant.build.javac.source" value="1.8"/> 14 <property name="ant.build.javac.target" value="1.8"/> 15 15 <!-- this is the directory where the module jar is copied to --> 16 16 <property name="module.dist.dir" value="../../dist"/> -
applications/editors/josm/plugins/opendata/nbproject/project.xml
r30416 r32680 94 94 <package-root>includes</package-root> 95 95 <classpath mode="compile">../../core/src</classpath> 96 <source-level>1. 7</source-level>96 <source-level>1.8</source-level> 97 97 </compilation-unit> 98 98 <compilation-unit> 99 99 <package-root>modules/fr.toulouse/src</package-root> 100 <source-level>1. 7</source-level>100 <source-level>1.8</source-level> 101 101 </compilation-unit> 102 102 <compilation-unit> 103 103 <package-root>src</package-root> 104 <source-level>1. 7</source-level>104 <source-level>1.8</source-level> 105 105 </compilation-unit> 106 106 <compilation-unit> 107 107 <package-root>util</package-root> 108 <source-level>1. 7</source-level>108 <source-level>1.8</source-level> 109 109 </compilation-unit> 110 110 </java-data>
Note:
See TracChangeset
for help on using the changeset viewer.