Changeset 28296 in osm for applications/editors
- Timestamp:
- 2012-04-14T15:46:34+02:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/opendata
- Files:
-
- 8 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/.classpath
r28246 r28296 15 15 <classpathentry kind="src" path="modules/fr.toulouse/resources"/> 16 16 <classpathentry kind="src" path="util"/> 17 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/ jdk1.6.0_31"/>17 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> 18 18 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 19 19 <classpathentry kind="lib" path="/JOSM/dist/jts.jar"/> -
applications/editors/josm/plugins/opendata/build.xml
r28246 r28296 40 40 <property name="plugin.dist.dir" value="../../dist"/> 41 41 <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/> 42 <!--<property name="xerces" location="lib/xerces-2_11_0"/>-->43 42 <!-- 44 43 ********************************************************** … … 314 313 <taskdef name="xjc" classname="com.sun.tools.xjc.XJCTask"> 315 314 <classpath> 316 <fileset dir=" C:\Windows\SysWOW64\jaxb-ri-20120218\lib" includes="*.jar" />315 <fileset dir="lib/jaxb-ri-20120218" includes="*.jar" /> 317 316 </classpath> 318 317 </taskdef>
Note:
See TracChangeset
for help on using the changeset viewer.