Author: aadamchik
Date: Mon Dec 18 02:34:04 2006
New Revision: 488207
URL: http://svn.apache.org/viewvc?view=rev&rev=488207
Log:
cleaning up confluence plugin package naming
Added:
incubator/cayenne/main/trunk/other/build-maven-plugin/src/main/java/org/apache/cayenne/maven/
incubator/cayenne/main/trunk/other/build-maven-plugin/src/main/java/org/apache/cayenne/maven/plugin/
incubator/cayenne/main/trunk/other/build-maven-plugin/src/main/java/org/apache/cayenne/maven/plugin/confluence/
- copied from r488205,
incubator/cayenne/main/trunk/other/build-maven-plugin/src/main/java/org/apache/cayenne/other/plugin/confluence/
Removed:
incubator/cayenne/main/trunk/other/build-maven-plugin/src/main/java/org/apache/cayenne/other/plugin/confluence/
incubator/cayenne/main/trunk/other/build-maven-plugin/src/test/java/org/
Modified:
incubator/cayenne/main/trunk/other/build-maven-plugin/src/main/java/org/apache/cayenne/maven/plugin/confluence/ConfluenceExportMojo.java
incubator/cayenne/main/trunk/other/build-maven-plugin/src/main/java/org/apache/cayenne/maven/plugin/confluence/DocGenerator.java
incubator/cayenne/main/trunk/other/build-maven-plugin/src/main/java/org/apache/cayenne/maven/plugin/confluence/DocPage.java
incubator/cayenne/main/trunk/other/build-maven-plugin/src/main/java/org/apache/cayenne/maven/plugin/confluence/DocPageRenderer.java
Modified:
incubator/cayenne/main/trunk/other/build-maven-plugin/src/main/java/org/apache/cayenne/maven/plugin/confluence/ConfluenceExportMojo.java
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/other/build-maven-plugin/src/main/java/org/apache/cayenne/maven/plugin/confluence/ConfluenceExportMojo.java?view=diff&rev=488207&r1=488205&r2=488207
==============================================================================
---
incubator/cayenne/main/trunk/other/build-maven-plugin/src/main/java/org/apache/cayenne/maven/plugin/confluence/ConfluenceExportMojo.java
(original)
+++
incubator/cayenne/main/trunk/other/build-maven-plugin/src/main/java/org/apache/cayenne/maven/plugin/confluence/ConfluenceExportMojo.java
Mon Dec 18 02:34:04 2006
@@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
****************************************************************/
-package org.apache.cayenne.other.plugin.confluence;
+package org.apache.cayenne.maven.plugin.confluence;
import java.net.URL;
@@ -29,7 +29,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Bill Dudney</a>
*
- * @goal export
+ * @goal confluence-export
*/
public class ConfluenceExportMojo extends AbstractMojo {
/**
Modified:
incubator/cayenne/main/trunk/other/build-maven-plugin/src/main/java/org/apache/cayenne/maven/plugin/confluence/DocGenerator.java
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/other/build-maven-plugin/src/main/java/org/apache/cayenne/maven/plugin/confluence/DocGenerator.java?view=diff&rev=488207&r1=488205&r2=488207
==============================================================================
---
incubator/cayenne/main/trunk/other/build-maven-plugin/src/main/java/org/apache/cayenne/maven/plugin/confluence/DocGenerator.java
(original)
+++
incubator/cayenne/main/trunk/other/build-maven-plugin/src/main/java/org/apache/cayenne/maven/plugin/confluence/DocGenerator.java
Mon Dec 18 02:34:04 2006
@@ -17,7 +17,7 @@
* under the License.
****************************************************************/
-package org.apache.cayenne.other.plugin.confluence;
+package org.apache.cayenne.maven.plugin.confluence;
import java.io.File;
import java.io.FileOutputStream;
Modified:
incubator/cayenne/main/trunk/other/build-maven-plugin/src/main/java/org/apache/cayenne/maven/plugin/confluence/DocPage.java
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/other/build-maven-plugin/src/main/java/org/apache/cayenne/maven/plugin/confluence/DocPage.java?view=diff&rev=488207&r1=488205&r2=488207
==============================================================================
---
incubator/cayenne/main/trunk/other/build-maven-plugin/src/main/java/org/apache/cayenne/maven/plugin/confluence/DocPage.java
(original)
+++
incubator/cayenne/main/trunk/other/build-maven-plugin/src/main/java/org/apache/cayenne/maven/plugin/confluence/DocPage.java
Mon Dec 18 02:34:04 2006
@@ -17,7 +17,7 @@
* under the License.
****************************************************************/
-package org.apache.cayenne.other.plugin.confluence;
+package org.apache.cayenne.maven.plugin.confluence;
import java.util.ArrayList;
import java.util.Arrays;
Modified:
incubator/cayenne/main/trunk/other/build-maven-plugin/src/main/java/org/apache/cayenne/maven/plugin/confluence/DocPageRenderer.java
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/other/build-maven-plugin/src/main/java/org/apache/cayenne/maven/plugin/confluence/DocPageRenderer.java?view=diff&rev=488207&r1=488205&r2=488207
==============================================================================
---
incubator/cayenne/main/trunk/other/build-maven-plugin/src/main/java/org/apache/cayenne/maven/plugin/confluence/DocPageRenderer.java
(original)
+++
incubator/cayenne/main/trunk/other/build-maven-plugin/src/main/java/org/apache/cayenne/maven/plugin/confluence/DocPageRenderer.java
Mon Dec 18 02:34:04 2006
@@ -17,7 +17,7 @@
* under the License.
****************************************************************/
-package org.apache.cayenne.other.plugin.confluence;
+package org.apache.cayenne.maven.plugin.confluence;
import java.io.Writer;
import java.util.Collections;