[josm-plugins] 01/08: Imported Upstream version 0.0.svn32088+ds
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Tue Mar 1 21:50:28 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository josm-plugins.
commit a1ceabb64809a9bd71447a308ceb830ec7c3f160
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Tue Mar 1 07:00:39 2016 +0100
Imported Upstream version 0.0.svn32088+ds
---
build-common.xml | 16 ++++++++--------
svn-info.xml | 8 ++++----
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/build-common.xml b/build-common.xml
index 4278661..50dca38 100644
--- a/build-common.xml
+++ b/build-common.xml
@@ -14,7 +14,7 @@
<property name="josm" location="../../core/dist/josm-custom.jar"/>
<property name="josm.test.build.dir" location="../../core/test/build"/>
- <property name="groovy.jar" location="../00_core_tools/groovy-all-2.4.6-SNAPSHOT.jar"/>
+ <property name="groovy.jar" location="../00_core_tools/groovy-all-2.4.6.jar"/>
<property name="plugin.build.dir" location="build"/>
<property name="plugin.test.dir" location="test"/>
<property name="plugin.src.dir" location="src"/>
@@ -302,10 +302,10 @@
<copy file="${plugin.jar}" todir="${josm.plugins.dir}"/>
</target>
<!--
- ************************** Publishing the plugin ***********************************
+ ************************** Publishing the plugin ***********************************
-->
<!--
- ** extracts the JOSM release for the JOSM version in ../core and saves it in the
+ ** extracts the JOSM release for the JOSM version in ../core and saves it in the
** property ${coreversion.info.entry.revision}
**
-->
@@ -352,7 +352,7 @@
</exec>
</target>
<!--
- ** commits the plugin.jar
+ ** commits the plugin.jar
-->
<target name="commit-dist">
<echo>
@@ -412,6 +412,7 @@
<exclude name="**/*-sources.jar"/>
<exclude name="**/*-javadoc.jar"/>
</fileset>
+ <pathelement path="${plugin.test.dir}/data"/>
<pathelement path="${josm.test.build.dir}/unit"/>
<pathelement path="${josm}"/>
<pathelement path="${plugin.jar}"/>
@@ -452,7 +453,7 @@
</groovyc>
</sequential>
</target>
- <target name="test" depends="dist, test-clean, test-compile"
+ <target name="test" depends="dist, test-clean, test-compile"
description="Run unit tests. OSM API (TEST) account shall be set with -Dosm.username and -Dosm.password">
<taskdef uri="antlib:org.jacoco.ant" resource="org/jacoco/ant/antlib.xml" classpath="../00_core_tools/jacocoant.jar" />
<sequential>
@@ -492,7 +493,7 @@
</java>
</target>
<!--
- ** shows a help text
+ ** shows a help text
-->
<target name="help">
<echo>
@@ -505,9 +506,8 @@
* install Install the plugin in current system
* runjosm Install plugin and start josm
* profilejosm Install plugin and start josm in profiling mode
-
+
There are other targets, which usually should not be called manually.
</echo>
</target>
</project>
-
diff --git a/svn-info.xml b/svn-info.xml
index 57b58cc..2a1f15a 100644
--- a/svn-info.xml
+++ b/svn-info.xml
@@ -3,7 +3,7 @@
<entry
kind="dir"
path="plugins"
- revision="31964">
+ revision="32088">
<url>https://svn.openstreetmap.org/applications/editors/josm/plugins</url>
<relative-url>^/applications/editors/josm/plugins</relative-url>
<repository>
@@ -11,9 +11,9 @@
<uuid>b9d5c4c9-76e1-0310-9c85-f3177eceb1e4</uuid>
</repository>
<commit
- revision="31963">
-<author>holgermappt</author>
-<date>2016-01-07T18:34:38.218545Z</date>
+ revision="32088">
+<author>malcolmh</author>
+<date>2016-02-29T10:29:17.640058Z</date>
</commit>
</entry>
</info>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/josm-plugins.git
More information about the Pkg-grass-devel
mailing list