Title: [waffle-scm] [196] trunk: Moved rspec-maven-plugin to plugins directory.
Revision
196
Author
mauro
Date
2007-06-30 04:03:38 -0500 (Sat, 30 Jun 2007)

Log Message

Moved rspec-maven-plugin to plugins directory.

Modified Paths


Added Paths

  • trunk/plugins/
  • trunk/plugins/rspec-maven-plugin/

Removed Paths

  • trunk/rspec-maven-plugin/

Diff

Modified: trunk/.classpath (195 => 196)

--- trunk/.classpath	2007-06-29 18:15:47 UTC (rev 195)
+++ trunk/.classpath	2007-06-30 09:03:38 UTC (rev 196)
@@ -2,6 +2,7 @@
 <classpath>
   <classpathentry kind="src" path="core/src/main/java" />
   <classpathentry kind="src" path="core/src/test/java" />
+  <classpathentry kind="src" path="plugins/rspec-maven-plugin/src/main/java" />
   <classpathentry kind="src" path="extensions/taglib/src/main/java" />
   <classpathentry kind="src" path="extensions/taglib-acceptance/src/main/java" />
   <classpathentry kind="src" path="extensions/taglib-acceptance/src/test/java" />

Copied: trunk/plugins/rspec-maven-plugin (from rev 191, trunk/rspec-maven-plugin) ( => )

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2007-06-29 18:15:47 UTC (rev 195)
+++ trunk/pom.xml	2007-06-30 09:03:38 UTC (rev 196)
@@ -13,10 +13,11 @@
   <url>http://waffle.codehaus.org</url>
 
   <modules>
-    <module>skin</module>
     <module>core</module>
     <module>extensions/webcontainer</module>
     <module>extensions/taglib</module>
+    <module>plugins/rspec-maven-plugin</module>
+    <module>skin</module>
   </modules>
 
   <dependencyManagement>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to