[jboss-cvs] JBossAS SVN: r106179 - in branches/Branch_No_Multicast/cluster/src/installers: mod_cluster-ec2 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 18 16:04:18 EDT 2010


Author: pferraro
Date: 2010-06-18 16:04:18 -0400 (Fri, 18 Jun 2010)
New Revision: 106179

Modified:
   branches/Branch_No_Multicast/cluster/src/installers/ec2/build.xml
   branches/Branch_No_Multicast/cluster/src/installers/mod_cluster-ec2/build.xml
Log:
cosmetic

Modified: branches/Branch_No_Multicast/cluster/src/installers/ec2/build.xml
===================================================================
--- branches/Branch_No_Multicast/cluster/src/installers/ec2/build.xml	2010-06-18 18:58:21 UTC (rev 106178)
+++ branches/Branch_No_Multicast/cluster/src/installers/ec2/build.xml	2010-06-18 20:04:18 UTC (rev 106179)
@@ -13,7 +13,7 @@
   -->
 <project default="install" name="EC2 Installer" basedir=".">
 
-	<property name="ec2.profile" value="cluster-ec2"/>
+   <property name="ec2.profile" value="cluster-ec2"/>
    <property name="install.root" value="../.."/>
 
    <property name="install.server" value="${install.root}/server"/>
@@ -45,4 +45,4 @@
 
    </target>
 	
-</project>
\ No newline at end of file
+</project>

Modified: branches/Branch_No_Multicast/cluster/src/installers/mod_cluster-ec2/build.xml
===================================================================
--- branches/Branch_No_Multicast/cluster/src/installers/mod_cluster-ec2/build.xml	2010-06-18 18:58:21 UTC (rev 106178)
+++ branches/Branch_No_Multicast/cluster/src/installers/mod_cluster-ec2/build.xml	2010-06-18 20:04:18 UTC (rev 106179)
@@ -29,7 +29,7 @@
          <fileset dir="${install.production}">
             <exclude name="deploy/cluster/jgroups-channelfactory.sar/META-INF/jgroups-channelfactory-stacks.xml"/>
             <exclude name="deploy/cluster/jboss-cache-manager.sar/**"/>
-         	<exclude name="deploy/jbossweb.sar/server.xml"/>
+            <exclude name="deploy/jbossweb.sar/server.xml"/>
             <exclude name="deploy/jbossweb.sar/META-INF/jboss-beans.xml"/>
          </fileset>
       </copy>



More information about the jboss-cvs-commits mailing list