Changeset 11926 in josm
- Timestamp:
- 2017-04-16T03:28:43+02:00 (8 years ago)
- Location:
- trunk
- Files:
-
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r11857 r11926 137 137 <!-- add attribute excludes="**/*BZip2*,**/*Bzip2*" to create a non-bzip2 supporting jar --> 138 138 <manifest> 139 <attribute name="Main-class" value=" JOSM"/>139 <attribute name="Main-class" value="org.openstreetmap.josm.gui.MainApplication"/> 140 140 <attribute name="Main-Version" value="${version.entry.commit.revision} SVN"/> 141 141 <attribute name="Main-Date" value="${version.entry.commit.date}"/> … … 273 273 <!-- JMapViewer --> 274 274 <javac compiler="${javac.compiler}" sourcepath="" srcdir="${src.dir}" 275 excludes="com/**,oauth/**,org/apache/commons/**,org/glassfish/**,org/openstreetmap/gui/jmapviewer/Demo.java,org/openstreetmap/gui/jmapviewer/JMapViewerTree.java,org/openstreetmap/gui/jmapviewer/checkBoxTree/**,org/openstreetmap/josm/**, JOSM.java,gnu/**"275 excludes="com/**,oauth/**,org/apache/commons/**,org/glassfish/**,org/openstreetmap/gui/jmapviewer/Demo.java,org/openstreetmap/gui/jmapviewer/JMapViewerTree.java,org/openstreetmap/gui/jmapviewer/checkBoxTree/**,org/openstreetmap/josm/**,gnu/**" 276 276 destdir="build" target="1.8" source="1.8" debug="on" includeantruntime="false" createMissingPackageInfoClass="false" encoding="UTF-8"> 277 277 <compilerclasspath> … … 517 517 } 518 518 519 -keep class JOSM520 519 -keep class * extends org.openstreetmap.josm.io.FileImporter 521 520 -keep class * extends org.openstreetmap.josm.io.FileExporter
Note:
See TracChangeset
for help on using the changeset viewer.