[josm-plugins] 01/05: Imported Upstream version 0.0.svn31779+ds
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Tue Nov 24 09:39:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository josm-plugins.
commit 6e3dc7fc964ca09be75ad4b00bf42aa76826204c
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Tue Nov 24 09:07:26 2015 +0100
Imported Upstream version 0.0.svn31779+ds
---
DirectUpload/nbproject/build-impl.xml | 2 +-
build-common.xml | 2 +-
openvisible/build.xml | 2 +-
routing/build.xml | 2 +-
svn-info.xml | 10 +++++-----
5 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/DirectUpload/nbproject/build-impl.xml b/DirectUpload/nbproject/build-impl.xml
index 7084414..8dc7574 100644
--- a/DirectUpload/nbproject/build-impl.xml
+++ b/DirectUpload/nbproject/build-impl.xml
@@ -299,7 +299,7 @@ is divided into following sections:
</target>
<target name="-init-presetdef-jar">
<presetdef name="jar" uri="http://www.netbeans.org/ns/j2se-project/1">
- <jar compress="${jar.compress}" jarfile="${dist.jar}">
+ <jar compress="${jar.compress}" jarfile="${dist.jar}" manifestencoding="UTF-8">
<j2seproject1:fileset dir="${build.classes.dir}"/>
</jar>
</presetdef>
diff --git a/build-common.xml b/build-common.xml
index 1e252f7..713ab88 100644
--- a/build-common.xml
+++ b/build-common.xml
@@ -142,7 +142,7 @@
<param name="property.value" value="${plugin.canloadatruntime}"/>
</antcall>
<antcall target="additional-manifest" />
- <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifest="MANIFEST">
+ <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifest="MANIFEST" manifestencoding="UTF-8">
<restrict>
<not><or>
<name name="META-INF/maven/*"/>
diff --git a/openvisible/build.xml b/openvisible/build.xml
index cd8d608..3306760 100644
--- a/openvisible/build.xml
+++ b/openvisible/build.xml
@@ -30,7 +30,7 @@
<copy todir="${plugin.build.dir}/data">
<fileset dir="data"/>
</copy>
- <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}">
+ <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8">
<manifest>
<attribute name="Author" value="Christof Dallermassl"/>
<attribute name="Plugin-Class" value="at.dallermassl.josm.plugin.openvisible.OpenVisiblePlugin"/>
diff --git a/routing/build.xml b/routing/build.xml
index f80368f..24de079 100644
--- a/routing/build.xml
+++ b/routing/build.xml
@@ -48,7 +48,7 @@
<include name="*.xml"/>
</fileset>
</copy>
- <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}">
+ <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifestencoding="UTF-8">
<!--
************************************************
** configure these properties. Most of them will be copied to the plugins
diff --git a/svn-info.xml b/svn-info.xml
index 3cb72d6..1f45c0a 100644
--- a/svn-info.xml
+++ b/svn-info.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<info>
<entry
- kind="dir"
path="plugins"
- revision="31722">
+ revision="31779"
+ kind="dir">
<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="31722">
-<author>malcolmh</author>
-<date>2015-10-29T22:01:53.140891Z</date>
+ revision="31774">
+<author>donvip</author>
+<date>2015-11-21T01:59:09.598829Z</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