You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/02/07 00:23:54 UTC

svn commit: r375407 - in /maven/maven-1/plugins/trunk/plugins-parent: ./ LICENSE.txt NOTICE.txt README.txt checkstyle-license.txt checkstyle.xml maven.xml project.properties project.xml

Author: aheritier
Date: Mon Feb  6 15:23:51 2006
New Revision: 375407

URL: http://svn.apache.org/viewcvs?rev=375407&view=rev
Log: (empty)

Added:
    maven/maven-1/plugins/trunk/plugins-parent/
      - copied from r375129, maven/maven-1/plugins/trunk/plugin-parent/
    maven/maven-1/plugins/trunk/plugins-parent/LICENSE.txt
      - copied unchanged from r375402, maven/maven-1/plugins/trunk/plugin-parent/LICENSE.txt
    maven/maven-1/plugins/trunk/plugins-parent/NOTICE.txt
      - copied unchanged from r375402, maven/maven-1/plugins/trunk/plugin-parent/NOTICE.txt
    maven/maven-1/plugins/trunk/plugins-parent/README.txt
      - copied unchanged from r375402, maven/maven-1/plugins/trunk/plugin-parent/README.txt
    maven/maven-1/plugins/trunk/plugins-parent/checkstyle-license.txt
      - copied unchanged from r375402, maven/maven-1/plugins/trunk/plugin-parent/checkstyle-license.txt
    maven/maven-1/plugins/trunk/plugins-parent/checkstyle.xml
      - copied unchanged from r375402, maven/maven-1/plugins/trunk/plugin-parent/checkstyle.xml
    maven/maven-1/plugins/trunk/plugins-parent/maven.xml
      - copied, changed from r375402, maven/maven-1/plugins/trunk/plugin-parent/maven.xml
    maven/maven-1/plugins/trunk/plugins-parent/project.properties
      - copied, changed from r375402, maven/maven-1/plugins/trunk/plugin-parent/project.properties
    maven/maven-1/plugins/trunk/plugins-parent/project.xml
      - copied, changed from r375402, maven/maven-1/plugins/trunk/plugin-parent/project.xml

Copied: maven/maven-1/plugins/trunk/plugins-parent/maven.xml (from r375402, maven/maven-1/plugins/trunk/plugin-parent/maven.xml)
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/plugins-parent/maven.xml?p2=maven/maven-1/plugins/trunk/plugins-parent/maven.xml&p1=maven/maven-1/plugins/trunk/plugin-parent/maven.xml&r1=375402&r2=375407&rev=375407&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/plugin-parent/maven.xml (original)
+++ maven/maven-1/plugins/trunk/plugins-parent/maven.xml Mon Feb  6 15:23:51 2006
@@ -26,8 +26,8 @@
        in main POM? -->
   <postGoal name="scm:checkout">
     <maven:pluginVar plugin="maven-scm-plugin" property="maven.scm.checkout.dir" var="dir" />
-    <ant:mkdir dir="${dir}/../plugin-parent" />
-    <ant:copy todir="${dir}/../plugin-parent">
+    <ant:mkdir dir="${dir}/../plugins-parent" />
+    <ant:copy todir="${dir}/../plugins-parent">
       <ant:fileset dir="${pom.parent.file.parent}" />
     </ant:copy>
     <ant:copy todir="${dir}/.." file="${pom.parent.file.parent}/LICENSE.txt" />

Copied: maven/maven-1/plugins/trunk/plugins-parent/project.properties (from r375402, maven/maven-1/plugins/trunk/plugin-parent/project.properties)
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/plugins-parent/project.properties?p2=maven/maven-1/plugins/trunk/plugins-parent/project.properties&p1=maven/maven-1/plugins/trunk/plugin-parent/project.properties&r1=375402&r2=375407&rev=375407&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/plugin-parent/project.properties (original)
+++ maven/maven-1/plugins/trunk/plugins-parent/project.properties Mon Feb  6 15:23:51 2006
@@ -120,8 +120,8 @@
 #=====
 # Checkstyle plugin settings
 #=====
-maven.checkstyle.header.file = ${basedir}/../plugin-parent/checkstyle-license.txt
-maven.checkstyle.properties = ${basedir}/../plugin-parent/checkstyle.xml
+maven.checkstyle.header.file = ${basedir}/../plugins-parent/checkstyle-license.txt
+maven.checkstyle.properties = ${basedir}/../plugins-parent/checkstyle.xml
 
 #=====
 # Javadoc plugin settings
@@ -131,7 +131,7 @@
 #=====
 # License plugin settings
 #=====
-maven.license.licenseFile=${basedir}/../plugin-parent/LICENSE.txt
+maven.license.licenseFile=${basedir}/../plugins-parent/LICENSE.txt
 
 #=====
 # LinkCheck plugin settings

Copied: maven/maven-1/plugins/trunk/plugins-parent/project.xml (from r375402, maven/maven-1/plugins/trunk/plugin-parent/project.xml)
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/plugins-parent/project.xml?p2=maven/maven-1/plugins/trunk/plugins-parent/project.xml&p1=maven/maven-1/plugins/trunk/plugin-parent/project.xml&r1=375402&r2=375407&rev=375407&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/plugin-parent/project.xml (original)
+++ maven/maven-1/plugins/trunk/plugins-parent/project.xml Mon Feb  6 15:23:51 2006
@@ -22,7 +22,7 @@
     xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
 
   <pomVersion>3</pomVersion>
-  <id>plugin-parent</id>
+  <id>plugins-parent</id>
   <name>Maven Plugins</name>
   <groupId>maven</groupId>
   <currentVersion>1.0</currentVersion>
@@ -176,7 +176,7 @@
 
     <resources>
       <resource>
-        <directory>../plugin-parent/</directory>
+        <directory>../plugins-parent/</directory>
         <targetPath>META-INF</targetPath>
         <includes>
           <include>NOTICE.txt</include>