You are viewing a plain text version of this content. The canonical link for it is here.
Posted to photark-commits@incubator.apache.org by lr...@apache.org on 2010/11/01 21:15:14 UTC

svn commit: r1029838 - /incubator/photark/trunk/distribution/src/main/assembly/bin.xml

Author: lresende
Date: Mon Nov  1 21:15:13 2010
New Revision: 1029838

URL: http://svn.apache.org/viewvc?rev=1029838&view=rev
Log:
Adding the AppEngine version of the webapp to the release distribution

Modified:
    incubator/photark/trunk/distribution/src/main/assembly/bin.xml

Modified: incubator/photark/trunk/distribution/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/incubator/photark/trunk/distribution/src/main/assembly/bin.xml?rev=1029838&r1=1029837&r2=1029838&view=diff
==============================================================================
--- incubator/photark/trunk/distribution/src/main/assembly/bin.xml (original)
+++ incubator/photark/trunk/distribution/src/main/assembly/bin.xml Mon Nov  1 21:15:13 2010
@@ -54,8 +54,17 @@
             <directory>../photark-webapp/target</directory>
             <outputDirectory>photark-${photark.version}/webapp</outputDirectory>
             <includes>
-                <include>**/*.war</include>
+                <include>**/photark.war</include>
             </includes>
         </fileSet>
+        <!-- Add the photark webapp to bin directory -->
+        <fileSet>
+            <directory>../photark-appengine-webapp/target</directory>
+            <outputDirectory>photark-${photark.version}/webapp</outputDirectory>
+            <includes>
+                <include>**/photark-appengine.war</include>
+            </includes>
+        </fileSet>
+
     </fileSets>
 </assembly>