diff options
author | Olivier Lamy <olamy@apache.org> | 2011-10-27 19:55:16 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-10-27 19:55:16 +0000 |
commit | 3ba549f17650ce012fcc016f05641f91a2d4c830 (patch) | |
tree | aff5a7cd7b881eb8d47ec51bb376715e974047a4 /archiva-jetty/src | |
parent | 54ad5a2835b9552794f11fa31ad4d15b01928000 (diff) | |
download | archiva-3ba549f17650ce012fcc016f05641f91a2d4c830.tar.gz archiva-3ba549f17650ce012fcc016f05641f91a2d4c830.zip |
add supplement data model to add eclipse products in NOTICE
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1189977 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-jetty/src')
-rw-r--r-- | archiva-jetty/src/main/appended-resources/notice-supplements.xml | 50 |
1 files changed, 44 insertions, 6 deletions
diff --git a/archiva-jetty/src/main/appended-resources/notice-supplements.xml b/archiva-jetty/src/main/appended-resources/notice-supplements.xml index 6d5073431..cf74ac4cf 100644 --- a/archiva-jetty/src/main/appended-resources/notice-supplements.xml +++ b/archiva-jetty/src/main/appended-resources/notice-supplements.xml @@ -1,6 +1,8 @@ -<supplementalDataModels> +<supplementalDataModels xmlns="http://maven.apache.org/supplemental-model/1.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/supplemental-model/1.0.0 http://maven.apache.org/xsd/supplemental-model-1.0.0.xsd"> <supplement> - <project> + <project> <groupId>ant</groupId> <artifactId>ant</artifactId> <name>Ant</name> @@ -18,7 +20,43 @@ </project> </supplement> <supplement> - <project> + <project> + <groupId>org.eclipse.jdt.core.compiler</groupId> + <artifactId>ecj</artifactId> + <name>Eclipse ECJ</name> + <url>http://www.eclipse.org/jdt</url> + <organization> + <name>The Eclipse Foundation</name> + <url>http://www.eclipse.org</url> + </organization> + <licenses> + <license> + <name>Eclipse Public License v1.0</name> + <url>http://www.eclipse.org/org/documents/epl-v10.php</url> + </license> + </licenses> + </project> + </supplement> + <supplement> + <project> + <groupId>org.eclipse.jdt</groupId> + <artifactId>core</artifactId> + <name>Eclipse JDT Core</name> + <url>http://www.eclipse.org/jdt</url> + <organization> + <name>The Eclipse Foundation</name> + <url>http://www.eclipse.org</url> + </organization> + <licenses> + <license> + <name>Eclipse Public License v1.0</name> + <url>http://www.eclipse.org/org/documents/epl-v10.php</url> + </license> + </licenses> + </project> + </supplement> + <supplement> + <project> <groupId>geronimo-spec</groupId> <artifactId>geronimo-spec-jta</artifactId> <name>Geronimo :: Java Transaction API Specification</name> @@ -36,7 +74,7 @@ </project> </supplement> <supplement> - <project> + <project> <groupId>javax.activation</groupId> <artifactId>activation</artifactId> <name>JavaBeans Activation Framework (JAF)</name> @@ -53,7 +91,7 @@ </project> </supplement> <supplement> - <project> + <project> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> <name>JavaMail API</name> @@ -70,7 +108,7 @@ </project> </supplement> <supplement> - <project> + <project> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <name>Xerces</name> |