Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:fmccarthy:AI:pulsar:java
kxml
0001-Unbundle-xpp3-classes.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Unbundle-xpp3-classes.patch of Package kxml
From 4163fd75bd60cf559cfb677194a8bfbef2b60f98 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski <mizdebsk@redhat.com> Date: Tue, 19 Jan 2016 10:35:19 +0100 Subject: [PATCH] Unbundle xpp3 classes --- build.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.xml b/build.xml index 780e516..bbc4536 100644 --- a/build.xml +++ b/build.xml @@ -41,8 +41,6 @@ <delete dir="tmpclasses"/> <mkdir dir="tmpclasses"/> - <unzip src="lib/xmlpull_1_1_3_1.jar" dest="tmpclasses" overwrite="true"/> - <!-- debug="off" --> <javac srcdir="src" verbose="true" @@ -68,8 +66,6 @@ <jar jarfile="dist/kxml2-min-${version}.jar"> <fileset dir="tmpclasses"> <!-- <include name="META-INF/**"/> --> - <include name="org/xmlpull/v1/XmlPullParser.class"/> - <include name="org/xmlpull/v1/XmlPullParserException.class"/> <include name="org/kxml2/io/KXmlParser.class"/> </fileset> </jar> -- 2.5.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor