[jboss-osgi-commits] JBoss-OSGI SVN: r91418 - in projects/jboss-osgi/trunk: distribution/installer and 3 other directories.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Mon Jul 20 05:26:33 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-07-20 05:26:32 -0400 (Mon, 20 Jul 2009)
New Revision: 91418

Removed:
   projects/jboss-osgi/trunk/reactor/bundles/apache-xerces/
   projects/jboss-osgi/trunk/reactor/bundles/common/
   projects/jboss-osgi/trunk/reactor/bundles/hotdeploy/
   projects/jboss-osgi/trunk/reactor/bundles/husky/
   projects/jboss-osgi/trunk/reactor/bundles/jaxb/
   projects/jboss-osgi/trunk/reactor/bundles/jboss-common-core/
   projects/jboss-osgi/trunk/reactor/bundles/jboss-xml-binding/
   projects/jboss-osgi/trunk/reactor/bundles/jmx/
   projects/jboss-osgi/trunk/reactor/bundles/jndi/
   projects/jboss-osgi/trunk/reactor/bundles/microcontainer/
   projects/jboss-osgi/trunk/reactor/bundles/remotelog/
   projects/jboss-osgi/trunk/reactor/bundles/webconsole/
   projects/jboss-osgi/trunk/reactor/runtime/deployers/
   projects/jboss-osgi/trunk/reactor/runtime/equinox/
   projects/jboss-osgi/trunk/reactor/runtime/felix/
   projects/jboss-osgi/trunk/reactor/runtime/jbossas/
   projects/jboss-osgi/trunk/reactor/runtime/knopflerfish/
   projects/jboss-osgi/trunk/reactor/spi/
Modified:
   projects/jboss-osgi/trunk/distribution/installer/pom.xml
   projects/jboss-osgi/trunk/pom.xml
Log:
reactor projects get individual svn locations - wip

Modified: projects/jboss-osgi/trunk/distribution/installer/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/distribution/installer/pom.xml	2009-07-20 09:25:44 UTC (rev 91417)
+++ projects/jboss-osgi/trunk/distribution/installer/pom.xml	2009-07-20 09:26:32 UTC (rev 91418)
@@ -10,7 +10,7 @@
   <!-- ====================================================================== -->
 
   <!-- $Id$ -->
-  
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
@@ -30,10 +30,9 @@
   <!-- Dependencies -->
   <dependencies>
     <dependency>
-      <groupId>args4j</groupId>
-      <artifactId>args4j</artifactId>
-      <version>${version.args4j}</version>
-    </dependency> 
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-log4j</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.jboss.osgi</groupId>
       <artifactId>jboss-osgi-deployers</artifactId>

Modified: projects/jboss-osgi/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/pom.xml	2009-07-20 09:25:44 UTC (rev 91417)
+++ projects/jboss-osgi/trunk/pom.xml	2009-07-20 09:26:32 UTC (rev 91418)
@@ -30,7 +30,6 @@
 
   <!-- Properties -->
   <properties>
-    <version.args4j>2.0.12</version.args4j>
     <version.apache.felix.configadmin>1.0.10</version.apache.felix.configadmin>
     <version.apache.felix.core>1.2.0</version.apache.felix.core>
     <version.apache.felix.http.jetty>1.0.1</version.apache.felix.http.jetty>
@@ -56,7 +55,6 @@
     <version.jboss.osgi.spi>1.0.0-SNAPSHOT</version.jboss.osgi.spi>
     <version.jboss.osgi.webconsole>1.0.0-SNAPSHOT</version.jboss.osgi.webconsole>
     <version.jboss.osgi.xml.binding>2.0.1-SNAPSHOT</version.jboss.osgi.xml.binding>
-    <version.osgi>r4v41</version.osgi>
   </properties>
 
   <!-- Repositories -->



More information about the jboss-osgi-commits mailing list