2004-09-09 14:31:12 +00:00
|
|
|
--- src/MANIFEST.MF.orig 2004-03-21 15:54:40.000000000 +0100
|
|
|
|
+++ src/MANIFEST.MF 2004-03-21 15:54:25.000000000 +0100
|
|
|
|
@@ -1,7 +1,5 @@
|
|
|
|
Manifest-Version: 1.0
|
|
|
|
-Created-By: @java.version@ (@java.vendor@)
|
|
|
|
Main-Class: org.apache.xalan.xslt.Process
|
|
|
|
-Class-Path: xercesImpl.jar xml-apis.jar
|
|
|
|
|
|
|
|
|
|
|
|
Name: org/apache/xalan
|
|
|
|
@@ -28,44 +26,3 @@
|
|
|
|
Implementation-Vendor: Apache Software Foundation
|
|
|
|
Implementation-URL: http://xml.apache.org/xalan-j/dist/
|
|
|
|
|
|
|
|
-Name: org/apache/xalan/xsltc
|
|
|
|
-Comment: Main XSLTC engine implementing TrAX/JAXP
|
|
|
|
-Specification-Title: Java API for XML Processing
|
|
|
|
-Specification-Vendor: Sun Microsystems Inc.
|
|
|
|
-Specification-Version: 1.2
|
|
|
|
-Implementation-Title: org.apache.xalan.xsltc
|
|
|
|
-Implementation-Version: @impl.version@
|
|
|
|
-Implementation-Vendor: Apache Software Foundation
|
|
|
|
-Implementation-URL: http://xml.apache.org/xalan-j/dist/
|
|
|
|
-
|
|
|
|
-Name: runtime
|
|
|
|
-Comment: Runtime component of JCup
|
|
|
|
-Specification-Title: Runtime component of JCup
|
|
|
|
-Specification-Vendor: Princeton University
|
|
|
|
-Specification-Version: 0.10k
|
|
|
|
-Implementation-Title: runtime
|
|
|
|
-Implementation-Version: @impl.version@
|
|
|
|
-Implementation-Vendor: Princeton University
|
|
|
|
-Implementation-URL: http://www.cs.princeton.edu/~appel/modern/java/CUP/
|
|
|
|
-
|
|
|
|
-Name: org/apache/bcel
|
|
|
|
-Comment: Byte Code Engineering Library
|
|
|
|
-Specification-Title: Byte Code Engineering Library
|
|
|
|
-Specification-Vendor: Markus Dahm
|
|
|
|
-Specification-Version: 5.0 rc1
|
|
|
|
-Implementation-Title: org.apache.bcel
|
|
|
|
-Implementation-Version: @impl.version@
|
|
|
|
-Implementation-Vendor: Apache Software Foundation
|
|
|
|
-Implementation-URL: http://jakarta.apache.org/bcel
|
|
|
|
-
|
|
|
|
-Name: org/apache/regexp
|
|
|
|
-Comment: Java Regular Expression package
|
|
|
|
-Specification-Title: Java Regular Expression package
|
|
|
|
-Specification-Vendor: Apache Software Foundation
|
|
|
|
-Specification-Version: 1.2
|
|
|
|
-Implementation-Title: org.apache.regexp
|
|
|
|
-Implementation-Version: @impl.version@
|
|
|
|
-Implementation-Vendor: Apache Software Foundation
|
|
|
|
-Implementation-URL: http://jakarta.apache.org/regexp
|
|
|
|
-
|
|
|
|
-
|
|
|
|
--- src/manifest.xsltc.orig 2004-03-21 15:54:59.000000000 +0100
|
|
|
|
+++ src/manifest.xsltc 2004-03-21 15:54:25.000000000 +0100
|
auto-import changelog data from xalan-j2-2.5.2-1jpp.src.rpm
2.5.2-1jpp
- Update to 2.5.2.
- Re-enable javadocs, new style versionless symlink handling, crosslink
with local J2SE javadocs.
- Spec cleanups.
2.5.1-1jpp
- Update to 2.5.1.
- Fix jpackage-utils version in BuildRequires, add xerces-j2.
- Non-versioned javadoc symlinking.
- Add one missing epoch.
- Clean up manifests from Class-Path's and other stuff we don't include.
- xsltc no longer provides a jaxp_transform_impl because of huge classpath
and general unsuitablity for production-use, system-installed
transformer.
- Own (ghost) %{_javadir}/jaxp_transform_impl.jar.
- Remove alternatives in preun instead of postun.
- Disable javadoc subpackage for now:
<http://issues.apache.org/bugzilla/show_bug.cgi?id=20572>
2.5.0.d1-1jpp
- For jpackage-utils 1.5
Wed Jan 22 2003 Ville Skyttä <ville.skytta at iki.fi> - 2.4.1-2jpp
- bsf -> oldbsf.
- Use non-versioned jar in alternative, don't remove it on upgrade.
- Remove hardcoded packager tag.
Mon Nov 04 2002 Henri Gomez <hgomez@users.sourceforge.net> 2.4.1-1jpp
- 2.4.1
Tue Sep 10 2002 Ville Skyttä <ville.skytta at iki.fi> 2.4.0-1jpp
- 2.4.0.
Thu Aug 22 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net>
2.4-0.D1.3jpp
- corrected case for Group tag
- fixed servlet classpath
Tue Aug 20 2002 Ville Skyttä <ville.skytta at iki.fi> 2.4-0.D1.2jpp
- Remove xerces-j1 runtime dependency.
- Add bcel, jlex, regexp to xsltc runtime requirements:
<http://xml.apache.org/xalan-j/xsltc_usage.html>
- Build with -Dbuild.compiler=modern (IBM 1.3.1) to avoid stylebook errors.
- XSLTC now provides jaxp_transform_impl too.
- Earlier changes by Henri, from unreleased 2.4-D1.1jpp: Mon Jul 15 2002
Henri Gomez <hgomez@users.sourceforge.net> 2.4-D1.1jpp
- 2.4D1
- use the jlex 1.2.5-5jpp (patched by Xalan/XSLTC team) rpm
- use the stylebook-1.0-b3_xalan-2.jar included in source file till it will
be packaged in jpackage
- use jaxp_parser_impl (possibly xerces-j2) instead of xerces-j1 for docs
generation, since it's tuned for stylebook-1.0-b3_xalan-2.jar
- build and provide xsltc in a separate rpm
Mon Jul 01 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net>
2.3.1-2jpp
- provides jaxp_transform_impl
- requires jaxp_parser_impl
- stylebook already requires xml-commons-apis
- jaxp_parser_impl already requires xml-commons-apis
- use sed instead of bash 2.x extension in link area to make spec
compatible with distro using bash 1.1x
Wed Jun 26 2002 Henri Gomez <hgomez@users.sourceforge.net> 2.3.1-2jpp
- fix built classpath (bsf, bcel are existing jpackage rpms),
- add buildrequires for javacup and JLex
Wed May 08 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net>
2.3.1-1jpp
- 2.3.1
- vendor, distribution, group tags
Mon Mar 18 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net>
2.3.0-2jpp
- generic servlet support
Wed Feb 20 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net>
2.3.0-1jpp
- 2.3.0
- no more compat jar
Sun Jan 27 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net>
2.2.0-2jpp
- adaptation to new stylebook1.0b3 package
- used source tarball
- section macro
Fri Jan 18 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net>
2.2.0-1jpp
- 2.2.0 final
- versioned dir for javadoc
- no dependencies for manual and javadoc packages
- stricter dependency for compat and demo packages
- fixed package confusion
- adaptation for new servlet3 package
- requires xerces-j1 instead of jaxp_parser
- xml-apis jar now in required xml-commons-apis external package
Wed Dec 05 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net>
2.2.D14-1jpp
- 2.2.D14
- javadoc into javadoc package
- compat.jar into compat package
- compat javadoc into compat-javadoc package
Wed Nov 21 2001 Christian Zoffoli <czoffoli@littlepenguin.org> 2.2.D13-2jpp
- changed extension to jpp
- prefixed xml-apis
Tue Nov 20 2001 Christian Zoffoli <czoffoli@littlepenguin.org> 2.2.D13-1jpp
- 2.2.D13
- removed packager tag
Sat Oct 06 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net>
2.2.D11-1jpp
- 2.2.D11
Sun Sep 30 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net>
2.2.D10-2jpp
- first unified release
- s/jPackage/JPackage
Fri Sep 14 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net>
2.2.D10-1mdk
- cvs references
- splitted demo package
- moved demo files to /usr/share/xalan-j2
- only manual package requires stylebook-1.0b3
- only demo package requires servletapi3
Wed Aug 22 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net>
2.2.D9-1mdk
- 2.2.9
- used new source packaging policy
- added samples data
Wed Aug 08 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net>
2.2.D6-1mdk
- first Mandrake release
2004-09-09 14:30:23 +00:00
|
|
|
@@ -1,5 +1,4 @@
|
2004-09-09 14:31:12 +00:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
-Created-By: @java.version@ (@java.vendor@)
|
|
|
|
|
|
|
|
Name: org/apache/xalan/xsltc
|
|
|
|
Comment: Main XSLTC engine implementing TrAX/JAXP
|
|
|
|
@@ -11,54 +10,3 @@
|
|
|
|
Implementation-Vendor: Apache Software Foundation
|
|
|
|
Implementation-URL: http://xml.apache.org/xalan-j/dist/
|
|
|
|
|
|
|
|
-Name: JLex
|
|
|
|
-Comment: A Lexical Analyzer for Java
|
|
|
|
-Specification-Title: A Lexical Analyzer for Java
|
|
|
|
-Specification-Vendor: Princeton University
|
|
|
|
-Specification-Version: 1.2.5
|
|
|
|
-Implementation-Title: JLex
|
|
|
|
-Implementation-Version: @impl.version@
|
|
|
|
-Implementation-Vendor: Princeton University
|
|
|
|
-Implementation-URL: http://www.cs.princeton.edu/~appel/modern/java/JLex/
|
|
|
|
-
|
|
|
|
-Name: java_cup
|
|
|
|
-Comment: Parser Generator for Java
|
|
|
|
-Specification-Title: Parser Generator for Java
|
|
|
|
-Specification-Vendor: Princeton University
|
|
|
|
-Specification-Version: 0.10k
|
|
|
|
-Implementation-Title: java_cup
|
|
|
|
-Implementation-Version: @impl.version@
|
|
|
|
-Implementation-Vendor: Princeton University
|
|
|
|
-Implementation-URL: http://www.cs.princeton.edu/~appel/modern/java/CUP/
|
|
|
|
-
|
|
|
|
-Name: runtime
|
|
|
|
-Comment: Runtime component of JCup
|
|
|
|
-Specification-Title: Runtime component of JCup
|
|
|
|
-Specification-Vendor: Princeton University
|
|
|
|
-Specification-Version: 0.10k
|
|
|
|
-Implementation-Title: runtime
|
|
|
|
-Implementation-Version: @impl.version@
|
|
|
|
-Implementation-Vendor: Princeton University
|
|
|
|
-Implementation-URL: http://www.cs.princeton.edu/~appel/modern/java/CUP/
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-Name: org/apache/bcel
|
|
|
|
-Comment: Byte Code Engineering Library
|
|
|
|
-Specification-Title: Byte Code Engineering Library
|
|
|
|
-Specification-Vendor: Markus Dahm
|
|
|
|
-Specification-Version: 5.0 rc1
|
|
|
|
-Implementation-Title: org.apache.bcel
|
|
|
|
-Implementation-Version: @impl.version@
|
|
|
|
-Implementation-Vendor: Apache Software Foundation
|
|
|
|
-Implementation-URL: http://jakarta.apache.org/bcel
|
|
|
|
-
|
|
|
|
-Name: org/apache/regexp
|
|
|
|
-Comment: Java Regular Expression package
|
|
|
|
-Specification-Title: Java Regular Expression package
|
|
|
|
-Specification-Vendor: Apache Software Foundation
|
|
|
|
-Specification-Version: 1.2
|
|
|
|
-Implementation-Title: org.apache.regexp
|
|
|
|
-Implementation-Version: @impl.version@
|
|
|
|
-Implementation-Vendor: Apache Software Foundation
|
|
|
|
-Implementation-URL: http://jakarta.apache.org/regexp
|
|
|
|
-
|