Changeset 28966 in osm
- Timestamp:
- 2012-11-22T00:23:17+01:00 (12 years ago)
- Location:
- applications/editors/josm/plugins/routing
- Files:
-
- 2 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/routing/.classpath
r18415 r28966 3 3 <classpathentry kind="src" path="src"/> 4 4 <classpathentry kind="lib" path="lib/jgrapht-jdk1.5.jar"/> 5 <classpathentry kind="lib" path="lib/log4j-1.2.15.jar"/>6 5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 7 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 7 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-log4j"/> 8 8 <classpathentry kind="output" path="build"/> 9 9 </classpath> -
applications/editors/josm/plugins/routing/build.xml
r28606 r28966 43 43 <fileset dir="${plugin.lib.dir}" includes="**/*.jar"/> 44 44 <pathelement path="${josm}"/> 45 <fileset dir="../log4j/lib"> 46 <include name="**/*.jar"/> 47 </fileset> 45 48 </path> 46 49 <!-- … … 89 92 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/> 90 93 <attribute name="Plugin-Stage" value="50"/> 94 <attribute name="Plugin-Requires" value="log4j"/> 91 95 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 92 96 </manifest> 93 97 <zipfileset src="${plugin.lib.dir}/jgrapht-jdk1.5.jar"/> 94 <zipfileset src="${plugin.lib.dir}/log4j-1.2.15.jar"/>95 98 </jar> 96 99 </target>
Note:
See TracChangeset
for help on using the changeset viewer.