Changeset 31485 in osm for applications
- Timestamp:
- 2015-08-11T23:41:18+02:00 (10 years ago)
- Location:
- applications/editors/josm/plugins/rasterfilters
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/rasterfilters/.classpath
r31470 r31485 2 2 <classpath> 3 3 <classpathentry kind="src" path="src"/> 4 <classpathentry exported="true"kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="lib" path="lib/jsoup-1.8.2.jar"/> -
applications/editors/josm/plugins/rasterfilters/build.xml
r31470 r31485 16 16 <property name="plugin.author" value="Vadim Varnavsky" /> 17 17 <property name="plugin.class" value="org.openstreetmap.josm.plugins.rasterfilters.RasterFiltersPlugin" /> 18 <property name="plugin.description" value="The RasterFiltersPlugin allows to choose and apply some images' filters to some layers" /> 18 <property name="plugin.description" value="The RasterFiltersPlugin allows to choose and apply some images'' filters to some layers" /> 19 19 20 20 </project>
Note:
See TracChangeset
for help on using the changeset viewer.