Author: hsaputra
Date: Sat Jan 29 02:27:10 2011
New Revision: 1064943

URL: http://svn.apache.org/viewvc?rev=1064943&view=rev
Log:
missed 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=1064943&r1=1064942&r2=1064943&view=diff
==============================================================================
--- shindig/trunk/features/pom.xml (original)
+++ shindig/trunk/features/pom.xml Sat Jan 29 02:27:10 2011
@@ -235,39 +235,37 @@
       <build>
         <defaultGoal>exec:exec</defaultGoal>
         <plugins>
-         <plugin>
-           <groupId>org.codehaus.mojo</groupId>
-           <artifactId>exec-maven-plugin</artifactId>
-           <version>1.2</version>
-           <executions>
-             <execution>
-               <goals>
-                 <goal>exec</goal>
-               </goals>
-             </execution>
-           </executions>
-           <configuration>
-             <executable>./mtasc/mtasc</executable>
-             <!--<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>
-             </arguments>
-           </configuration>
-         </plugin>
-       </plugins>
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>exec-maven-plugin</artifactId>
+            <version>1.2</version>
+            <executions>
+              <execution>
+                <goals>
+                  <goal>exec</goal>
+                 </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <executable>./mtasc/mtasc</executable>
+              <!--<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>
+              </arguments>
+            </configuration>
+          </plugin>
+        </plugins>
       </build>
     </profile>
-    
-
     <profile>
       <id>reporting</id>
       <build>


Reply via email to