Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
599e617b39 |
6 changed files with 1 additions and 339 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,5 +0,0 @@
|
|||
/results_*
|
||||
/*.src.rpm
|
||||
|
||||
/xsom-20110809svn.tar.gz
|
||||
/xsom-20140514.tar.gz
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
diff --git a/pom.xml b/pom.xml
|
||||
index f972462..a542ee5 100644
|
||||
--- a/pom.xml
|
||||
+++ b/pom.xml
|
||||
@@ -231,12 +231,6 @@
|
||||
<phase>generate-sources</phase>
|
||||
<configuration>
|
||||
<tasks>
|
||||
- <taskdef name="licence" classname="com.sun.tools.LicenceTask">
|
||||
- <classpath>
|
||||
- <pathelement path="lib/lic.jar" />
|
||||
- </classpath>
|
||||
- </taskdef>
|
||||
-
|
||||
<!--<mkdir dir="build/automata" />-->
|
||||
|
||||
<!-- delete old files to avoid corruption -->
|
||||
@@ -249,9 +243,6 @@
|
||||
<arg path="src/com/sun/xml/xsom/impl/parser/state" />
|
||||
<arg path="src/xmlschema.rng" />
|
||||
</java>
|
||||
- <licence licence="licenceheader.txt">
|
||||
- <fileset dir="src/" includes="com/sun/xml/xsom/impl/parser/state/*.java" />
|
||||
- </licence>
|
||||
</tasks>
|
||||
</configuration>
|
||||
<goals>
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
This project was merged upstream into Eclipse ee4j's JAXB project (see: https://github.com/eclipse-ee4j/jaxb-ri ) and so is now a subpackage of the jaxb package in Fedora (see: https://src.fedoraproject.org/rpms/jaxb )
|
||||
145
lcm.xsd
145
lcm.xsd
|
|
@ -1,145 +0,0 @@
|
|||
<?xml version = "1.0" encoding = "UTF-8"?>
|
||||
<!-- $Header: /cvsroot/ebxmlrr/ebxmlrr-spec/misc/3.0/schema/lcm.xsd,v 1.5 2005/01/31 22:28:18 farrukh_najmi Exp $ -->
|
||||
<schema targetNamespace="urn:oasis:names:tc:ebxml-regrep:xsd:lcm:3.0"
|
||||
xmlns="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:rim="urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0"
|
||||
xmlns:rs="urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0"
|
||||
xmlns:tns="urn:oasis:names:tc:ebxml-regrep:xsd:lcm:3.0"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified"
|
||||
>
|
||||
|
||||
<annotation>
|
||||
<documentation xml:lang="en">The schema for OASIS ebXML Registry Services</documentation>
|
||||
</annotation>
|
||||
<!-- Import the rim.xsd file with XML schema mappaing from RIM -->
|
||||
<import namespace="urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0" schemaLocation="rim.xsd"/>
|
||||
<!-- Import the rs.xsd file with XML schema for base rs related schema -->
|
||||
<import namespace="urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0" schemaLocation="rs.xsd"/>
|
||||
<element name="SubmitObjectsRequest">
|
||||
<annotation>
|
||||
<documentation xml:lang="en">The SubmitObjectsRequest allows one to submit a list of RegistryObject elements. Each RegistryEntry element provides metadata for a single submitted object. Note that the repository item being submitted is in a separate document that is not in this DTD. The ebXML Messaging Services Specfication defines packaging, for submission, of the metadata of a repository item with the repository item itself. The value of the id attribute of the ExtrinsicObject element must be the same as the xlink:href attribute within the Reference element within the Manifest element of the MessageHeader.</documentation>
|
||||
</annotation>
|
||||
<complexType>
|
||||
<complexContent>
|
||||
<extension base="rs:RegistryRequestType">
|
||||
<sequence>
|
||||
<element ref="rim:RegistryObjectList"/>
|
||||
</sequence>
|
||||
</extension>
|
||||
</complexContent>
|
||||
</complexType>
|
||||
</element>
|
||||
<element name="UpdateObjectsRequest">
|
||||
<annotation>
|
||||
<documentation xml:lang="en">The UpdateObjectsRequest allows one to update a list of RegistryObject elements. Each RegistryEntry element provides metadata for a single submitted object. Note that the repository item being submitted is in a separate document that is not in this DTD. The ebXML Messaging Services Specfication defines packaging, for submission, of the metadata of a repository item with the repository item itself. The value of the id attribute of the ExtrinsicObject element must be the same as the xlink:href attribute within the Reference element within the Manifest element of the MessageHeader.</documentation>
|
||||
</annotation>
|
||||
<complexType>
|
||||
<complexContent>
|
||||
<extension base="rs:RegistryRequestType">
|
||||
<sequence>
|
||||
<element ref="rim:RegistryObjectList"/>
|
||||
</sequence>
|
||||
</extension>
|
||||
</complexContent>
|
||||
</complexType>
|
||||
</element>
|
||||
<element name="ApproveObjectsRequest">
|
||||
<annotation>
|
||||
<documentation xml:lang="en">
|
||||
The ObjectRefList and AdhocQuery identify the list of
|
||||
objects being approved.
|
||||
</documentation>
|
||||
</annotation>
|
||||
<complexType>
|
||||
<complexContent>
|
||||
<extension base="rs:RegistryRequestType">
|
||||
<sequence>
|
||||
<element ref="rim:AdhocQuery" minOccurs="0" maxOccurs="1" />
|
||||
<element ref="rim:ObjectRefList" minOccurs="0" maxOccurs="1" />
|
||||
</sequence>
|
||||
</extension>
|
||||
</complexContent>
|
||||
</complexType>
|
||||
</element>
|
||||
<element name="DeprecateObjectsRequest">
|
||||
<annotation>
|
||||
<documentation xml:lang="en">
|
||||
The ObjectRefList and AdhocQuery identify the list of
|
||||
objects being deprecated.
|
||||
</documentation>
|
||||
</annotation>
|
||||
<complexType>
|
||||
<complexContent>
|
||||
<extension base="rs:RegistryRequestType">
|
||||
<sequence>
|
||||
<element ref="rim:AdhocQuery" minOccurs="0" maxOccurs="1" />
|
||||
<element ref="rim:ObjectRefList" minOccurs="0" maxOccurs="1" />
|
||||
</sequence>
|
||||
</extension>
|
||||
</complexContent>
|
||||
</complexType>
|
||||
</element>
|
||||
<element name="UndeprecateObjectsRequest">
|
||||
<annotation>
|
||||
<documentation xml:lang="en">
|
||||
The ObjectRefList is the list of
|
||||
refs to the registry entrys being un-deprecated.
|
||||
</documentation>
|
||||
</annotation>
|
||||
<complexType>
|
||||
<complexContent>
|
||||
<extension base="rs:RegistryRequestType">
|
||||
<sequence>
|
||||
<element ref="rim:AdhocQuery" minOccurs="0" maxOccurs="1" />
|
||||
<element ref="rim:ObjectRefList" minOccurs="0" maxOccurs="1" />
|
||||
</sequence>
|
||||
</extension>
|
||||
</complexContent>
|
||||
</complexType>
|
||||
</element>
|
||||
<element name="RemoveObjectsRequest">
|
||||
<annotation>
|
||||
<documentation xml:lang="en">
|
||||
The ObjectRefList is the list of
|
||||
refs to the registry entrys being removed
|
||||
</documentation>
|
||||
</annotation>
|
||||
<complexType>
|
||||
<complexContent>
|
||||
<extension base="rs:RegistryRequestType">
|
||||
<sequence>
|
||||
<element ref="rim:AdhocQuery" minOccurs="0" maxOccurs="1" />
|
||||
<element ref="rim:ObjectRefList" minOccurs="0" maxOccurs="1" />
|
||||
</sequence>
|
||||
<attribute name="deletionScope" default="urn:oasis:names:tc:ebxml-regrep:DeletionScopeType:DeleteAll" type="rim:referenceURI" use="optional"/>
|
||||
</extension>
|
||||
</complexContent>
|
||||
</complexType>
|
||||
</element>
|
||||
<element name="RelocateObjectsRequest">
|
||||
<complexType>
|
||||
<complexContent>
|
||||
<extension base="rs:RegistryRequestType">
|
||||
<sequence>
|
||||
<element maxOccurs="1" minOccurs="1" ref="rim:AdhocQuery" />
|
||||
<element maxOccurs="1" minOccurs="1" name="SourceRegistry" type="rim:ObjectRefType"/>
|
||||
<element maxOccurs="1" minOccurs="1" name="DestinationRegistry" type="rim:ObjectRefType"/>
|
||||
<element maxOccurs="1" minOccurs="1" name="OwnerAtSource" type="rim:ObjectRefType"/>
|
||||
<element maxOccurs="1" minOccurs="1" name="OwnerAtDestination" type="rim:ObjectRefType"/>
|
||||
</sequence>
|
||||
</extension>
|
||||
</complexContent>
|
||||
</complexType>
|
||||
</element>
|
||||
<element name="AcceptObjectsRequest">
|
||||
<!-- The ObjectRefList must only contain local ObjectRefs such that they do not specify home attribute -->
|
||||
<complexType>
|
||||
<complexContent>
|
||||
<extension base="rs:RegistryRequestType">
|
||||
<attribute name="correlationId" type="anyURI" use="required"/>
|
||||
</extension>
|
||||
</complexContent>
|
||||
</complexType>
|
||||
</element>
|
||||
</schema>
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
SHA512 (xsom-20140514.tar.gz) = b934eaabd6f39b0244d46eb9880874fac69ffc12e2e3c9595a0d5fb64619fdbb032f2722b07ea85e792ed9a4f02744c2f2672317b47fe359c9e67cd038b6cdf6
|
||||
161
xsom.spec
161
xsom.spec
|
|
@ -1,161 +0,0 @@
|
|||
Name: xsom
|
||||
Summary: XML Schema Object Model (XSOM)
|
||||
Version: 20140514
|
||||
Release: 6%{?dist}
|
||||
License: CDDL-1.1 or GPLv2 with exceptions
|
||||
|
||||
# java.net is dead; upstream sources have been imported to GitHub though
|
||||
URL: https://github.com/kohsuke/xsom
|
||||
Source0: %{url}/archive/%{name}-%{version}.tar.gz
|
||||
|
||||
# We need this because one of the original tests tries to download
|
||||
# it from the website, but that doesn't work in Koji:
|
||||
Source1: http://docs.oasis-open.org/regrep/v3.0/schema/lcm.xsd
|
||||
|
||||
# patch POM to drop tasks that rely on bundled JARs
|
||||
Patch0: 00-pom-changes.patch
|
||||
|
||||
BuildRequires: relaxngcc
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
||||
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||
BuildRequires: mvn(relaxngDatatype:relaxngDatatype)
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
XML Schema Object Model (XSOM) is a Java library that allows applications to
|
||||
easily parse XML Schema documents and inspect information in them. It is
|
||||
expected to be useful for applications that need to take XML Schema as an
|
||||
input. The library is a straight-forward implement of "schema components" as
|
||||
defined in the XML Schema spec part 1. Refer to this specification of how this
|
||||
object model works.
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadoc for %{name}
|
||||
|
||||
%description javadoc
|
||||
This package contains javadoc for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{name}-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
find -name "*.class" -print -delete
|
||||
find -name "*.jar" -print -delete
|
||||
|
||||
# parent POM is not necessary
|
||||
%pom_remove_parent
|
||||
|
||||
# remove maven-compiler-plugin configuration that is broken with Java 11
|
||||
%pom_xpath_remove 'pom:plugin[pom:artifactId="maven-compiler-plugin"]/pom:configuration'
|
||||
|
||||
# Replace the URL of the XSD file used by the tests with its
|
||||
# absolute filesystem location:
|
||||
sed -i \
|
||||
's|http://docs.oasis-open.org/regrep/v3.0/schema/lcm.xsd|file://%{SOURCE1}|' \
|
||||
test/XSOMParserTest.java
|
||||
|
||||
pushd lib
|
||||
ln -sf `build-classpath relaxngcc` relaxngcc.jar
|
||||
popd
|
||||
|
||||
%build
|
||||
%mvn_build -- -Dproject.build.sourceEncoding=UTF-8 -P regenerate-sources -Dmaven.compiler.source=1.8 -Dmaven.compiler.target=1.8
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%license license.txt copyright.txt
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%license license.txt copyright.txt
|
||||
|
||||
%changelog
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20140514-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Sat Jul 18 2020 Fabio Valentini <decathorpe@gmail.com> - 20140514-5
|
||||
- Set javac source and target to 1.8 to fix Java 11 builds.
|
||||
|
||||
* Sat Jul 11 2020 Jiri Vanek <jvanek@redhat.com> - 20140514-4
|
||||
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20140514-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Wed Nov 06 2019 Fabio Valentini <decathorpe@gmail.com> - 20140514-2
|
||||
- Regenerate sources during build.
|
||||
|
||||
* Thu Oct 24 2019 Fabio Valentini <decathorpe@gmail.com> - 20140514-1
|
||||
- Update to version 20140514.
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-22.20110809svn
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-21.20110809svn
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-20.20110809svn
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-19.20110809svn
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Nov 09 2017 Michael Simacek <msimacek@redhat.com> - 0-18.20110809svn
|
||||
- Specify CDDL license version
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0-17.20110809svn
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0-16.20110809svn
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0-15.20110809svn
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jun 19 2015 Michal Srb <msrb@redhat.com> - 0-14.20110809svn
|
||||
- Fix FTBFS
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-13.20110809svn
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Mon Aug 04 2014 Yaakov Selkowitz <yselkowi@redhat.com> - 0-12.20110809svn
|
||||
- Fix junit BRs (#1107359)
|
||||
- Fix FTBFS due to F21 XMvn changes
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-11.20110809svn
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-10.20110809svn
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Fri Feb 22 2013 Juan Hernandez <juan.hernandez@redhat.com> - 0-9.20110809svn
|
||||
- Add build dependency on maven-shared (rhbz 914590)
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-8.20110809svn
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 0-7.20110809svn
|
||||
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
||||
- Replace maven BuildRequires with maven-local
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-6.20110809svn
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Thu Feb 23 2012 Juan Hernandez <juan.hernandez@redhat.com> 0-5.20110809svn
|
||||
- Update the release tag
|
||||
|
||||
* Thu Feb 23 2012 Juan Hernandez <juan.hernandez@redhat.com> 0-4.20110809svn
|
||||
- Avoid downloading XSD files during the build process
|
||||
|
||||
* Wed Feb 22 2012 Juan Hernandez <juan.hernandez@redhat.com> 0-3.20110809svn
|
||||
- Put the date tag in the release instead of in the version
|
||||
|
||||
* Tue Feb 14 2012 Juan Hernandez <juan.hernandez@redhat.com> 0-2.20110809svn
|
||||
- Cleanup of the spec file
|
||||
|
||||
* Sat Jan 21 2012 Marek Goldmann <mgoldman@redhat.com> 0-1.20110809svn
|
||||
- Initial packaging
|
||||
Loading…
Add table
Add a link
Reference in a new issue