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 2014/06/23 13:59:42 UTC

svn commit: r1604765 - /sling/trunk/tooling/ide/pom.xml

Author: rombert
Date: Mon Jun 23 11:59:41 2014
New Revision: 1604765

URL: http://svn.apache.org/r1604765
Log:
No longer force the "release" qualifier

Modified:
    sling/trunk/tooling/ide/pom.xml

Modified: sling/trunk/tooling/ide/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/pom.xml?rev=1604765&r1=1604764&r2=1604765&view=diff
==============================================================================
--- sling/trunk/tooling/ide/pom.xml (original)
+++ sling/trunk/tooling/ide/pom.xml Mon Jun 23 11:59:41 2014
@@ -96,14 +96,6 @@
                       <target>1.6</target>
                     </configuration>
                 </plugin>
-                <plugin>
-                    <groupId>org.eclipse.tycho</groupId>
-                    <artifactId>tycho-packaging-plugin</artifactId>
-                    <version>${tycho.version}</version>
-                    <configuration>
-                        <format>'RELEASE'</format>
-                    </configuration>
-                </plugin>
                 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
                 <!--
                     We embed some bundles that are not available on p2 update sites. To make the build seamless, we copy them early in the process.