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 09:24:54 UTC

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

Author: djencks
Date: Mon Aug 20 00:24:53 2007
New Revision: 567576

URL: http://svn.apache.org/viewvc?rev=567576&view=rev
Log:
DIRSERVER-1024 use maven-remote-resources-plugin to add legal files.  Changes to pom.xml can be reverted when project pom version 8 is published

Added:
    directory/shared/trunk/src/
      - copied from r567560, directory/apacheds/trunk/src/
Modified:
    directory/shared/trunk/pom.xml
    directory/shared/trunk/src/main/appended-resources/supplemental-models.xml

Modified: directory/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/pom.xml?rev=567576&r1=567575&r2=567576&view=diff
==============================================================================
--- directory/shared/trunk/pom.xml (original)
+++ directory/shared/trunk/pom.xml Mon Aug 20 00:24:53 2007
@@ -130,6 +130,26 @@
           <version>2.0-beta-1</version>
         </plugin>
 
+        <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>
+
       </plugins>
     </pluginManagement>
 
@@ -143,6 +163,11 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-remote-resources-plugin</artifactId>
       </plugin>
 
     </plugins>

Modified: directory/shared/trunk/src/main/appended-resources/supplemental-models.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/src/main/appended-resources/supplemental-models.xml?rev=567576&r1=567560&r2=567576&view=diff
==============================================================================
--- directory/shared/trunk/src/main/appended-resources/supplemental-models.xml (original)
+++ directory/shared/trunk/src/main/appended-resources/supplemental-models.xml Mon Aug 20 00:24:53 2007
@@ -2,23 +2,6 @@
 <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>