Author: aadamchik
Date: Mon Dec 18 02:28:56 2006
New Revision: 488203

URL: http://svn.apache.org/viewvc?view=rev&rev=488203
Log:
renaming Confluence plugin to build plugin

Added:
    incubator/cayenne/main/trunk/other/cayenne-build-maven-plugin/
      - copied from r488165, 
incubator/cayenne/main/trunk/other/confluence-maven-plugin/
    incubator/cayenne/main/trunk/other/cayenne-build-maven-plugin/.classpath
      - copied unchanged from r488202, 
incubator/cayenne/main/trunk/other/confluence-maven-plugin/.classpath
    incubator/cayenne/main/trunk/other/cayenne-build-maven-plugin/.project
      - copied, changed from r488202, 
incubator/cayenne/main/trunk/other/confluence-maven-plugin/.project
    incubator/cayenne/main/trunk/other/cayenne-build-maven-plugin/pom.xml
      - copied, changed from r488202, 
incubator/cayenne/main/trunk/other/confluence-maven-plugin/pom.xml
    incubator/cayenne/main/trunk/other/cayenne-build-maven-plugin/src/
      - copied from r488202, 
incubator/cayenne/main/trunk/other/confluence-maven-plugin/src/
Removed:
    incubator/cayenne/main/trunk/other/confluence-maven-plugin/

Copied: incubator/cayenne/main/trunk/other/cayenne-build-maven-plugin/.project 
(from r488202, 
incubator/cayenne/main/trunk/other/confluence-maven-plugin/.project)
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/other/cayenne-build-maven-plugin/.project?view=diff&rev=488203&p1=incubator/cayenne/main/trunk/other/confluence-maven-plugin/.project&r1=488202&p2=incubator/cayenne/main/trunk/other/cayenne-build-maven-plugin/.project&r2=488203
==============================================================================
--- incubator/cayenne/main/trunk/other/confluence-maven-plugin/.project 
(original)
+++ incubator/cayenne/main/trunk/other/cayenne-build-maven-plugin/.project Mon 
Dec 18 02:28:56 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-       <name>confluence-maven-plugin</name>
+       <name>build-maven-plugin</name>
        <comment>Apache Cayenne is a powerful, full-featured Java Object
                Relational Mapping framework currently in incubation.</comment>
        <projects>

Copied: incubator/cayenne/main/trunk/other/cayenne-build-maven-plugin/pom.xml 
(from r488202, 
incubator/cayenne/main/trunk/other/confluence-maven-plugin/pom.xml)
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/other/cayenne-build-maven-plugin/pom.xml?view=diff&rev=488203&p1=incubator/cayenne/main/trunk/other/confluence-maven-plugin/pom.xml&r1=488202&p2=incubator/cayenne/main/trunk/other/cayenne-build-maven-plugin/pom.xml&r2=488203
==============================================================================
--- incubator/cayenne/main/trunk/other/confluence-maven-plugin/pom.xml 
(original)
+++ incubator/cayenne/main/trunk/other/cayenne-build-maven-plugin/pom.xml Mon 
Dec 18 02:28:56 2006
@@ -21,10 +21,10 @@
                <version>3.0-incubating-SNAPSHOT</version>
        </parent>
        <modelVersion>4.0.0</modelVersion>
-       <groupId>org.apache.cayenne.other.plugin.confluence</groupId>
-       <artifactId>confluence-maven-plugin</artifactId>
+       <groupId>org.apache.cayenne.maven.plugin</groupId>
+       <artifactId>build-maven-plugin</artifactId>
        <packaging>maven-plugin</packaging>
-       <name>Cayenne Maven2 Plugins :: Confluence</name>
+       <name>Cayenne Maven2 Plugins :: Internal Build Plugin</name>
        <dependencies>
                <dependency>
                        <groupId>org.apache.maven</groupId>


Reply via email to