[jboss-osgi-commits] JBoss-OSGI SVN: r93106 - projects/jboss-osgi/projects/parent/trunk.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Tue Sep 1 19:58:20 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-09-01 19:58:19 -0400 (Tue, 01 Sep 2009)
New Revision: 93106

Modified:
   projects/jboss-osgi/projects/parent/trunk/pom.xml
Log:
Remove framework profiles

Modified: projects/jboss-osgi/projects/parent/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/projects/parent/trunk/pom.xml	2009-09-01 23:57:03 UTC (rev 93105)
+++ projects/jboss-osgi/projects/parent/trunk/pom.xml	2009-09-01 23:58:19 UTC (rev 93106)
@@ -230,24 +230,6 @@
   <profiles>
   
     <!--
-      Name: distro
-      Desc: Build the distribution
-    -->
-    <profile>
-      <id>distro</id>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-              <skipTests>true</skipTests>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-    
-    <!--
       Name: no-jboss-bind-address
       Desc: Set the default jboss.bind.address
     -->
@@ -264,51 +246,6 @@
     </profile>
     
     <!--
-      Name: framework-felix 
-      Descr: Setup for Felix framework integration testing
-    -->
-    <profile>
-      <id>framework-felix</id>
-      <activation>
-        <property>
-          <name>framework</name>
-          <value>felix</value>
-        </property>
-      </activation>
-      <properties>
-        <jboss.osgi.framework.properties>jboss-osgi-felix.properties</jboss.osgi.framework.properties>
-      </properties>
-    </profile>
-    <profile>
-      <id>framework-default</id>
-      <activation>
-        <property>
-          <name>!framework</name>
-        </property>
-      </activation>
-      <properties>
-        <jboss.osgi.framework.properties>jboss-osgi-felix.properties</jboss.osgi.framework.properties>
-      </properties>
-    </profile>
-
-    <!--
-      Name: framework-equinox
-      Descr: Setup for Equinox framework integration testing
-    -->
-    <profile>
-      <id>framework-equinox</id>
-      <activation>
-        <property>
-          <name>framework</name>
-          <value>equinox</value>
-        </property>
-      </activation>
-      <properties>
-        <jboss.osgi.framework.properties>jboss-osgi-equinox.properties</jboss.osgi.framework.properties>
-      </properties>
-    </profile>
-    
-    <!--
       Name: embedded-testing 
       Descr: Setup for embedded integration testing
     -->
@@ -367,15 +304,6 @@
           <name>target.container</name>
         </property>
       </activation>
-      <dependencies>
-        <dependency>
-          <groupId>org.jboss.jbossas</groupId>
-          <artifactId>jboss-as-client</artifactId>
-          <version>5.0.1.GA</version>
-          <scope>test</scope>
-          <type>pom</type>
-        </dependency>
-      </dependencies>
       <build>
         <plugins>
           <plugin>



More information about the jboss-osgi-commits mailing list