You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by dj...@apache.org on 2007/08/20 08:55:12 UTC

svn commit: r567560 - in /directory/apacheds/trunk: pom.xml src/ src/main/ src/main/appended-resources/ src/main/appended-resources/supplemental-models.xml

Author: djencks
Date: Sun Aug 19 23:55:11 2007
New Revision: 567560

URL: http://svn.apache.org/viewvc?rev=567560&view=rev
Log:
DIRSERVER-1024 Use maven-remote-resources-plugin to insert legal files into apacheds project.  Includes corrections for jdbm and antlr.  Changes to pom.xml should be reverted when project pom v. 8 is released

Added:
    directory/apacheds/trunk/src/
    directory/apacheds/trunk/src/main/
    directory/apacheds/trunk/src/main/appended-resources/
    directory/apacheds/trunk/src/main/appended-resources/supplemental-models.xml   (with props)
Modified:
    directory/apacheds/trunk/pom.xml

Modified: directory/apacheds/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=567560&r1=567559&r2=567560&view=diff
==============================================================================
--- directory/apacheds/trunk/pom.xml (original)
+++ directory/apacheds/trunk/pom.xml Sun Aug 19 23:55:11 2007
@@ -470,6 +470,27 @@
           <version>1.1</version>
         </plugin>
 
+        <!-- remove when project version 8 is released -->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-remote-resources-plugin</artifactId>
+          <version>1.0-alpha-5</version>
+          <executions>
+            <execution>
+              <goals>
+                <goal>process</goal>
+              </goals>
+              <configuration>
+                <resourceBundles>
+                  <resourceBundle>org.apache:apache-jar-resource-bundle:1.0</resourceBundle>
+                </resourceBundles>
+                <!-- hack to share the same corrections among all modules -->
+                <appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory>
+              </configuration>
+            </execution>
+          </executions>
+        </plugin>
+
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
@@ -520,6 +541,13 @@
           </execution>
         </executions>
       </plugin>
+
+      <!-- remove when project version 8 is released -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-remote-resources-plugin</artifactId>
+      </plugin>
+
     </plugins>
   </build>
 

Added: directory/apacheds/trunk/src/main/appended-resources/supplemental-models.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/src/main/appended-resources/supplemental-models.xml?rev=567560&view=auto
==============================================================================
--- directory/apacheds/trunk/src/main/appended-resources/supplemental-models.xml (added)
+++ directory/apacheds/trunk/src/main/appended-resources/supplemental-models.xml Sun Aug 19 23:55:11 2007
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<supplementalDataModels>
+  <supplement>
+    <project>
+      <groupId>jdbm</groupId>
+      <artifactId>jdbm</artifactId>
+      <name>JDBM</name>
+      <organization>
+        <name>JDBM</name>
+        <url>http://jdbm.sourceforge.net/</url>
+      </organization>
+      <licenses>
+        <license>
+          <name>JDBM License v1.00 (BSD)</name>
+          <url>http://jdbm.cvs.sourceforge.net/jdbm/jdbm/LICENSE.txt?revision=1.1</url>
+        </license>
+      </licenses>
+    </project>
+  </supplement>
+  <supplement>
+    <project>
+      <groupId>antlr</groupId>
+      <artifactId>antlr</artifactId>
+      <name>ANTLR Parser Generator</name>
+      <organization>
+        <name>ANTLR</name>
+        <url>http://www.antlr.org/</url>
+      </organization>
+      <licenses>
+        <license>
+          <name>ANTLR 2 License (public domain)</name>
+          <url>http://www.antlr2.org/license.html</url>
+        </license>
+      </licenses>
+    </project>
+  </supplement>
+
+</supplementalDataModels>

Propchange: directory/apacheds/trunk/src/main/appended-resources/supplemental-models.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: directory/apacheds/trunk/src/main/appended-resources/supplemental-models.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: directory/apacheds/trunk/src/main/appended-resources/supplemental-models.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml