You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2008/01/17 11:32:58 UTC

svn commit: r612783 - /incubator/sling/trunk/usling/usling-servlets/pom.xml

Author: bdelacretaz
Date: Thu Jan 17 02:32:30 2008
New Revision: 612783

URL: http://svn.apache.org/viewvc?rev=612783&view=rev
Log:
autoDeployBundle profile moved to parent POM

Modified:
    incubator/sling/trunk/usling/usling-servlets/pom.xml

Modified: incubator/sling/trunk/usling/usling-servlets/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/usling/usling-servlets/pom.xml?rev=612783&r1=612782&r2=612783&view=diff
==============================================================================
--- incubator/sling/trunk/usling/usling-servlets/pom.xml (original)
+++ incubator/sling/trunk/usling/usling-servlets/pom.xml Thu Jan 17 02:32:30 2008
@@ -64,35 +64,6 @@
     </plugins>
   </build>
   
-  <profiles>
-    <profile>
-      <!-- 
-        Use this profile to deploy the bundle automatically,
-        during development
-      -->
-      <id>autoDeployBundle</id>
-      <activation>
-        <activeByDefault>false</activeByDefault>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.sling</groupId>
-            <artifactId>maven-sling-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>install-bundle</id>
-                <goals>
-                  <goal>install</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
-
   <dependencies>
     <dependency>
       <groupId>org.osgi</groupId>