Title: [waffle-scm] [373] trunk: Updated eclipse classpath and distribution following removal of webcontainer module.
Revision
373
Author
mauro
Date
2007-11-14 08:23:18 -0600 (Wed, 14 Nov 2007)

Log Message

Updated eclipse classpath and distribution following removal of webcontainer module.

Modified Paths

Diff

Modified: trunk/.classpath (372 => 373)

--- trunk/.classpath	2007-11-14 13:41:51 UTC (rev 372)
+++ trunk/.classpath	2007-11-14 14:23:18 UTC (rev 373)
@@ -9,8 +9,6 @@
 	<classpathentry kind="src" path="extensions/taglib/src/test/java"/>
 	<classpathentry kind="src" path="extensions/taglib-acceptance/src/main/java"/>
 	<classpathentry kind="src" path="extensions/taglib-acceptance/src/test/java"/>
-	<classpathentry kind="src" path="extensions/webcontainer/src/main/java"/>
-	<classpathentry kind="src" path="extensions/webcontainer/src/test/java"/>
 	<classpathentry kind="src" path="examples/freemarker-example/src/main/java"/>
 	<classpathentry kind="src" path="examples/freemarker-example/src/test/java"/>
 	<classpathentry kind="src" path="examples/jruby-example/src/main/java"/>

Modified: trunk/distribution/pom.xml (372 => 373)

--- trunk/distribution/pom.xml	2007-11-14 13:41:51 UTC (rev 372)
+++ trunk/distribution/pom.xml	2007-11-14 14:23:18 UTC (rev 373)
@@ -25,11 +25,6 @@
       <artifactId>waffle-taglib</artifactId>
       <version>${pom.version}</version>
     </dependency>
-    <dependency>
-      <groupId>${pom.groupId}</groupId>
-      <artifactId>waffle-webcontainer</artifactId>
-      <version>${pom.version}</version>
-    </dependency>
   </dependencies>
   <build>
     <plugins>
@@ -117,26 +112,6 @@
               </artifactItems>
             </configuration>
           </execution>         
-          <execution>
-            <id>unpack-javadoc-webcontainer</id>
-            <phase>install</phase>
-            <goals>
-              <goal>unpack</goal>
-            </goals>
-            <configuration>
-              <outputDirectory>${project.build.directory}/site/javadoc/webcontainer</outputDirectory>
-              <overWriteReleases>false</overWriteReleases>
-              <overWriteSnapshots>true</overWriteSnapshots>
-              <artifactItems>
-                <artifactItem>
-                  <groupId>${pom.groupId}</groupId>
-                  <artifactId>waffle-webcontainer</artifactId>
-                  <version>${pom.version}</version>
-                  <classifier>javadoc</classifier>
-                </artifactItem>
-              </artifactItems>
-            </configuration>
-          </execution>          
         </executions>
       </plugin>
       <plugin>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to