You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by hs...@apache.org on 2011/01/29 03:15:09 UTC

svn commit: r1064941 - /shindig/trunk/features/pom.xml

Author: hsaputra
Date: Sat Jan 29 02:15:09 2011
New Revision: 1064941

URL: http://svn.apache.org/viewvc?rev=1064941&view=rev
Log:
simple alignment cleanup for features/pom.xml

Modified:
    shindig/trunk/features/pom.xml

Modified: shindig/trunk/features/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/features/pom.xml?rev=1064941&r1=1064940&r2=1064941&view=diff
==============================================================================
--- shindig/trunk/features/pom.xml (original)
+++ shindig/trunk/features/pom.xml Sat Jan 29 02:15:09 2011
@@ -251,15 +251,15 @@
 	      <!--<workingDirectory>/tmp</workingDirectory>-->
 	      <arguments>
 	        <!--  -header 1:1:1 -v  -main -version 8 -swf xpc.swf src/main/flex/Main.as -->
-		<argument>-header</argument>
-		<argument>1:1:1</argument>
-		<argument>-v</argument>
-		<argument>-main</argument>
-		<argument>-version</argument>
-		<argument>8</argument>
-		<argument>-swf</argument>
-		<argument>../content/xpc.swf</argument>
-		<argument>src/main/flex/Main.as</argument>
+          <argument>-header</argument>
+          <argument>1:1:1</argument>
+          <argument>-v</argument>
+          <argument>-main</argument>
+          <argument>-version</argument>
+          <argument>8</argument>
+          <argument>-swf</argument>
+          <argument>../content/xpc.swf</argument>
+          <argument>src/main/flex/Main.as</argument>
 	      </arguments>
 	    </configuration>
 	  </plugin>