]> source.dussan.org Git - archiva.git/commitdiff
add supplement data model to add eclipse products in NOTICE
authorOlivier Lamy <olamy@apache.org>
Thu, 27 Oct 2011 19:55:16 +0000 (19:55 +0000)
committerOlivier Lamy <olamy@apache.org>
Thu, 27 Oct 2011 19:55:16 +0000 (19:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1189977 13f79535-47bb-0310-9956-ffa450edef68

archiva-jetty/src/main/appended-resources/notice-supplements.xml

index 6d50734310d57537eb9ee639a0aeda7e702fb652..cf74ac4cf2df926a30693e9d12e288eeeecb2337 100644 (file)
@@ -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>
     </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>
     </project>
   </supplement>
   <supplement>
-       <project>
+    <project>
       <groupId>xerces</groupId>
       <artifactId>xercesImpl</artifactId>
       <name>Xerces</name>