diff --git a/xpp3-1.1.4c-OSGI-MANIFEST.MF b/xpp3-1.1.4c-OSGI-MANIFEST.MF new file mode 100644 index 0000000..0a2d251 --- /dev/null +++ b/xpp3-1.1.4c-OSGI-MANIFEST.MF @@ -0,0 +1,19 @@ +Bundle-ManifestVersion: 2 +Bundle-SymbolicName: org.xmlpull +Bundle-Version: 1.1.4 +Export-Package: org.xmlpull.mxp1, + org.xmlpull.mxp1_serializer, + org.xmlpull.v1, + org.xmlpull.v1.builder, + org.xmlpull.v1.builder.adapter, + org.xmlpull.v1.builder.impl, + org.xmlpull.v1.dom2_builder, + org.xmlpull.v1.parser_pool, + org.xmlpull.v1.sax2, + org.xmlpull.v1.util, + org.xmlpull.v1.wrapper, + org.xmlpull.v1.wrapper.classic +Import-Package: javax.xml.parsers;resolution:=optional, + org.w3c.dom;resolution:=optional, + org.xml.sax;resolution:=optional, + org.xml.sax.helpers;resolution:=optional diff --git a/xpp3-1.1.4c.pom b/xpp3-1.1.4c.pom new file mode 100644 index 0000000..845a8d8 --- /dev/null +++ b/xpp3-1.1.4c.pom @@ -0,0 +1,40 @@ + + 4.0.0 + xpp3 + xpp3 + 1.1.4c + jar + MXP1: Xml Pull Parser 3rd Edition (XPP3) + http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/ + 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+. + + + Indiana University Extreme! Lab Software License, vesion 1.1.1 + http://www.extreme.indiana.edu/viewcvs/~checkout~/XPP3/java/LICENSE.txt + repo + The license applies to the Xpp3 classes (all classes below the org.xmlpull package with exception of classes directly in package org.xmlpull.v1 ) + + + Public Domain + http://creativecommons.org/licenses/publicdomain + repo + The license applies to the XmlPull API (all classes directly in the org.xmlpull.v1 package) + + + Apache Software License, version 1.1 + http://www.apache.org/licenses/LICENSE-1.1 + repo + The license applies to the class javax.xml.namespace.QName + + + + http://www.extreme.indiana.edu/viewcvs/~checkout~/XPP3/java/ + + + Extreme! Lab, Indiana University + http://www.extreme.indiana.edu/ + + + diff --git a/xpp3-1.1.4c_src.tgz b/xpp3-1.1.4c_src.tgz new file mode 100644 index 0000000..221077a Binary files /dev/null and b/xpp3-1.1.4c_src.tgz differ diff --git a/xpp3.spec b/xpp3.spec new file mode 100644 index 0000000..ff3fef4 --- /dev/null +++ b/xpp3.spec @@ -0,0 +1,62 @@ +Name: xpp3 +Version: 1.1.4 +Release: 21 +License: ASL 1.1 +Summary: Xml Pull Parser 3rd Edition +URL: http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html +Source0: http://www.extreme.indiana.edu/dist/java-repository/xpp3/distributions/xpp3-1.1.4c_src.tgz +Source1: https://repo1.maven.org/maven2/xpp3/xpp3/1.1.4c/xpp3-1.1.4c.pom +Source2: https://repo1.maven.org/maven2/xpp3/xpp3_xpath/1.1.4c/xpp3_xpath-1.1.4c.pom +Source3: https://repo1.maven.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom +Source4: xpp3-1.1.4c-OSGI-MANIFEST.MF +Provides: xpp3-minimal = %{version}-%{release} +Obsoletes: xpp3-minimal < %{version}-%{release} +BuildRequires: javapackages-local java-javadoc ant junit +BuildArch: noarch + +%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+. + +%package help +Summary: Documentation for xpp3 +Requires: java-javadoc +Provides: xpp3-javadoc = %{version}-%{release} +Obsoletes: xpp3-javadoc < %{version}-%{release} + +%description help +Documentation for xpp3. + +%prep +%autosetup -n xpp3-1.1.4c +rm -rf *.jar src/java/builder/javax +sed -i 's|depends="junit_main,junit_addons"|depends="junit_main"|' build.xml +sed -i '/ - 1.1.4-20 +- Package init diff --git a/xpp3_min-1.1.4c.pom b/xpp3_min-1.1.4c.pom new file mode 100644 index 0000000..49616cb --- /dev/null +++ b/xpp3_min-1.1.4c.pom @@ -0,0 +1,32 @@ + + 4.0.0 + xpp3 + xpp3_min + 1.1.4c + jar + MXP1: Xml Pull Parser 3rd Edition (XPP3) + http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/ + 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+. + + + Indiana University Extreme! Lab Software License, vesion 1.1.1 + http://www.extreme.indiana.edu/viewcvs/~checkout~/XPP3/java/LICENSE.txt + repo + The license applies to the Xpp3 classes (all classes below the org.xmlpull package with exception of classes directly in package org.xmlpull.v1 ) + + + Public Domain + http://creativecommons.org/licenses/publicdomain + repo + The license applies to the XmlPull API (all classes directly in the org.xmlpull.v1 package) + + + + http://www.extreme.indiana.edu/viewcvs/~checkout~/XPP3/java/ + + + Extreme! Lab, Indiana University + http://www.extreme.indiana.edu/ + + + diff --git a/xpp3_xpath-1.1.4c.pom b/xpp3_xpath-1.1.4c.pom new file mode 100644 index 0000000..25d5352 --- /dev/null +++ b/xpp3_xpath-1.1.4c.pom @@ -0,0 +1,25 @@ + + 4.0.0 + xpp3 + xpp3_xpath + 1.1.4c + jar + MXP1: Xml Pull Parser 3rd Edition (XPP3) + http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/ + 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+. + + + Indiana University Extreme! Lab Software License, vesion 1.1.1 + http://www.extreme.indiana.edu/viewcvs/~checkout~/XPP3/java/LICENSE.txt + repo + + + + http://www.extreme.indiana.edu/viewcvs/~checkout~/XPP3/java/ + + + Extreme! Lab, Indiana University + http://www.extreme.indiana.edu/ + + +