File tree 4 files changed +19
-2
lines changed
4 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<!-- KNOWN ISSUES:
6
6
"Production" tgz/zip files need to be copied to ant-like build/
7
- xalan-test integration
7
+ as temporary xalan-test integration
8
8
9
9
Footnote: To get dependency tree from a multi-module project, use the
10
10
command "mvn compile dependency:tree" so everything is in scope.
11
11
-->
12
12
<packaging >pom</packaging >
13
13
14
+ <parent >
15
+ <groupId >org.apache</groupId >
16
+ <artifactId >apache</artifactId >
17
+ <version >23</version >
18
+ </parent >
19
+
14
20
<modelVersion >4.0.0</modelVersion >
15
21
<groupId >xalan</groupId >
16
22
<artifactId >xalan-j</artifactId >
17
23
<version >2.7.3</version >
24
+ <licenses >
25
+ <license >
26
+ <name >Apache-2.0</name >
27
+ </license >
28
+ </licenses >
18
29
19
30
<properties >
20
31
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 11
11
<artifactId >serializer</artifactId >
12
12
<name >Apache XML Serializer</name >
13
13
<description >Apache's XML serialization layer, as used in the Xalan XSLT processor</description >
14
+ <licenses >
15
+ <license >
16
+ <name >Apache-2.0</name >
17
+ </license >
18
+ </licenses >
14
19
15
20
<dependencies >
16
21
<!-- For javadoc generation only, hence 'provided' scope -->
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ Manifest-Version: 1.0
2
2
Created-By: @java.version@ (@java.vendor@)
3
3
Main-Class: org.apache.xml.serializer.Version
4
4
Class-Path: xml-apis.jar
5
+ Bundle-License: Apache-2.0; link="http://opensource.org/licenses/apache2.0.php"
5
6
6
7
Name: org/apache/xml/serializer/
7
8
Comment: Serializer to write out XML, HTML etc. as a stream of characters from an input DOM or from input SAX events.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Created-By : @java.version@ (@java.vendor@)
3
3
Main-Class : org.apache.xalan.xslt.Process
4
4
Class-Path : xercesImpl.jar xml-apis.jar serializer.jar
5
-
5
+ Bundle-License : Apache-2.0; link="http://opensource.org/licenses/apache2.0.php"
6
6
7
7
Name : org/apache/xalan/
8
8
Comment : Main Xalan engine implementing TrAX/JAXP
You can’t perform that action at this time.
0 commit comments