[pkg-java] r10079 - in trunk/libxpp3-java/debian: . patches
Ludovic Claude
ludovicc-guest at alioth.debian.org
Sat Aug 15 10:46:26 UTC 2009
Author: ludovicc-guest
Date: 2009-08-15 10:46:24 +0000 (Sat, 15 Aug 2009)
New Revision: 10079
Added:
trunk/libxpp3-java/debian/libxpp3-java.poms
trunk/libxpp3-java/debian/patches/build.patch
trunk/libxpp3-java/debian/patches/series
trunk/libxpp3-java/debian/xpp3.pom
trunk/libxpp3-java/debian/xpp3_min.pom
trunk/libxpp3-java/debian/xpp3_xpath.pom
Removed:
trunk/libxpp3-java/debian/patches/01_Buildxml_apidoc.patch
trunk/libxpp3-java/debian/patches/02_Buildxml_target.patch
trunk/libxpp3-java/debian/patches/03_exclude_javax_xml.patch
Modified:
trunk/libxpp3-java/debian/changelog
trunk/libxpp3-java/debian/control
trunk/libxpp3-java/debian/rules
Log:
* New upstream version
* Add myself to Uploaders
* Add ${misc:Depends} to Depends to clear Lintian warnings
* Remove Depends on Java runtimes as it is a library
* Change section to java
* Bump up Standards-Version to 3.8.2
* Add the Maven POM to the package
* Add a Build-Depends-Indep dependency on maven-repo-helper and quilt
* Use quilt to patch the sources, easier to work with
* Use default-jdk instead of kaffe for the build
Modified: trunk/libxpp3-java/debian/changelog
===================================================================
--- trunk/libxpp3-java/debian/changelog 2009-08-15 09:49:35 UTC (rev 10078)
+++ trunk/libxpp3-java/debian/changelog 2009-08-15 10:46:24 UTC (rev 10079)
@@ -1,3 +1,18 @@
+libxpp3-java (1.1.4c-1) unstable; urgency=low
+
+ * New upstream version
+ * Add myself to Uploaders
+ * Add ${misc:Depends} to Depends to clear Lintian warnings
+ * Remove Depends on Java runtimes as it is a library
+ * Change section to java
+ * Bump up Standards-Version to 3.8.2
+ * Add the Maven POM to the package
+ * Add a Build-Depends-Indep dependency on maven-repo-helper and quilt
+ * Use quilt to patch the sources, easier to work with
+ * Use default-jdk instead of kaffe for the build
+
+ -- Ludovic Claude <ludovic.claude at laposte.net> Tue, 28 Jul 2009 23:33:35 +0100
+
libxpp3-java (1.1.3.4.O-4) unstable; urgency=low
* Do not include the javax.xml.namespace.QName class since it is likely
Modified: trunk/libxpp3-java/debian/control
===================================================================
--- trunk/libxpp3-java/debian/control 2009-08-15 09:49:35 UTC (rev 10078)
+++ trunk/libxpp3-java/debian/control 2009-08-15 10:46:24 UTC (rev 10079)
@@ -1,16 +1,16 @@
Source: libxpp3-java
-Section: libs
+Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Marcus Better <marcus at better.se>
-Build-Depends: debhelper, cdbs, ant, ant-optional
-Build-Depends-Indep: kaffe, junit
-Standards-Version: 3.8.0.1
+Build-Depends: debhelper, cdbs, ant, ant-optional, default-jdk, quilt
+Build-Depends-Indep: junit, maven-repo-helper
+Standards-Version: 3.8.2
Homepage: http://www.extreme.indiana.edu/xgws/xsoap/xpp
Package: libxpp3-java
Architecture: all
-Depends: kaffe | java1-runtime | java2-runtime
+Depends: ${misc:Depends}
Description: XML pull parser library for java
Xml Pull Parser (in short XPP) is a streaming pull XML parser for java.
This version XPP3 is a successor of XPP2 (see package libxpp2-java) that
Added: trunk/libxpp3-java/debian/libxpp3-java.poms
===================================================================
--- trunk/libxpp3-java/debian/libxpp3-java.poms (rev 0)
+++ trunk/libxpp3-java/debian/libxpp3-java.poms 2009-08-15 10:46:24 UTC (rev 10079)
@@ -0,0 +1,4 @@
+debian/xpp3.pom
+debian/xpp3_min.pom
+debian/xpp3_xpath.pom
+
Deleted: trunk/libxpp3-java/debian/patches/01_Buildxml_apidoc.patch
===================================================================
--- trunk/libxpp3-java/debian/patches/01_Buildxml_apidoc.patch 2009-08-15 09:49:35 UTC (rev 10078)
+++ trunk/libxpp3-java/debian/patches/01_Buildxml_apidoc.patch 2009-08-15 10:46:24 UTC (rev 10079)
@@ -1,12 +0,0 @@
---- build.xml.orig 2005-04-23 15:43:52.000000000 +0200
-+++ build.xml 2005-04-23 15:40:53.000000000 +0200
-@@ -477,8 +477,7 @@
- use="true"
- windowtitle="${name} ${version} API"
- doctitle="${name}"
-- bottom="${copyright}"
-- link="http://java.sun.com/j2se/1.4/docs/api/"
-+ bottom="${copyright}"
- />
- </target>
-
Deleted: trunk/libxpp3-java/debian/patches/02_Buildxml_target.patch
===================================================================
--- trunk/libxpp3-java/debian/patches/02_Buildxml_target.patch 2009-08-15 09:49:35 UTC (rev 10078)
+++ trunk/libxpp3-java/debian/patches/02_Buildxml_target.patch 2009-08-15 10:46:24 UTC (rev 10079)
@@ -1,47 +0,0 @@
---- build.xml.orig 2006-01-06 19:07:27.000000000 +0100
-+++ build.xml 2006-01-06 19:10:55.000000000 +0100
-@@ -219,20 +219,20 @@
-
- <target name="api" depends="prepare,update_api">
- <mkdir dir="${build_api}"/>
-- <javac debug="${debug}" deprecation="${deprecation}" target="1.1"
-+ <javac debug="${debug}" deprecation="${deprecation}" target="1.3" source="1.3"
- srcdir="${src_api}" destdir="${build_api}" classpath="${build_api}"/>
- </target>
-
- <target name="impl_min" depends="prepare,api">
- <mkdir dir="${build_classes_min}"/>
- <touch file="${build_classes_min}/${xpp3_tag}_MIN_VERSION"/>
-- <javac debug="${debug}" deprecation="${deprecation}" target="1.1"
-+ <javac debug="${debug}" deprecation="${deprecation}" target="1.3" source="1.3"
- srcdir="${src_api}" destdir="${build_classes_min}" classpath="${build_classes_min}">
- <include name="**/*.java"/>
- <exclude name="**/*Factory.java"/>
- <exclude name="**/*Serializer.java"/>
- </javac>
-- <javac debug="${debug}" deprecation="${deprecation}" target="1.1"
-+ <javac debug="${debug}" deprecation="${deprecation}" target="1.3" source="1.3"
- srcdir="${src_impl_min}" destdir="${build_classes_min}" classpath="${build_classes_min}"/>
- <mkdir dir="${build_classes_min}/META-INF/services"/>
- <copy todir="${build_classes_min}/META-INF/services">
-@@ -248,7 +248,7 @@
- </target>
-
- <target name="serializer" depends="prepare,api">
-- <javac debug="${debug}" deprecation="${deprecation}" target="1.1"
-+ <javac debug="${debug}" deprecation="${deprecation}" target="1.3" source="1.3"
- srcdir="${src_impl_serializer}" destdir="${build_classes}" classpath="${build_api}"/>
- </target>
-
-@@ -277,9 +277,9 @@
- </target>
-
- <target name="impl" depends="impl_min,serializer">
-- <javac debug="${debug}" deprecation="${deprecation}" target="1.1"
-+ <javac debug="${debug}" deprecation="${deprecation}" target="1.3" source="1.3"
- srcdir="${src_impl_min}" destdir="${build_classes}" classpath="${build_api}"/>
-- <javac debug="${debug}" deprecation="${deprecation}" target="1.1"
-+ <javac debug="${debug}" deprecation="${deprecation}" target="1.3" source="1.3"
- srcdir="${src_impl_standard}" destdir="${build_classes}" classpath="${build_api}"/>
- <mkdir dir="${build_classes}/META-INF/services"/>
- <copy todir="${build_classes}/META-INF/services">
Deleted: trunk/libxpp3-java/debian/patches/03_exclude_javax_xml.patch
===================================================================
--- trunk/libxpp3-java/debian/patches/03_exclude_javax_xml.patch 2009-08-15 09:49:35 UTC (rev 10078)
+++ trunk/libxpp3-java/debian/patches/03_exclude_javax_xml.patch 2009-08-15 10:46:24 UTC (rev 10079)
@@ -1,11 +0,0 @@
---- build.xml.orig 2008-10-02 17:41:06.000000000 +0200
-+++ build.xml 2008-10-02 17:40:24.000000000 +0200
-@@ -254,7 +254,7 @@
-
- <target name="builder" depends="prepare,api">
- <javac debug="${debug}" deprecation="${deprecation}"
-- srcdir="${src_builder}" destdir="${build_classes}" classpath="${build_api}"/>
-+ srcdir="${src_builder}" destdir="${build_classes}" classpath="${build_api}" excludes="javax/xml/" />
- </target>
-
-
Added: trunk/libxpp3-java/debian/patches/build.patch
===================================================================
--- trunk/libxpp3-java/debian/patches/build.patch (rev 0)
+++ trunk/libxpp3-java/debian/patches/build.patch 2009-08-15 10:46:24 UTC (rev 10079)
@@ -0,0 +1,150 @@
+--- a/build.xml
++++ b/build.xml
+@@ -220,20 +220,20 @@
+
+ <target name="api" depends="prepare,update_api">
+ <mkdir dir="${build_api}"/>
+- <javac debug="${debug}" deprecation="${deprecation}" source="1.2" target="1.1"
++ <javac debug="${debug}" deprecation="${deprecation}" source="1.3" target="1.3"
+ srcdir="${src_api}" destdir="${build_api}" classpath="${build_api}"/>
+ </target>
+
+ <target name="impl_min" depends="prepare,api">
+ <mkdir dir="${build_classes_min}"/>
+ <touch file="${build_classes_min}/${xpp3_tag}_MIN_VERSION"/>
+- <javac debug="${debug}" deprecation="${deprecation}" source="1.2" target="1.1"
++ <javac debug="${debug}" deprecation="${deprecation}" source="1.3" target="1.3"
+ srcdir="${src_api}" destdir="${build_classes_min}" classpath="${build_classes_min}">
+ <include name="**/*.java"/>
+ <exclude name="**/*Factory.java"/>
+ <exclude name="**/*Serializer.java"/>
+ </javac>
+- <javac debug="${debug}" deprecation="${deprecation}" source="1.2" target="1.1"
++ <javac debug="${debug}" deprecation="${deprecation}" source="1.3" target="1.3"
+ srcdir="${src_impl_min}" destdir="${build_classes_min}" classpath="${build_classes_min}"/>
+ <mkdir dir="${build_classes_min}/META-INF/services"/>
+ <copy todir="${build_classes_min}/META-INF/services">
+@@ -249,13 +249,13 @@
+ </target>
+
+ <target name="serializer" depends="prepare,api">
+- <javac debug="${debug}" deprecation="${deprecation}" source="1.2" target="1.1"
++ <javac debug="${debug}" deprecation="${deprecation}" source="1.3" target="1.3"
+ srcdir="${src_impl_serializer}" destdir="${build_classes}" classpath="${build_api}"/>
+ </target>
+
+ <target name="builder" depends="prepare,api">
+- <javac debug="${debug}" deprecation="${deprecation}" source="1.2" target="1.1"
+- srcdir="${src_builder}" destdir="${build_classes}" classpath="${build_api}"/>
++ <javac debug="${debug}" deprecation="${deprecation}" source="1.3" target="1.3"
++ srcdir="${src_builder}" destdir="${build_classes}" classpath="${build_api}" excludes="javax/xml/" />
+ </target>
+
+
+@@ -267,20 +267,20 @@
+
+ <target name="xpath" depends="builder">
+ <mkdir dir="${build_xpath}"/>
+- <javac debug="${debug}" deprecation="${deprecation}" source="1.2" target="1.1"
++ <javac debug="${debug}" deprecation="${deprecation}" source="1.3" target="1.3"
+ srcdir="${src_xpath}" destdir="${build_xpath}" classpath="${build_api}:${build_classes}"/>
+ </target>
+
+ <target name="xpath_samples" depends="check_junit,xpath" if="junit_present">
+ <mkdir dir="${build_samples}"/>
+- <javac debug="${debug}" deprecation="${deprecation}" source="1.2" target="1.1"
++ <javac debug="${debug}" deprecation="${deprecation}" source="1.3" target="1.3"
+ srcdir="${src_xpath_samples}" destdir="${build_samples}" classpath="${build_api}:${build_classes}:${build_xpath}"/>
+ </target>
+
+ <target name="impl" depends="impl_min,serializer">
+- <javac debug="${debug}" deprecation="${deprecation}" source="1.2" target="1.1"
++ <javac debug="${debug}" deprecation="${deprecation}" source="1.3" target="1.3"
+ srcdir="${src_impl_min}" destdir="${build_classes}" classpath="${build_api}"/>
+- <javac debug="${debug}" deprecation="${deprecation}" source="1.2" target="1.1"
++ <javac debug="${debug}" deprecation="${deprecation}" source="1.3" target="1.3"
+ srcdir="${src_impl_standard}" destdir="${build_classes}" classpath="${build_api}"/>
+ <mkdir dir="${build_classes}/META-INF/services"/>
+ <copy todir="${build_classes}/META-INF/services">
+@@ -298,7 +298,7 @@
+
+ <target name="parser_pool" depends="api,update_parser_pool">
+ <mkdir dir="${build_classes}"/>
+- <javac debug="${debug}" deprecation="${deprecation}" source="1.2" target="1.1"
++ <javac debug="${debug}" deprecation="${deprecation}" source="1.3" target="1.3"
+ srcdir="${src_parser_pool}" destdir="${build_classes}" classpath="${build_api}"/>
+ </target>
+
+@@ -312,7 +312,7 @@
+
+ <target name="dom2_builder" depends="api,check_dom2,update_dom2_builder">
+ <mkdir dir="${build_classes}"/>
+- <javac debug="${debug}" deprecation="${deprecation}" source="1.2" target="1.1"
++ <javac debug="${debug}" deprecation="${deprecation}" source="1.3" target="1.3"
+ srcdir="${src_dom2_builder}" destdir="${build_classes}" classpath="${build_api}"/>
+ </target>
+
+@@ -328,7 +328,7 @@
+
+ <target name="sax2_driver" depends="api,check_sax2,update_sax2_driver">
+ <mkdir dir="${build_classes}"/>
+- <javac debug="${debug}" deprecation="${deprecation}" source="1.2" target="1.1"
++ <javac debug="${debug}" deprecation="${deprecation}" source="1.3" target="1.3"
+ srcdir="${src_sax2_driver}" destdir="${build_classes}" classpath="${build_api}"/>
+ </target>
+
+@@ -344,7 +344,7 @@
+
+ <target name="util" depends="api,update_util">
+ <mkdir dir="${build_classes}"/>
+- <javac debug="${debug}" deprecation="${deprecation}" source="1.2" target="1.1"
++ <javac debug="${debug}" deprecation="${deprecation}" source="1.3" target="1.3"
+ srcdir="${src_util}" destdir="${build_classes}" classpath="${build_api}"/>
+ </target>
+
+@@ -358,7 +358,7 @@
+
+ <target name="wrapper" depends="api,util,update_wrapper">
+ <mkdir dir="${build_classes}"/>
+- <javac debug="${debug}" deprecation="${deprecation}" source="1.2" target="1.1"
++ <javac debug="${debug}" deprecation="${deprecation}" source="1.3" target="1.3"
+ srcdir="${src_wrapper}" destdir="${build_classes}" classpath="${build_api}"/>
+ </target>
+
+@@ -389,7 +389,7 @@
+
+ <target name="xmlpull_samples" depends="api,update_samples">
+ <mkdir dir="${build_samples}"/>
+- <javac debug="${debug}" deprecation="${deprecation}" source="1.2" target="1.1"
++ <javac debug="${debug}" deprecation="${deprecation}" source="1.3" target="1.3"
+ srcdir="${src_samples}" destdir="${build_samples}" classpath="${build_api}"/>
+ </target>
+
+@@ -424,16 +424,16 @@
+
+ <target name="tests_addons" if="junit_present"
+ depends="check_junit,impl,update_tests,wrapper,dom2_builder">
+- <javac debug="${debug}" deprecation="${deprecation}" source="1.2" target="1.1"
++ <!--javac debug="${debug}" deprecation="${deprecation}" source="1.3" target="1.3"
+ srcdir="${src_addons_tests}" destdir="${build_tests}"
+ classpath="${build_api}:${build_classes}"
+- />
++ /-->
+ </target>
+
+ <target name="tests_main" if="junit_present"
+ depends="check_junit,impl,update_tests">
+ <mkdir dir="${build_tests}"/>
+- <javac debug="${debug}" deprecation="${deprecation}" source="1.2" target="1.1"
++ <javac debug="${debug}" deprecation="${deprecation}" source="1.3" target="1.3"
+ srcdir="${src_tests}" destdir="${build_tests}" classpath="${build_api}"
+ />
+ <copy todir="${build_tests_xml}">
+@@ -502,7 +502,6 @@
+ windowtitle="${name} ${version} API"
+ doctitle="${name}"
+ bottom="${copyright}"
+- link="http://java.sun.com/j2se/1.4/docs/api/"
+ />
+ </target>
+
Added: trunk/libxpp3-java/debian/patches/series
===================================================================
--- trunk/libxpp3-java/debian/patches/series (rev 0)
+++ trunk/libxpp3-java/debian/patches/series 2009-08-15 10:46:24 UTC (rev 10079)
@@ -0,0 +1 @@
+build.patch
Modified: trunk/libxpp3-java/debian/rules
===================================================================
--- trunk/libxpp3-java/debian/rules 2009-08-15 09:49:35 UTC (rev 10078)
+++ trunk/libxpp3-java/debian/rules 2009-08-15 10:46:24 UTC (rev 10079)
@@ -3,20 +3,31 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-export UPSTREAM_VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\-)
-
-JAVA_HOME := /usr/lib/kaffe
-ANT_HOME := /usr/share/ant
-DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar junit
+PACKAGE := $(DEB_SOURCE_PACKAGE)
+VERSION := $(DEB_UPSTREAM_VERSION)
+JAVA_HOME := /usr/lib/jvm/default-java
+DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar junit
DEB_ANT_BUILD_TARGET := xpp3 junit apidoc
clean::
-rm -rf doc/api
+ -rm -rf debian/tmp
-install/libxpp3-java::
- install -m 644 build/xpp3-$(UPSTREAM_VERSION).jar debian/libxpp3-java/usr/share/java/xpp3-$(UPSTREAM_VERSION).jar
- ln -s xpp3-$(UPSTREAM_VERSION).jar debian/libxpp3-java/usr/share/java/xpp3.jar
- install -m 644 build/xpp3_xpath-$(UPSTREAM_VERSION).jar debian/libxpp3-java/usr/share/java/xpp3-xpath-$(UPSTREAM_VERSION).jar
- ln -s xpp3-xpath-$(UPSTREAM_VERSION).jar debian/libxpp3-java/usr/share/java/xpp3-xpath.jar
+binary-post-install/$(PACKAGE)::
+ mh_installpoms -p$(PACKAGE)
+ mh_installjar -p$(PACKAGE) -l debian/xpp3.pom build/xpp3-$(VERSION).jar
+ mh_installjar -p$(PACKAGE) -l --usj-name=xpp3-min debian/xpp3_min.pom build/xpp3_min-$(VERSION).jar
+ mh_installjar -p$(PACKAGE) -l --usj-name=xpp3-xpath debian/xpp3_xpath.pom build/xpp3_xpath-$(VERSION).jar
+
+get-orig-source:
+ -uscan --download-version $(VERSION) --force-download --rename
+
+get-orig-pom: XPP3_XPATH_VERSION=1.1.3.4.O
+get-orig-pom:
+ wget -O debian/xpp3.pom http://repository.sonatype.org/service/local/repositories/central-proxy/content/xpp3/xpp3/$(VERSION)/xpp3-$(VERSION).pom
+ wget -O debian/xpp3_min.pom http://repository.sonatype.org/service/local/repositories/central-proxy/content/xpp3/xpp3_min/$(VERSION)/xpp3_min-$(VERSION).pom
+ wget -O debian/xpp3_xpath.pom http://repository.sonatype.org/service/local/repositories/central-proxy/content/xpp3/xpp3_xpath/$(XPP3_XPATH_VERSION)/xpp3_xpath-$(XPP3_XPATH_VERSION).pom
+ perl -p -i -e 's/<version>$(XPP3_XPATH_VERSION)/<version>$(VERSION)/' debian/xpp3_xpath.pom
+
Added: trunk/libxpp3-java/debian/xpp3.pom
===================================================================
--- trunk/libxpp3-java/debian/xpp3.pom (rev 0)
+++ trunk/libxpp3-java/debian/xpp3.pom 2009-08-15 10:46:24 UTC (rev 10079)
@@ -0,0 +1,40 @@
+<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>xpp3</groupId>
+ <artifactId>xpp3</artifactId>
+ <version>1.1.4c</version>
+ <packaging>jar</packaging>
+ <name>MXP1: Xml Pull Parser 3rd Edition (XPP3)</name>
+ <url>http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/</url>
+ <description>MXP1 is a stable XmlPull parsing engine that is based on ideas from XPP and in particular XPP2 but completely revised and rewritten to take the best advantage of latest JIT JVMs such as Hotspot in JDK 1.4+.</description>
+ <licenses>
+ <license>
+ <name>Indiana University Extreme! Lab Software License, vesion 1.1.1</name>
+ <url>http://www.extreme.indiana.edu/viewcvs/~checkout~/XPP3/java/LICENSE.txt</url>
+ <distribution>repo</distribution>
+ <comments>The license applies to the Xpp3 classes (all classes below the org.xmlpull package with exception of classes directly in package org.xmlpull.v1 )</comments>
+ </license>
+ <license>
+ <name>Public Domain</name>
+ <url>http://creativecommons.org/licenses/publicdomain</url>
+ <distribution>repo</distribution>
+ <comments>The license applies to the XmlPull API (all classes directly in the org.xmlpull.v1 package)</comments>
+ </license>
+ <license>
+ <name>Apache Software License, version 1.1</name>
+ <url>http://www.apache.org/licenses/LICENSE-1.1</url>
+ <distribution>repo</distribution>
+ <comments>The license applies to the class javax.xml.namespace.QName</comments>
+ </license>
+ </licenses>
+ <scm>
+ <url>http://www.extreme.indiana.edu/viewcvs/~checkout~/XPP3/java/</url>
+ </scm>
+ <organization>
+ <name>Extreme! Lab, Indiana University</name>
+ <url>http://www.extreme.indiana.edu/</url>
+ </organization>
+ <dependencies/>
+</project>
Added: trunk/libxpp3-java/debian/xpp3_min.pom
===================================================================
--- trunk/libxpp3-java/debian/xpp3_min.pom (rev 0)
+++ trunk/libxpp3-java/debian/xpp3_min.pom 2009-08-15 10:46:24 UTC (rev 10079)
@@ -0,0 +1,32 @@
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>xpp3</groupId>
+ <artifactId>xpp3_min</artifactId>
+ <version>1.1.4c</version>
+ <packaging>jar</packaging>
+ <name>MXP1: Xml Pull Parser 3rd Edition (XPP3)</name>
+ <url>http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/</url>
+ <description>MXP1 is a stable XmlPull parsing engine that is based on ideas from XPP and in particular XPP2 but completely revised and rewritten to take the best advantage of latest JIT JVMs such as Hotspot in JDK 1.4+.</description>
+ <licenses>
+ <license>
+ <name>Indiana University Extreme! Lab Software License, vesion 1.1.1</name>
+ <url>http://www.extreme.indiana.edu/viewcvs/~checkout~/XPP3/java/LICENSE.txt</url>
+ <distribution>repo</distribution>
+ <comments>The license applies to the Xpp3 classes (all classes below the org.xmlpull package with exception of classes directly in package org.xmlpull.v1 )</comments>
+ </license>
+ <license>
+ <name>Public Domain</name>
+ <url>http://creativecommons.org/licenses/publicdomain</url>
+ <distribution>repo</distribution>
+ <comments>The license applies to the XmlPull API (all classes directly in the org.xmlpull.v1 package)</comments>
+ </license>
+ </licenses>
+ <scm>
+ <url>http://www.extreme.indiana.edu/viewcvs/~checkout~/XPP3/java/</url>
+ </scm>
+ <organization>
+ <name>Extreme! Lab, Indiana University</name>
+ <url>http://www.extreme.indiana.edu/</url>
+ </organization>
+ <dependencies/>
+</project>
Added: trunk/libxpp3-java/debian/xpp3_xpath.pom
===================================================================
--- trunk/libxpp3-java/debian/xpp3_xpath.pom (rev 0)
+++ trunk/libxpp3-java/debian/xpp3_xpath.pom 2009-08-15 10:46:24 UTC (rev 10079)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>xpp3</groupId>
+ <artifactId>xpp3_xpath</artifactId>
+ <version>1.1.4c</version>
+ <packaging>jar</packaging>
+ <url>http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/</url>
+ <description>MXP1 is a stable XmlPull parsing engine that is based on ideas from XPP and in particular XPP2 but completely revised and rewritten to take the best advantage of latest JIT JVMs such as Hotspot in JDK 1.4+.</description>
+ <scm>
+ <connection>scm:cvs:pserver:anonymous at cvs.extreme.indiana.edu:/l/extreme/cvspub/XPP3</connection>
+ </scm>
+</project>
\ No newline at end of file
More information about the pkg-java-commits
mailing list