You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shale.apache.org by cr...@apache.org on 2006/09/30 23:08:57 UTC

svn commit: r451667 - in /shale/framework/trunk: pom.xml shale-dist/pom.xml shale-dist/src/assemble/dist.xml

Author: craigmcc
Date: Sat Sep 30 14:08:57 2006
New Revision: 451667

URL: http://svn.apache.org/viewvc?view=rev&rev=451667
Log:
Incorporate shale-validator into the parent POM's dependencies, and the
distribution.

SHALE-299

Modified:
    shale/framework/trunk/pom.xml
    shale/framework/trunk/shale-dist/pom.xml
    shale/framework/trunk/shale-dist/src/assemble/dist.xml

Modified: shale/framework/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shale/framework/trunk/pom.xml?view=diff&rev=451667&r1=451666&r2=451667
==============================================================================
--- shale/framework/trunk/pom.xml (original)
+++ shale/framework/trunk/pom.xml Sat Sep 30 14:08:57 2006
@@ -103,6 +103,7 @@
         <module>shale-test</module>
         <module>shale-tiger</module>
         <module>shale-tiles</module>
+        <module>shale-validator</module>
         <module>shale-view</module>
     </modules>
 

Modified: shale/framework/trunk/shale-dist/pom.xml
URL: http://svn.apache.org/viewvc/shale/framework/trunk/shale-dist/pom.xml?view=diff&rev=451667&r1=451666&r2=451667
==============================================================================
--- shale/framework/trunk/shale-dist/pom.xml (original)
+++ shale/framework/trunk/shale-dist/pom.xml Sat Sep 30 14:08:57 2006
@@ -104,6 +104,11 @@
         </dependency>
         <dependency>
             <groupId>org.apache.shale</groupId>
+            <artifactId>shale-validator</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.shale</groupId>
             <artifactId>shale-view</artifactId>
             <version>${version}</version>
         </dependency>

Modified: shale/framework/trunk/shale-dist/src/assemble/dist.xml
URL: http://svn.apache.org/viewvc/shale/framework/trunk/shale-dist/src/assemble/dist.xml?view=diff&rev=451667&r1=451666&r2=451667
==============================================================================
--- shale/framework/trunk/shale-dist/src/assemble/dist.xml (original)
+++ shale/framework/trunk/shale-dist/src/assemble/dist.xml Sat Sep 30 14:08:57 2006
@@ -147,6 +147,16 @@
         </fileSet>
 
         <fileSet>
+            <directory>../shale-validator</directory>
+            <outputDirectory>shale-validator</outputDirectory>
+            <includes>
+                <include>pom.xml</include>
+                <include>*.txt</include>
+                <include>src/</include>
+            </includes>
+        </fileSet>
+
+        <fileSet>
             <directory>../shale-view</directory>
             <outputDirectory>shale-view</outputDirectory>
             <includes>
@@ -203,6 +213,16 @@
         <fileSet>
             <directory>../shale-tiles/target/site</directory>
             <outputDirectory>docs/shale-tiles</outputDirectory>
+        </fileSet>
+
+        <fileSet>
+            <directory>../shale-validator/target/site</directory>
+            <outputDirectory>docs/shale-validator</outputDirectory>
+        </fileSet>
+
+        <fileSet>
+            <directory>../shale-view/target/site</directory>
+            <outputDirectory>docs/shale-view</outputDirectory>
         </fileSet>
 
     </fileSets>