Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 595045 Details for
Bug 834948
[patch] Inject OSGI Manifest for xalan-j2.jar
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
hopefully fixed whitespace error
0001-Inject-OSGI-Manifest-for-xalan-j2.jar.patch (text/plain), 3.85 KB, created by
Gerard Ryan
on 2012-06-28 15:10:50 UTC
(
hide
)
Description:
hopefully fixed whitespace error
Filename:
MIME Type:
Creator:
Gerard Ryan
Created:
2012-06-28 15:10:50 UTC
Size:
3.85 KB
patch
obsolete
>From 52a3cada26165a09af6f8f271bcfd2b0eed5e820 Mon Sep 17 00:00:00 2001 >From: Gerard Ryan <gerard@ryan.lt> >Date: Wed, 27 Jun 2012 14:40:30 +0100 >Subject: [PATCH] Inject OSGI Manifest for xalan-j2.jar > >--- > xalan-j2-MANIFEST.MF | 39 +++++++++++++++++++++++++++++++++++++++ > xalan-j2.spec | 13 ++++++++++--- > 2 files changed, 49 insertions(+), 3 deletions(-) > create mode 100644 xalan-j2-MANIFEST.MF > >diff --git a/xalan-j2-MANIFEST.MF b/xalan-j2-MANIFEST.MF >new file mode 100644 >index 0000000..7392c01 >--- /dev/null >+++ b/xalan-j2-MANIFEST.MF >@@ -0,0 +1,39 @@ >+Manifest-Version: 1.0 >+Ant-Version: Apache Ant 1.8.2 >+Created-By: 1.7.0_b147-icedtea (Oracle Corporation) >+Main-Class: org.apache.xalan.xslt.Process >+Class-Path: xercesImpl.jar xml-apis.jar xalan-j2-serializer.jar >+Bundle-ManifestVersion: 2 >+Bundle-Name: %Bundle-Name.0 >+Bundle-SymbolicName: org.apache.xalan >+Bundle-Version: 2.7.1 >+Bundle-Vendor: %Bundle-Vendor.0 >+Export-Package: org.apache.xalan, >+ org.apache.xml, >+ org.apache.xpath >+Require-Bundle: org.apache.xerces >+Eclipse-BuddyPolicy: registered >+ >+Name: org/apache/xalan/ >+Comment: Main Xalan engine implementing TrAX/JAXP >+Specification-Title: Java API for XML Processing >+Specification-Vendor: Sun Microsystems Inc. >+Specification-Version: 1.3 >+Implementation-Title: org.apache.xalan >+Implementation-Version: 2.7.1 >+Implementation-Vendor: Apache Software Foundation >+Implementation-URL: http://xml.apache.org/xalan-j/dist/ >+ >+Name: org/apache/xml/ >+Comment: DTM implementation and utilities >+Implementation-Title: org.apache.xml >+Implementation-Version: 2.7.1 >+Implementation-Vendor: Apache Software Foundation >+Implementation-URL: http://xml.apache.org/xalan-j/dist/ >+ >+Name: org/apache/xpath/ >+Comment: XPath engine >+Implementation-Title: org.apache.xpath >+Implementation-Version: 2.7.1 >+Implementation-Vendor: Apache Software Foundation >+Implementation-URL: http://xml.apache.org/xalan-j/dist/ >diff --git a/xalan-j2.spec b/xalan-j2.spec >index 6136fc7..071841f 100644 >--- a/xalan-j2.spec >+++ b/xalan-j2.spec >@@ -32,7 +32,7 @@ > > Name: xalan-j2 > Version: 2.7.1 >-Release: 9%{?dist} >+Release: 10%{?dist} > Epoch: 0 > Summary: Java XSLT processor > # samples/servlet/ApplyXSLTException.java is ASL 1.1 >@@ -41,8 +41,9 @@ License: ASL 1.1 and ASL 2.0 and W3C > Source0: http://www.apache.org/dist/xml/xalan-j/xalan-j_2_7_1-src.tar.gz > Source1: %{name}-serializer-MANIFEST.MF > Source2: http://repo1.maven.org/maven2/xalan/xalan/2.7.1/xalan-2.7.1.pom >-Source3: http://repo1.maven.org/maven2/xalan/xalan/2.7.1/serializer-2.7.1.pom >+Source3: http://repo1.maven.org/maven2/xalan/serializer/2.7.1/serializer-2.7.1.pom > Source4: xsltc-%{version}.pom >+Source5: %{name}-MANIFEST.MF > Patch0: %{name}-noxsltcdeps.patch > # Fix the serializer JAR filename in xalan-j2's MANIFEST.MF > # https://bugzilla.redhat.com/show_bug.cgi?id=718738 >@@ -63,7 +64,7 @@ BuildRequires: jlex > BuildRequires: java_cup > BuildRequires: regexp > BuildRequires: sed >-BuildRequires: javax.servlet >+BuildRequires: geronimo-osgi-support > BuildRequires: xerces-j2 >= 0:2.7.1 > BuildRequires: xml-commons-apis >= 0:1.3 > BuildRequires: xml-stylebook >@@ -161,6 +162,9 @@ mkdir -p META-INF > cp -p %{SOURCE1} META-INF/MANIFEST.MF > touch META-INF/MANIFEST.MF > zip -u build/serializer.jar META-INF/MANIFEST.MF >+cp -p %{SOURCE5} META-INF/MANIFEST.MF >+touch META-INF/MANIFEST.MF >+zip -u build/xalan-interpretive.jar META-INF/MANIFEST.MF > > # jars > install -d -m 755 $RPM_BUILD_ROOT%{_javadir} >@@ -237,6 +241,9 @@ update-alternatives --install %{_javadir}/jaxp_transform_impl.jar \ > %{_datadir}/%{name} > > %changelog >+* Sun Jun 24 2012 Gerard Ryan <galileo@fedoraproject.org> - 0:2.7.1-10 >+- Inject OSGI Manifest for xalan-j2.jar >+ > * Tue May 29 2012 Andy Grimm <agrimm@gmail.com> - 0:2.7.1-9 > - Follow new guidelines for EE API deps (#819546) > >-- >1.7.10.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 834948
:
594075
|
594079
|
594080
|
594781
| 595045 |
595729