You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2011/09/06 19:06:17 UTC

svn commit: r1165760 - in /directory/studio/trunk/application: application-linux-x86/pom.xml application-linux-x86_64/pom.xml application-win32-x86/pom.xml

Author: pamarcelot
Date: Tue Sep  6 17:06:16 2011
New Revision: 1165760

URL: http://svn.apache.org/viewvc?rev=1165760&view=rev
Log:
Removed useless and no longer necessary ant task executions.

Modified:
    directory/studio/trunk/application/application-linux-x86/pom.xml
    directory/studio/trunk/application/application-linux-x86_64/pom.xml
    directory/studio/trunk/application/application-win32-x86/pom.xml

Modified: directory/studio/trunk/application/application-linux-x86/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/application/application-linux-x86/pom.xml?rev=1165760&r1=1165759&r2=1165760&view=diff
==============================================================================
--- directory/studio/trunk/application/application-linux-x86/pom.xml (original)
+++ directory/studio/trunk/application/application-linux-x86/pom.xml Tue Sep  6 17:06:16 2011
@@ -98,21 +98,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
         <executions>
-          <!-- Unpack the Studio launcher for Linux x86 -->
-          <execution>
-            <id>unpack-studio-launcher-linux-x86</id>
-            <phase>generate-resources</phase>
-            <configuration>
-              <target>
-                <untar dest="${app-dir}" compression="gzip">
-                    <fileset dir="${project.build.directory}" includes="launcher-linux-x86*.tar.gz"/>
-                </untar>
-              </target>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
           <!-- Copy plugins and features -->
           <execution>
             <id>copy-plugins-features</id>

Modified: directory/studio/trunk/application/application-linux-x86_64/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/application/application-linux-x86_64/pom.xml?rev=1165760&r1=1165759&r2=1165760&view=diff
==============================================================================
--- directory/studio/trunk/application/application-linux-x86_64/pom.xml (original)
+++ directory/studio/trunk/application/application-linux-x86_64/pom.xml Tue Sep  6 17:06:16 2011
@@ -98,21 +98,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
         <executions>
-          <!-- Unpack the Studio launcher for Linux x86_64 -->
-          <execution>
-            <id>unpack-studio-launcher-linux-x86_64</id>
-            <phase>generate-resources</phase>
-            <configuration>
-              <target>
-                <untar dest="${app-dir}" compression="gzip">
-                    <fileset dir="${project.build.directory}" includes="launcher-linux-x86_64*.tar.gz"/>
-                </untar>
-              </target>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
           <!-- Copy plugins and features -->
           <execution>
             <id>copy-plugins-features</id>

Modified: directory/studio/trunk/application/application-win32-x86/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/application/application-win32-x86/pom.xml?rev=1165760&r1=1165759&r2=1165760&view=diff
==============================================================================
--- directory/studio/trunk/application/application-win32-x86/pom.xml (original)
+++ directory/studio/trunk/application/application-win32-x86/pom.xml Tue Sep  6 17:06:16 2011
@@ -98,21 +98,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
         <executions>
-          <!-- Unpack the Studio launcher for Win32 -->
-          <execution>
-            <id>unpack-studio-launcher-win32</id>
-            <phase>generate-resources</phase>
-            <configuration>
-              <target>
-                <untar dest="${app-dir}" compression="gzip">
-                    <fileset dir="${project.build.directory}" includes="launcher-win32*.tar.gz"/>
-                </untar>
-              </target>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
           <!-- Copy plugins and features -->
           <execution>
             <id>copy-plugins-features</id>