Author: aadamchik
Date: Mon Dec 25 02:51:25 2006
New Revision: 490126
URL: http://svn.apache.org/viewvc?view=rev&rev=490126
Log:
renaming plugin to follow normal maven naming conventions
Added:
incubator/cayenne/main/trunk/other/maven-cayenne-build-plugin/
- copied from r490115,
incubator/cayenne/main/trunk/other/build-maven-plugin/
incubator/cayenne/main/trunk/other/maven-cayenne-build-plugin/.classpath
- copied unchanged from r490125,
incubator/cayenne/main/trunk/other/build-maven-plugin/.classpath
incubator/cayenne/main/trunk/other/maven-cayenne-build-plugin/.project
- copied, changed from r490125,
incubator/cayenne/main/trunk/other/build-maven-plugin/.project
incubator/cayenne/main/trunk/other/maven-cayenne-build-plugin/.settings/
- copied from r490125,
incubator/cayenne/main/trunk/other/build-maven-plugin/.settings/
incubator/cayenne/main/trunk/other/maven-cayenne-build-plugin/pom.xml
- copied unchanged from r490125,
incubator/cayenne/main/trunk/other/build-maven-plugin/pom.xml
incubator/cayenne/main/trunk/other/maven-cayenne-build-plugin/src/
- copied from r490125,
incubator/cayenne/main/trunk/other/build-maven-plugin/src/
Removed:
incubator/cayenne/main/trunk/other/build-maven-plugin/
Modified:
incubator/cayenne/main/trunk/other/pom.xml
Copied: incubator/cayenne/main/trunk/other/maven-cayenne-build-plugin/.project
(from r490125, incubator/cayenne/main/trunk/other/build-maven-plugin/.project)
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/other/maven-cayenne-build-plugin/.project?view=diff&rev=490126&p1=incubator/cayenne/main/trunk/other/build-maven-plugin/.project&r1=490125&p2=incubator/cayenne/main/trunk/other/maven-cayenne-build-plugin/.project&r2=490126
==============================================================================
--- incubator/cayenne/main/trunk/other/build-maven-plugin/.project (original)
+++ incubator/cayenne/main/trunk/other/maven-cayenne-build-plugin/.project Mon
Dec 25 02:51:25 2006
@@ -1,8 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>build-maven-plugin</name>
- <comment>Apache Cayenne is a powerful, full-featured Java Object
- Relational Mapping framework currently in incubation.</comment>
+ <name>maven-cayenne-build-plugin</name>
<projects>
</projects>
<buildSpec>
Modified: incubator/cayenne/main/trunk/other/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/other/pom.xml?view=diff&rev=490126&r1=490125&r2=490126
==============================================================================
--- incubator/cayenne/main/trunk/other/pom.xml (original)
+++ incubator/cayenne/main/trunk/other/pom.xml Mon Dec 25 02:51:25 2006
@@ -35,7 +35,7 @@
<modules>
<module>cayenne-regression-profiler</module>
- <module>build-maven-plugin</module>
+ <module>maven-cayenne-build-plugin</module>
<module>maven-plugin</module>
</modules>