a84f62a
From 7960d310a66c37b676b1fd03baae019530ccae79 Mon Sep 17 00:00:00 2001
a84f62a
From: Mikolaj Izdebski <mizdebsk@redhat.com>
a84f62a
Date: Tue, 24 Apr 2012 11:22:42 +0200
a84f62a
Subject: [PATCH 7/7] disable jetty-osgi
a84f62a
a84f62a
---
a84f62a
 pom.xml |   18 ------------------
a84f62a
 1 files changed, 0 insertions(+), 18 deletions(-)
a84f62a
a84f62a
diff --git a/pom.xml b/pom.xml
a84f62a
index 6d778cc..f0ed5eb 100644
a84f62a
--- a/pom.xml
a84f62a
+++ b/pom.xml
a84f62a
@@ -322,7 +322,6 @@
a84f62a
     <module>jetty-start</module>
a84f62a
     <module>jetty-nested</module>
a84f62a
     <module>jetty-overlay-deployer</module>
a84f62a
-    <module>jetty-osgi</module>
a84f62a
     <module>jetty-distribution</module>
a84f62a
     <module>test-jetty-webapp</module>
a84f62a
     <module>jetty-nosql</module>
a84f62a
@@ -417,23 +416,6 @@
a84f62a
       </modules>
a84f62a
     </profile>
a84f62a
     <profile>
a84f62a
-      
a84f62a
-        Moves the jetty-osgi build tree to a profile called 'osgi'.
a84f62a
-        It is active by default, but being in a profile allows it to be
a84f62a
-        disabled via the "-P-osgi" command line on maven (if need be).
a84f62a
-        -->
a84f62a
-      <id>osgi</id>
a84f62a
-      <activation>
a84f62a
-        <activeByDefault>true</activeByDefault>
a84f62a
-        <file>
a84f62a
-          <exists>${basedir}/pom.xml</exists>
a84f62a
-        </file>
a84f62a
-      </activation>
a84f62a
-      <modules>
a84f62a
-        <module>jetty-osgi</module>
a84f62a
-      </modules>
a84f62a
-    </profile>
a84f62a
-    <profile>
a84f62a
       <id>update-version</id>
a84f62a
       <build>
a84f62a
         <plugins>
a84f62a
-- 
a84f62a
1.7.7.6
a84f62a