Author: craigmcc
Date: Mon Jun 19 18:06:42 2006
New Revision: 415474

URL: http://svn.apache.org/viewvc?rev=415474&view=rev
Log:
As Wendy suggests, the embedded WAR file will be easier to find if it is in
the top-level directory of the sample app distribution artifacts.

Modified:
    struts/shale/trunk/shale-apps/shale-blank/src/main/assembly/dep.xml
    struts/shale/trunk/shale-apps/shale-clay-usecases/src/main/assembly/dep.xml
    struts/shale/trunk/shale-apps/shale-mailreader/src/main/assembly/dep.xml
    struts/shale/trunk/shale-apps/shale-sql-browser/src/main/assembly/dep.xml
    struts/shale/trunk/shale-apps/shale-usecases/src/main/assembly/dep.xml

Modified: struts/shale/trunk/shale-apps/shale-blank/src/main/assembly/dep.xml
URL: 
http://svn.apache.org/viewvc/struts/shale/trunk/shale-apps/shale-blank/src/main/assembly/dep.xml?rev=415474&r1=415473&r2=415474&view=diff
==============================================================================
--- struts/shale/trunk/shale-apps/shale-blank/src/main/assembly/dep.xml 
(original)
+++ struts/shale/trunk/shale-apps/shale-blank/src/main/assembly/dep.xml Mon Jun 
19 18:06:42 2006
@@ -53,7 +53,7 @@
         <!-- Include the web application in the assembly -->
         <fileSet>
             <directory>./target</directory>
-            <outputDirectory>dist/</outputDirectory>
+            <outputDirectory></outputDirectory>
             <includes>
                 <include>*.war</include>
             </includes>

Modified: 
struts/shale/trunk/shale-apps/shale-clay-usecases/src/main/assembly/dep.xml
URL: 
http://svn.apache.org/viewvc/struts/shale/trunk/shale-apps/shale-clay-usecases/src/main/assembly/dep.xml?rev=415474&r1=415473&r2=415474&view=diff
==============================================================================
--- struts/shale/trunk/shale-apps/shale-clay-usecases/src/main/assembly/dep.xml 
(original)
+++ struts/shale/trunk/shale-apps/shale-clay-usecases/src/main/assembly/dep.xml 
Mon Jun 19 18:06:42 2006
@@ -53,7 +53,7 @@
         <!-- Include the web application in the assembly -->
         <fileSet>
             <directory>./target</directory>
-            <outputDirectory>dist/</outputDirectory>
+            <outputDirectory></outputDirectory>
             <includes>
                 <include>*.war</include>
             </includes>

Modified: 
struts/shale/trunk/shale-apps/shale-mailreader/src/main/assembly/dep.xml
URL: 
http://svn.apache.org/viewvc/struts/shale/trunk/shale-apps/shale-mailreader/src/main/assembly/dep.xml?rev=415474&r1=415473&r2=415474&view=diff
==============================================================================
--- struts/shale/trunk/shale-apps/shale-mailreader/src/main/assembly/dep.xml 
(original)
+++ struts/shale/trunk/shale-apps/shale-mailreader/src/main/assembly/dep.xml 
Mon Jun 19 18:06:42 2006
@@ -53,7 +53,7 @@
         <!-- Include the web application in the assembly -->
         <fileSet>
             <directory>./target</directory>
-            <outputDirectory>dist/</outputDirectory>
+            <outputDirectory></outputDirectory>
             <includes>
                 <include>*.war</include>
             </includes>

Modified: 
struts/shale/trunk/shale-apps/shale-sql-browser/src/main/assembly/dep.xml
URL: 
http://svn.apache.org/viewvc/struts/shale/trunk/shale-apps/shale-sql-browser/src/main/assembly/dep.xml?rev=415474&r1=415473&r2=415474&view=diff
==============================================================================
--- struts/shale/trunk/shale-apps/shale-sql-browser/src/main/assembly/dep.xml 
(original)
+++ struts/shale/trunk/shale-apps/shale-sql-browser/src/main/assembly/dep.xml 
Mon Jun 19 18:06:42 2006
@@ -53,7 +53,7 @@
         <!-- Include the web application in the assembly -->
         <fileSet>
             <directory>./target</directory>
-            <outputDirectory>dist/</outputDirectory>
+            <outputDirectory></outputDirectory>
             <includes>
                 <include>*.war</include>
             </includes>

Modified: struts/shale/trunk/shale-apps/shale-usecases/src/main/assembly/dep.xml
URL: 
http://svn.apache.org/viewvc/struts/shale/trunk/shale-apps/shale-usecases/src/main/assembly/dep.xml?rev=415474&r1=415473&r2=415474&view=diff
==============================================================================
--- struts/shale/trunk/shale-apps/shale-usecases/src/main/assembly/dep.xml 
(original)
+++ struts/shale/trunk/shale-apps/shale-usecases/src/main/assembly/dep.xml Mon 
Jun 19 18:06:42 2006
@@ -53,7 +53,7 @@
         <!-- Include the web application in the assembly -->
         <fileSet>
             <directory>./target</directory>
-            <outputDirectory>dist/</outputDirectory>
+            <outputDirectory></outputDirectory>
             <includes>
                 <include>*.war</include>
             </includes>


Reply via email to