Changeset 35039 in osm for applications/editors/josm/plugins/sds
- Timestamp:
- 2019-06-23T04:58:53+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/sds/build.xml
r34470 r35039 7 7 <property name="plugin.main.version" value="14153"/> 8 8 9 <property name="plugin.author" value="Frederik Ramm"/> 10 <property name="plugin.class" value="org.openstreetmap.hot.sds.SeparateDataStorePlugin"/> 11 <property name="plugin.description" value="Loads data from SDS"/> 12 <property name="plugin.icon" value="images/sds.png"/> 13 <!--<property name="plugin.link" value=""/>--> 14 9 15 <!-- 10 16 ********************************************************** … … 14 20 <import file="../build-common.xml"/> 15 21 16 <target name="dist" depends="compile,revision">17 <copy todir="${plugin.build.dir}/images">18 <fileset dir="images"/>19 </copy>20 <copy todir="${plugin.build.dir}/data">21 <fileset dir="data"/>22 </copy>23 <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8">24 <manifest>25 <attribute name="Author" value="Frederik Ramm"/>26 <attribute name="Plugin-Class" value="org.openstreetmap.hot.sds.SeparateDataStorePlugin"/>27 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>28 <attribute name="Plugin-Description" value="Loads data from SDS" />29 <attribute name="Plugin-Icon" value="images/sds.png"/>30 <!--<attribute name="Plugin-Link" value=""/>-->31 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>32 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>33 </manifest>34 </jar>35 </target>36 22 </project>
Note:
See TracChangeset
for help on using the changeset viewer.