[osgi-core] 01/05: Fix FTBFS because of wrong line breaks
Markus Koschany
apo-guest at alioth.debian.org
Tue Aug 6 22:42:38 UTC 2013
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository osgi-core.
commit f7b27872f66949fc457a11734620b1b6078ce5d3
Author: Markus Koschany <apo at gambaru.de>
Date: Wed Aug 7 00:29:51 2013 +0200
Fix FTBFS because of wrong line breaks
Avoid using whitespaces and line breaks in pom.xml, so that mh_installpoms is
not confused anymore.
---
debian/pom.xml | 18 +++++-------------
1 file changed, 5 insertions(+), 13 deletions(-)
diff --git a/debian/pom.xml b/debian/pom.xml
index 42e0780..90fc434 100644
--- a/debian/pom.xml
+++ b/debian/pom.xml
@@ -1,17 +1,9 @@
<project xmlns='http://maven.apache.org/POM/4.0.0' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd'>
- <modelVersion>
- 4.0.0
- </modelVersion>
- <groupId>
- org.osgi
- </groupId>
- <artifactId>
- org.osgi.core
- </artifactId>
- <version>
- 4.3.0
- </version>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.core</artifactId>
+ <version>4.3.0</version>
<description>
OSGi Service Platform Release 4 Version 4.3, Core Interfaces
and Classes for use in compiling bundles.
@@ -70,4 +62,4 @@
</distribution>
</license>
</licenses>
-</project>
\ No newline at end of file
+</project>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/osgi-core.git
More information about the pkg-java-commits
mailing list