You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/18 23:26:03 UTC

[sling-launchpad-debian] 07/15: SLING-4517 Fixed typo in pom.xml

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-launchpad-debian.git

commit 7f7844f088098fb9976aafe66159be6891f3d36b
Author: Tomasz Rekawek <to...@apache.org>
AuthorDate: Wed Apr 22 10:30:19 2015 +0000

    SLING-4517 Fixed typo in pom.xml
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1675318 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index b7822c6..4ba360d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.