You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by to...@apache.org on 2015/04/22 12:30:19 UTC

svn commit: r1675318 - /sling/trunk/contrib/launchpad/debian/pom.xml

Author: tomekr
Date: Wed Apr 22 10:30:19 2015
New Revision: 1675318

URL: http://svn.apache.org/r1675318
Log:
SLING-4517 Fixed typo in pom.xml

Modified:
    sling/trunk/contrib/launchpad/debian/pom.xml

Modified: sling/trunk/contrib/launchpad/debian/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/launchpad/debian/pom.xml?rev=1675318&r1=1675317&r2=1675318&view=diff
==============================================================================
--- sling/trunk/contrib/launchpad/debian/pom.xml (original)
+++ sling/trunk/contrib/launchpad/debian/pom.xml Wed Apr 22 10:30:19 2015
@@ -105,18 +105,18 @@ under the License.
                             <goal>exec</goal>
                         </goals>
                         <configuration>
-                        	> <environmentVariables>
-                        	<OUTPUT>
-                        		${project.build.directory}/contrib
-                        	</OUTPUT>
-                        </environmentVariables>
-                        <workingDirectory>${project.build.directory}/${slingConfigDir}</workingDirectory>
-                            <executable>make</executable>
-                            <arguments>
-                                <argument>update-bundles</argument>
-                                <argument>install-deps</argument>
-                                <argument>all</argument>
-                            </arguments>
+                        	<environmentVariables>
+                            <OUTPUT>
+                              ${project.build.directory}/contrib
+                            </OUTPUT>
+                          </environmentVariables>
+                          <workingDirectory>${project.build.directory}/${slingConfigDir}</workingDirectory>
+                          <executable>make</executable>
+                          <arguments>
+                              <argument>update-bundles</argument>
+                              <argument>install-deps</argument>
+                              <argument>all</argument>
+                          </arguments>
                         </configuration>
                     </execution>
                 </executions>