Hello community,

here is the log from the commit of package jdom for openSUSE:Leap:15.2 checked 
in at 2020-02-05 07:22:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/jdom (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.jdom.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jdom"

Wed Feb  5 07:22:40 2020 rev:22 rq:762680 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/jdom/jdom.changes      2020-01-15 
15:13:20.606172026 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.jdom.new.26092/jdom.changes   2020-02-05 
07:22:41.362576671 +0100
@@ -1,0 +2,33 @@
+Tue Nov 12 08:02:50 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Add correct requires for the packages so that they pull all
+  required artifacts
+- Clean up the packaging a bit
+
+-------------------------------------------------------------------
+Tue Mar 26 16:48:35 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Upgrade the jdom component to 1.1.3
+- Modified patch:
+  * jdom-1.1-build.xml.patch
+    + Remove unneeded hunk
+- Added patch:
+  * jdom-1.1-OSGiManifest.patch
+    + Make jdom an OSGi bundle
+
+-------------------------------------------------------------------
+Tue Nov 20 10:58:51 UTC 2018 - Fridrich Strba <fst...@suse.com>
+
+- Removed patch:
+  * include-glibj.jar.patch
+    + The build works since ages without glibj being present, so
+      removing any trace of it
+
+-------------------------------------------------------------------
+Tue Nov 20 09:32:18 UTC 2018 - Fridrich Strba <fst...@suse.com>
+
+- Add maven pom files for the distributed jars
+- Speed-up build by filtering out the failing files beforehand
+  and then building all with one javac invocation
+
+-------------------------------------------------------------------

Old:
----
  include-glibj.jar.patch
  jdom-1.1.tar.bz2

New:
----
  jaxen-1.1.1.pom
  jdom-1.1-OSGiManifest.patch
  jdom-1.1.3.pom
  jdom-1.1.3.tar.gz
  saxpath-1.0-FCS.pom
  xom-1.2.5.pom

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ jdom.spec ++++++
--- /var/tmp/diff_new_pack.inwOcX/_old  2020-02-05 07:22:42.162577007 +0100
+++ /var/tmp/diff_new_pack.inwOcX/_new  2020-02-05 07:22:42.166577009 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jdom
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,35 +12,35 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define xom_version   1.2b1
-%define xom_suffix    ""
+%define xom_suffix    %{nil}
 %define xom_dir       %{_builddir}/%{name}-%{jdom_version}/XOM
 %define xom_included_jaxen_archive jaxen-1.1-src.zip
-%define jdom_version      1.1
-%define jdom_suffix       ""
+%define jdom_version      1.1.3
+%define jdom_suffix     %{nil}
 %define dom4j_version   1.6.1
-%define dom4j_suffix    ""
+%define dom4j_suffix    %{nil}
 %define dom4j_dir       %{_builddir}/%{name}-%{jdom_version}/dom4j
 %define saxpath_version   1.0
 %define saxpath_suffix  -FCS
 %define saxpath_dir     
%{_builddir}/%{name}-%{jdom_version}/saxpath-%{saxpath_version}%{saxpath_suffix}
 %define jaxen_version   1.1.1
-%define jaxen_suffix    ""
+%define jaxen_suffix    %{nil}
 %define jaxen_dir       
%{_builddir}/%{name}-%{jdom_version}/jaxen-%{jaxen_version}
-%define jdom_dir        
%{_builddir}/%{name}-%{jdom_version}/%{name}-%{jdom_version}
+%define jdom_dir        %{_builddir}/%{name}-%{jdom_version}/%{name}
 %define stage1_build_dir %{_builddir}/build
 Name:           jdom
-Version:        1.1
+Version:        1.1.3
 Release:        0
 Summary:        JDOM is a Java Representation of an XML Document
 License:        Apache-2.0
 Group:          Development/Libraries/Java
-Url:            http://www.jdom.org
-Source0:        %{name}-%{version}.tar.bz2
+URL:            http://www.jdom.org
+Source0:        http://jdom.org/dist/binary/archive/%{name}-%{version}.tar.gz
 Source1:        saxpath-%{saxpath_version}.tar.bz2
 Source2:        xom-%{xom_version}-src.tar.bz2
 # svn co svn://svn.debian.org/svn/pkg-java/trunk/dom4j
@@ -51,12 +51,17 @@
 # tar --exclude-vcs -cjf dom4j-1.6.1-debian.tar.bz2 dom4j/
 Source3:        dom4j-%{dom4j_version}-debian.tar.bz2
 Source4:        jaxen-%{jaxen_version}-src.tar.bz2
+Source10:       
http://repo.maven.apache.org/maven2/org/%{name}/%{name}/%{jdom_version}%{jdom_suffix}/%{name}-%{jdom_version}%{jdom_suffix}.pom
+Source11:       
http://repo.maven.apache.org/maven2/saxpath/saxpath/%{saxpath_version}%{saxpath_suffix}/saxpath-%{saxpath_version}%{saxpath_suffix}.pom
+Source12:       http://repo.maven.apache.org/maven2/xom/xom/1.2.5/xom-1.2.5.pom
+Source13:       
http://repo.maven.apache.org/maven2/jaxen/jaxen/%{jaxen_version}%{jaxen_suffix}/jaxen-%{jaxen_version}%{jaxen_suffix}.pom
 Patch0:         jdom-1.1-build.xml.patch
-Patch1:         include-glibj.jar.patch
+Patch1:         jdom-1.1-OSGiManifest.patch
 Patch2:         jdom-1.1-xom-get-jaxen.patch
 BuildRequires:  ant
 BuildRequires:  ant-junit
 BuildRequires:  java-devel
+BuildRequires:  javapackages-local
 BuildRequires:  junit
 BuildRequires:  relaxngDatatype
 BuildRequires:  servletapi5
@@ -65,6 +70,8 @@
 BuildRequires:  xerces-j2
 BuildRequires:  xpp2
 BuildRequires:  xpp3
+Requires:       mvn(jaxen:jaxen)
+Requires:       mvn(xerces:xercesImpl)
 BuildArch:      noarch
 
 %description
@@ -93,8 +100,11 @@
 Version:        1.2b1
 Release:        0
 Summary:        XOM is a new XML object model
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Languages/Java
+Requires:       mvn(xalan:xalan)
+Requires:       mvn(xerces:xercesImpl)
+Requires:       mvn(xml-apis:xml-apis)
 
 %description -n xom
 XOM is designed to be easy to learn and easy to use. It works very
@@ -139,6 +149,11 @@
 Group:          Development/Libraries/Java
 Provides:       jaxen-bootstrap = %{version}
 Obsoletes:      jaxen-bootstrap < %{version}
+Requires:       mvn(dom4j:dom4j)
+Requires:       mvn(jdom:jdom)
+Requires:       mvn(xerces:xercesImpl)
+Requires:       mvn(xml-apis:xml-apis)
+Requires:       mvn(xom:xom)
 
 %description -n jaxen
 Jaxen is a universal object model walker, capable of evaluating XPath
@@ -154,44 +169,57 @@
 %patch0
 %patch1
 %patch2
+cp %{SOURCE10} %{name}-%{jdom_version}.pom
+cp %{SOURCE11} saxpath-%{saxpath_version}.pom
+cp %{SOURCE12} xom-%{xom_version}.pom
+cp %{SOURCE13} jaxen-%{jaxen_version}.pom
+
+%pom_xpath_set pom:project/pom:version "%{xom_version}%{xom_suffix}" 
xom-%{xom_version}.pom
 
 %build
 export JAVA_OPTS="-source 1.6 -target 1.6 -encoding UTF-8 -J-Xss4m"
 export JAVAC="javac ${JAVA_OPTS} "
 export ANT_OPTS="-Xss4m"
 i=0
-export CLASSPATH="%{stage1_build_dir}:$(build-classpath $LIBGCJ xerces-j2 
xalan-j2 xalan-j2-serializer junit relaxngDatatype servletapi5 xpp2 
xpp3):%{jaxen_dir}/src/java/main/:%{jdom_dir}/src/java/:%{saxpath_dir}/src/java/main/:%{xom_dir}/src/:%{dom4j_dir}/src/java"
+CLASSPATH="%{stage1_build_dir}:$(build-classpath xerces-j2 xalan-j2 
xalan-j2-serializer junit relaxngDatatype servletapi5 xpp2 xpp3)"
 SOURCE_DIRS="%{jaxen_dir}/src/java/main/ %{jdom_dir}/src/java/ 
%{saxpath_dir}/src/java/main/ %{xom_dir}/src/ %{dom4j_dir}/src/java"
-MAX=$(find ${SOURCE_DIRS} -iname "*.java" | wc -l)
-for file in  $(find ${SOURCE_DIRS} -name "*.java")
-do
-  i=$((i+1))
-  echo compiling class \# $i of ${MAX}
-  ${JAVAC} -classpath ${CLASSPATH}  -d %{stage1_build_dir} $file || 
FAILED_FILES="$FAILED_FILES $file"
-done
-unset CLASSPATH SOURCE_DIRS MAX
+SOURCE_PATH=$(echo ${SOURCE_DIRS} | sed 's#\ #:#g')
+# Failing files
+rm -f \
+       XOM/src/nu/xom/tools/XHTMLJavaDoc.java \
+       dom4j/src/java/org/dom4j/datatype/SchemaParser.java \
+       dom4j/src/java/org/dom4j/datatype/DatatypeAttribute.java \
+       dom4j/src/java/org/dom4j/datatype/DatatypeElement.java \
+       dom4j/src/java/org/dom4j/datatype/NamedTypeResolver.java \
+       dom4j/src/java/org/dom4j/datatype/DatatypeDocumentFactory.java \
+       dom4j/src/java/org/dom4j/datatype/DatatypeElementFactory.java \
+       dom4j/src/java/org/jaxen/dom4j/DocumentNavigator.java \
+       dom4j/src/java/org/jaxen/dom4j/Dom4jXPath.java
+${JAVAC} -classpath ${CLASSPATH} -sourcepath ${SOURCE_PATH} -d 
%{stage1_build_dir} $(find ${SOURCE_DIRS} -name "*.java" | xargs)
+unset CLASSPATH SOURCE_DIRS SOURCE_PATH
+jar cf %{jdom_dir}/jaxen.jar -C %{stage1_build_dir} .
 
 pushd %{jdom_dir}
 ant -Dparser.jar=$(build-classpath xerces-j2) \
     -Dxml-apis.jar=$(build-classpath xml-commons-apis) \
-    -Dglibj.jar=$(build-classpath glibj) \
-    -Djaxen.lib.dir=%{stage1_build_dir} \
-    -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
+    -Djaxen.lib.dir=%{jdom_dir} \
+    -Dcompile.source=1.6 -Dcompile.target=1.6 \
+       -Dversion=%jdom_version \
     package
-mv build/jdom.jar %{_builddir}/jdom-%{jdom_version}.jar
+mv build/jdom-%{jdom_version}.jar %{_builddir}/jdom-%{jdom_version}.jar
+rm jaxen.jar
 popd
 pushd %{jaxen_dir}/src/java/main
 mkdir build
 #mkdir %{_builddir}/jaxen-excluded
 #mv org/jaxen/dom4j %{_builddir}/jaxen-excluded
-${JAVAC} -classpath $(build-classpath 
glibj):%{_builddir}/jdom-%{jdom_version}.jar:%{stage1_build_dir} -d build/ 
$(find . -name "*.java")
-cd build
-jar -cf %{_builddir}/jaxen-%{jaxen_version}.jar *
+${JAVAC} -classpath %{_builddir}/jdom-%{jdom_version}.jar:%{stage1_build_dir} 
-d build/ $(find . -name "*.java" | xargs)
+jar -cf %{_builddir}/jaxen-%{jaxen_version}.jar -C build .
 popd
 pushd %{saxpath_dir}
 mkdir src/conf
 touch src/conf/MANIFEST.MF
-CLASSPATH=$(build-classpath 
glibj):%{_builddir}/jaxen-%{jaxen_version}.jar:%{_builddir}/jdom-%{jdom_version}.jar:%{stage1_build_dir}
 ant package
+CLASSPATH=%{_builddir}/jaxen-%{jaxen_version}.jar:%{_builddir}/jdom-%{jdom_version}.jar:%{stage1_build_dir}
 ant package
 mv build/saxpath.jar %{_builddir}/saxpath-%{saxpath_version}.jar
 popd
 pushd %{xom_dir}
@@ -204,8 +232,7 @@
 -Djunit.jar=$(build-classpath junit) \
 -Dresolver.jar=$(build-classpath xml-commons-resolver) \
 -Ddom4j.jar=%{stage1_build_dir} \
--Dglibj.jar=$(build-classpath glibj) \
- -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
+-Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
 compile compile15 jar
 mv build/xom-%{xom_version}.jar %{_builddir}
 popd
@@ -219,16 +246,23 @@
 ln -sf %{_javadir}/saxpath-%{saxpath_version}.jar 
%{buildroot}/%{_javadir}/saxpath.jar
 ln -sf %{_javadir}/xom-%{xom_version}.jar %{buildroot}/%{_javadir}/xom.jar
 
-%files
-%{_javadir}/jdom*.jar
+mkdir -p %{buildroot}/%{_mavenpomdir}
+cp *.pom %{buildroot}/%{_mavenpomdir}/
+%add_maven_depmap jdom-%{jdom_version}.pom jdom-%{jdom_version}.jar -a 
jdom:jdom
+%add_maven_depmap xom-%{xom_version}.pom xom-%{xom_version}.jar -f xom
+%add_maven_depmap saxpath-%{saxpath_version}.pom 
saxpath-%{saxpath_version}.jar -f saxpath
+%add_maven_depmap jaxen-%{jaxen_version}.pom jaxen-%{jaxen_version}.jar -f 
jaxen
+
+%files -f .mfiles
+%{_javadir}/jdom.jar
 
-%files -n xom
-%{_javadir}/xom*.jar
+%files -n xom -f .mfiles-xom
+%{_javadir}/xom.jar
 
-%files -n saxpath
-%{_javadir}/saxpath*.jar
+%files -n saxpath -f .mfiles-saxpath
+%{_javadir}/saxpath.jar
 
-%files -n jaxen
-%{_javadir}/jaxen*.jar
+%files -n jaxen -f .mfiles-jaxen
+%{_javadir}/jaxen.jar
 
 %changelog

++++++ jaxen-1.1.1.pom ++++++
<?xml version="1.0" encoding="UTF-8"?><project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>jaxen</groupId>
  <artifactId>jaxen</artifactId>
  <name>jaxen</name>
  <version>1.1.1</version>
  <description>Jaxen is a universal Java XPath engine.</description>
  <url>http://jaxen.codehaus.org/</url>
  <issueManagement>
    <url>http://jira.codehaus.org/BrowseProject.jspa?id=10022</url>
  </issueManagement>
  <ciManagement>
    <notifiers>
      <notifier>
        <configuration>
          <address>d...@jaxen.codehaus.org</address>
        </configuration>
      </notifier>
    </notifiers>
  </ciManagement>
  <inceptionYear>2001</inceptionYear>
  <mailingLists>
    <mailingList>
      <name>Jaxen Users List</name>
      <subscribe>user-subscr...@jaxen.codehaus.org</subscribe>
      <unsubscribe>user-unsubscr...@jaxen.codehaus.org</unsubscribe>
      <archive>http://archive.jaxen.codehaus.org/user/</archive>
    </mailingList>
    <mailingList>
      <name>Jaxen Developers List</name>
      <subscribe>dev-subscr...@jaxen.codehaus.org</subscribe>
      <unsubscribe>dev-unsubscr...@jaxen.codehaus.org</unsubscribe>
      <archive>http://archive.jaxen.codehaus.org/dev/</archive>
    </mailingList>
    <mailingList>
      <name>Jaxen CVS Commits List</name>
      <subscribe>scm-subscr...@jaxen.codehaus.org</subscribe>
      <unsubscribe>scm-unsubscr...@jaxen.codehaus.org</unsubscribe>
      <archive>http://archive.jaxen.codehaus.org/scm/</archive>
    </mailingList>
  </mailingLists>
  <developers>
    <developer>
      <id>bob</id>
      <name>Bob McWhirter</name>
      <email>b...@eng.werken.com</email>
      <organization>The Werken Company</organization>
    </developer>
    <developer>
      <id>jstrachan</id>
      <name>James Strachan</name>
      <email>james_strac...@yahoo.co.uk</email>
      <organization>Spiritsoft</organization>
    </developer>
    <developer>
      <id>dmegginson</id>
      <name>David Megginson</name>
      <email>cont...@megginson.com</email>
      <organization>Megginson Technologies</organization>
    </developer>
    <developer>
      <id>eboldwidt</id>
      <name>Erwin Bolwidt</name>
      <email>er...@klomp.org</email>
    </developer>
    <developer>
      <id>mbelonga</id>
      <name>Mark A. Belonga</name>
      <email>mbelo...@users.sourceforge.net</email>
    </developer>
    <developer>
      <id>cnentwich</id>
      <name>Christian Nentwich</name>
      <email>x...@users.sourceforge.net</email>
    </developer>
    <developer>
      <id>purpletech</id>
      <name>Alexander Day Chaffee</name>
      <email>purplet...@users.sourceforge.net</email>
      <organization>Purple Technologies</organization>
    </developer>
    <developer>
      <id>jdvorak</id>
      <name>Jan Dvorak</name>
      <email>jdvo...@users.sourceforge.net</email>
    </developer>
    <developer>
      <id>szegedia</id>
      <name>Attila Szegedi</name>
      <email>szege...@users.sourceforge.net</email>
    </developer>
    <developer>
      <id>proyal</id>
      <name>Peter Royal</name>
      <email>peter.ro...@pobox.com</email>
      <url>http://fotap.org/~osi</url>
    </developer>
    <developer>
      <id>ssanders</id>
      <name>Scott Sanders</name>
      <email>sc...@dotnot.org</email>
      <url>http://dotnot.org/blog</url>
      <organization>dotnot</organization>
    </developer>
    <developer>
      <id>bewins</id>
      <name>Brian Ewins</name>
      <email>brian.ew...@gmail.com</email>
    </developer>
    <developer>
      <id>elharo</id>
      <name>Elliotte Rusty Harold</name>
      <email>elh...@metalab.unc.edu</email>
      <url>http://www.elharo.com/</url>
      <organization>Cafe au Lait</organization>
    </developer>
  </developers>
  <contributors>
    <contributor>
      <name>Ryan Gustafson</name>
      <email>rgus...@users.sourceforge.net</email>
    </contributor>
    <contributor>
      <name>David Peterson</name>
      <email>da...@randombits.org</email>
    </contributor>
    <contributor>
      <name>Mark Wilson</name>
      <email>mark.wil...@wilsoncom.de</email>
    </contributor>
    <contributor>
      <name>Jacob Kjome</name>
      <email>h...@visi.com</email>
    </contributor>
    <contributor>
      <name>Michael Brennan</name>
      <email>mpbren...@earthlink.net</email>
    </contributor>
    <contributor>
      <name>Jason Hunter</name>
      <email>jhun...@xquery.com</email>
    </contributor>
    <contributor>
      <name>Brett Mclaughlin</name>
      <email>brett.mclaugh...@lutris.com</email>
    </contributor>
    <contributor>
      <name>Bradley S. Huffman</name>
      <email>h...@cs.okstate.edu</email>
    </contributor>
    <contributor>
      <name>K. Ari Krupnikov</name>
      <email>a...@lib.aero</email>
    </contributor>
    <contributor>
      <name>Paul R. Brown</name>
      <email>p...@fivesight.com</email>
    </contributor>
    <contributor>
      <name>Guoliang Cao</name>
      <email>c...@ispsoft.com</email>
    </contributor>
    <contributor>
      <name>J??r??me N??gre</name>
      <email>jerome.ne...@e-xmlmedia.fr</email>
    </contributor>
    <contributor>
      <name>Eddie McGreal</name>
      <email>emcgr...@blackpearl.com</email>
    </contributor>
    <contributor>
      <name>Steen Lehmann</name>
      <email>slehm...@users.sourceforge.net</email>
    </contributor>
  </contributors>
  <scm>
    
<connection>scm:cvs:pserver:anonym...@cvs.jaxen.codehaus.org:/cvs/jaxen:jaxen</connection>
    <url>http://cvs.jaxen.codehaus.org</url>
  </scm>
  <organization>
    <name>Codehaus</name>
    <url>http://codehaus.org</url>
  </organization>
  <build>
    <sourceDirectory>src/java/main</sourceDirectory>
    <testSourceDirectory>src/java/test</testSourceDirectory>
    <plugins>
      <plugin>
        <artifactId>maven-surefire-plugin</artifactId>
        <configuration>
          <includes>
            <include>**/*Test.java</include>
          </includes>
        </configuration>
      </plugin>
      <plugin>
        <groupId>maven-plugins</groupId>
        <artifactId>maven-cobertura-plugin</artifactId>
        <version>1.3</version>
        <configuration />
      </plugin>
      <plugin>
        <groupId>maven-plugins</groupId>
        <artifactId>maven-findbugs-plugin</artifactId>
        <version>1.3.1</version>
        <configuration />
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>dom4j</groupId>
      <artifactId>dom4j</artifactId>
      <version>1.6.1</version>
    </dependency>
    <dependency>
      <groupId>jdom</groupId>
      <artifactId>jdom</artifactId>
      <version>1.0</version>
    </dependency>
    <dependency>
      <groupId>xml-apis</groupId>
      <artifactId>xml-apis</artifactId>
      <version>1.3.02</version>
    </dependency>
    <dependency>
      <groupId>xerces</groupId>
      <artifactId>xercesImpl</artifactId>
      <version>2.6.2</version>
    </dependency>
    <dependency>
      <groupId>xom</groupId>
      <artifactId>xom</artifactId>
      <version>1.0</version>
    </dependency>
  </dependencies>
  <distributionManagement>
    <repository>
      <id>default</id>
      <name>Default Repository</name>
      <url>file:///dist</url>
    </repository>
    <site>
      <id>default</id>
      <name>Default Site</name>
      <url>scp://jaxen.codehaus.org//home/projects/jaxen/public_html</url>
    </site>
    <status>converted</status>
  </distributionManagement>
</project>++++++ jdom-1.1-OSGiManifest.patch ++++++
--- jdom/package/META-INF/MANIFEST.MF.osgimanifest      2008-07-21 
16:00:59.000000000 -0400
+++ jdom/package/META-INF/MANIFEST.MF   2008-07-21 16:02:20.000000000 -0400
@@ -1,4 +1,19 @@
 Manifest-Version: 1.0
+Bundle-RequiredExecutionEnvironment: J2SE-1.4
+Bundle-SymbolicName: org.jdom
+Bundle-ManifestVersion: 2
+Bundle-Name: %Bundle-Name.0
+Bundle-Localization: plugin
+Bundle-Version: @version.impl@
+Bundle-Vendor: %Bundle-Vendor.0
+Export-Package: org.jdom;version="@version.impl@",
+ org.jdom.adapters;version="@version.impl@",
+ org.jdom.filter;version="@version.impl@",
+ org.jdom.input;version="@version.impl@",
+ org.jdom.output;version="@version.impl@",
+ org.jdom.transform;version="@version.impl@",
+ org .jdom.xpath;version="@version.impl@"
+Require-Bundle: org.apache.xerces;resolution:=optional
 
 Name: org/jdom/
 Specification-Title: JDOM Classes
++++++ jdom-1.1-build.xml.patch ++++++
--- /var/tmp/diff_new_pack.inwOcX/_old  2020-02-05 07:22:42.206577026 +0100
+++ /var/tmp/diff_new_pack.inwOcX/_new  2020-02-05 07:22:42.206577026 +0100
@@ -1,78 +1,57 @@
---- jdom-1.1/build.xml
-+++ jdom-1.1/build.xml
-@@ -39,8 +39,8 @@
- 
-     <property name="compile.debug"       value="true" />
-     <property name="compile.optimize"    value="true" />
--    <property name="compile.target"      value="1.2" />
--    <property name="compile.source"      value="1.2" />
-+    <property name="compile.target"      value="1.6" />
-+    <property name="compile.source"      value="1.6" />
-     <property name="compile.deprecation" value="true" />
- 
-     <property name="src.dir" value="./src/java"/>
-@@ -75,6 +75,7 @@
-     <path id="compile.class.path">
-       <pathelement location="${xml-apis.jar}"/>
-       <pathelement location="${parser.jar}"/>
-+      <pathelement location="${jaxen.lib.dir}"/>
- 
-       <fileset dir="${jaxen.lib.dir}">
-         <include name="jaxen-*.jar"/>
---- XOM/build.xml
-+++ XOM/build.xml
-@@ -201,8 +201,8 @@
-            debug="${debug}"
-            optimize="${optimize}"
-            deprecation="${deprecation}"
--           target="1.2"
--           source="1.3"
-+           target="1.6"
-+           source="1.6"
-            encoding="UTF-8"
-            excludes="nu/xom/pantry/* nu/xom/tools/* 
nu/xom/samples/*Servlet.java">
-        <classpath refid="compile.class.path"/>
-@@ -228,8 +228,8 @@
-            debug="${debug}"
-            optimize="${optimize}"
-            deprecation="${deprecation}"
--           target="1.2"
--           source="1.3"
-+           target="1.6"
-+           source="1.6"
-            encoding="UTF-8">
-        <classpath refid="compile.class.path"/>
-        <include name="nu/xom/samples/*Servlet.java" />
-@@ -244,8 +244,8 @@
-            debug="${debug}"
-            optimize="${optimize}"
-            deprecation="${deprecation}"
--           target="1.2"
--           source="1.3"
-+           target="1.6"
-+           source="1.6"
-            encoding="UTF-8"
-            failonerror="false">
-        <classpath refid="compile.class.path"/>
-@@ -462,8 +462,8 @@
-            debug="${debug}"
-            optimize="${optimize}"
-            deprecation="${deprecation}"
--           target="1.2"
--           source="1.3"
-+           target="1.6"
-+           source="1.6"
-            encoding="UTF-8"
-            includes="nu/xom/tools/*">
-       <classpath>
-@@ -705,8 +705,8 @@
-            debug="${debug}"
-            optimize="${optimize}"
-            deprecation="${deprecation}"
--           target="1.2"
--           source="1.3"
-+           target="1.6"
-+           source="1.6"
-            encoding="UTF-8"
-            includeAntRuntime="no"
-            excludes="org/jaxen/dom/** 
+--- XOM/build.xml
++++ XOM/build.xml
+@@ -201,8 +201,8 @@
+            debug="${debug}"
+            optimize="${optimize}"
+            deprecation="${deprecation}"
+-           target="1.2"
+-           source="1.3"
++           target="1.6"
++           source="1.6"
+            encoding="UTF-8"
+            excludes="nu/xom/pantry/* nu/xom/tools/* 
nu/xom/samples/*Servlet.java">
+        <classpath refid="compile.class.path"/>
+@@ -228,8 +228,8 @@
+            debug="${debug}"
+            optimize="${optimize}"
+            deprecation="${deprecation}"
+-           target="1.2"
+-           source="1.3"
++           target="1.6"
++           source="1.6"
+            encoding="UTF-8">
+        <classpath refid="compile.class.path"/>
+        <include name="nu/xom/samples/*Servlet.java" />
+@@ -244,8 +244,8 @@
+            debug="${debug}"
+            optimize="${optimize}"
+            deprecation="${deprecation}"
+-           target="1.2"
+-           source="1.3"
++           target="1.6"
++           source="1.6"
+            encoding="UTF-8"
+            failonerror="false">
+        <classpath refid="compile.class.path"/>
+@@ -462,8 +462,8 @@
+            debug="${debug}"
+            optimize="${optimize}"
+            deprecation="${deprecation}"
+-           target="1.2"
+-           source="1.3"
++           target="1.6"
++           source="1.6"
+            encoding="UTF-8"
+            includes="nu/xom/tools/*">
+       <classpath>
+@@ -705,8 +705,8 @@
+            debug="${debug}"
+            optimize="${optimize}"
+            deprecation="${deprecation}"
+-           target="1.2"
+-           source="1.3"
++           target="1.6"
++           source="1.6"
+            encoding="UTF-8"
+            includeAntRuntime="no"
+            excludes="org/jaxen/dom/** 

++++++ jdom-1.1.3.pom ++++++
<project>
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.jdom</groupId>
        <artifactId>jdom</artifactId>
        <packaging>jar</packaging>
        
        <name>JDOM</name>
        <version>1.1.3</version>
        
        <description>
                A complete, Java-based solution for accessing, manipulating, 
                and outputting XML data
        </description>
        <url>http://www.jdom.org</url>

    <organization>
        <name>JDOM</name>
        <url>http://www.jdom.org</url>
    </organization>

    <mailingLists>
        <mailingList>
            <name>JDOM-interest Mailing List</name>
            <post>jdom-inter...@jdom.org</post>
            <archive>http://jdom.markmail.org/</archive>
        </mailingList>
    </mailingLists>

        <licenses>
                <license>
                        <name>Similar to Apache License but with the 
acknowledgment clause removed</name>
                        
<url>https://raw.github.com/hunterhacker/jdom/master/LICENSE.txt</url>
                        <distribution>repo</distribution>
                </license>
        </licenses>

        <scm>
                <url>g...@github.com:/hunterhacker/jdom</url>
                
<connection>scm:git:g...@github.com:hunterhacker/jdom</connection>
                
<developerConnection>scm:git:g...@github.com:hunterhacker/jdom</developerConnection>
        </scm>

        <developers>
                <developer>
                        <id>hunterhacker</id>
                        <name>Jason Hunter</name>
                        <email>jhun...@servlets.com</email>
                </developer>
                <developer>
                        <id>rolfl</id>
                        <name>Rolf Lear</name>
                        <email>j...@tuis.net</email>
                </developer>
        </developers>
        
        <dependencies>
                <dependency>
                        <groupId>jaxen</groupId>
                        <artifactId>jaxen</artifactId>
                        <version>1.1.3</version>
                        <optional>true</optional>
                </dependency>
                <dependency>
                        <groupId>xerces</groupId>
                        <artifactId>xercesImpl</artifactId>
                        <version>2.10.0</version>
                        <optional>true</optional>
                </dependency>

        </dependencies>
        
        <properties>
                <jdk.version>1.2</jdk.version>
        </properties>
</project>++++++ saxpath-1.0-FCS.pom ++++++
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>saxpath</groupId>
  <artifactId>saxpath</artifactId>
  <version>1.0-FCS</version>
</project>++++++ xom-1.2.5.pom ++++++
<?xml version="1.0"?>
<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/xsd/maven-4.0.0.xsd";>
  <modelVersion>4.0.0</modelVersion>
  <packaging>jar</packaging>
  <name>XOM</name>
  <version>1.2.5</version>
  <description>The XOM Dual Streaming/Tree API for Processing XML</description>
  <url>http://xom.nu</url>
  <licenses>
    <license>
      <name>The GNU Lesser General Public License, Version 2.1</name>
      <url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>https://xom.dev.java.net/source/browse/xom/</url>
  </scm>
  
  <artifactId>xom</artifactId>
  <!--  previously used group ID -->
  <groupId>xom</groupId>

  <inceptionYear>2002</inceptionYear>

  <mailingLists>
    <mailingList>
      <name>XOM Interest Mailing List</name>
      <archive>http://lists.ibiblio.org/pipermail/xom-interest/</archive>
    </mailingList>
  </mailingLists>

  <developers>
    <developer>
      <name>Elliotte Rusty Harold</name>
      <id>elharo</id>
      <email>elh...@ibiblio.org</email>
      <organization>Cafe au Lait</organization>
    </developer>
  </developers>

  <dependencies>
    <dependency>
        <groupId>xml-apis</groupId>
        <artifactId>xml-apis</artifactId>
        <version>1.3.03</version>
        <type>jar</type>
    </dependency>  
    <dependency>
        <groupId>xerces</groupId>
        <artifactId>xercesImpl</artifactId>
        <version>2.8.0</version>
        <type>jar</type>
    </dependency>  
    <dependency>
        <groupId>xalan</groupId>
        <artifactId>xalan</artifactId>
        <version>2.7.0</version>
        <type>jar</type>
    </dependency>
  </dependencies>
  
  <build>
    <sourceDirectory>src</sourceDirectory>
  </build>  
  
</project>  

Reply via email to