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

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Wed Dec 2 08:20:15 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-12-02 08:20:12 -0500 (Wed, 02 Dec 2009)
New Revision: 97289

Added:
   projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-extra-all.properties
   projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-extra-default.properties
   projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-extra-minimal.properties
   projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-extra-web.properties
Removed:
   projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-felix-all.properties
   projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-felix-default.properties
   projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-felix-minimal.properties
   projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-felix-web.properties
Modified:
   projects/jboss-osgi/trunk/distribution/installer/src/main/resources/installer/install-definition.xml
   projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/jboss-beans-equinox.xml
   projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/conf/jboss-osgi-equinox.properties
   projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/conf/jboss-osgi-felix.properties
   projects/jboss-osgi/trunk/pom.xml
Log:
Equinox remote example testing - WIP

Modified: projects/jboss-osgi/trunk/distribution/installer/src/main/resources/installer/install-definition.xml
===================================================================
--- projects/jboss-osgi/trunk/distribution/installer/src/main/resources/installer/install-definition.xml	2009-12-02 13:17:04 UTC (rev 97288)
+++ projects/jboss-osgi/trunk/distribution/installer/src/main/resources/installer/install-definition.xml	2009-12-02 13:20:12 UTC (rev 97289)
@@ -248,13 +248,13 @@
 
       <singlefile condition="isFelix" src="@{runtime.dir}/conf/jboss-osgi-felix.properties" target="$INSTALL_PATH/runtime/conf/jboss-osgi-framework.properties"
         override="true" />
-      <singlefile condition="isFelix" src="@{runtime.dir}/server/conf/jboss-osgi-felix-minimal.properties" target="$INSTALL_PATH/runtime/server/minimal/conf/jboss-osgi-extra.properties"
+      <singlefile condition="isFelix" src="@{runtime.dir}/server/conf/jboss-osgi-extra-minimal.properties" target="$INSTALL_PATH/runtime/server/minimal/conf/jboss-osgi-extra.properties"
         override="true" />
-      <singlefile condition="isFelix" src="@{runtime.dir}/server/conf/jboss-osgi-felix-default.properties" target="$INSTALL_PATH/runtime/server/default/conf/jboss-osgi-extra.properties"
+      <singlefile condition="isFelix" src="@{runtime.dir}/server/conf/jboss-osgi-extra-default.properties" target="$INSTALL_PATH/runtime/server/default/conf/jboss-osgi-extra.properties"
         override="true" />
-      <singlefile condition="isFelix" src="@{runtime.dir}/server/conf/jboss-osgi-felix-web.properties" target="$INSTALL_PATH/runtime/server/web/conf/jboss-osgi-extra.properties"
+      <singlefile condition="isFelix" src="@{runtime.dir}/server/conf/jboss-osgi-extra-web.properties" target="$INSTALL_PATH/runtime/server/web/conf/jboss-osgi-extra.properties"
         override="true" />
-      <singlefile condition="isFelix" src="@{runtime.dir}/server/conf/jboss-osgi-felix-all.properties" target="$INSTALL_PATH/runtime/server/all/conf/jboss-osgi-extra.properties"
+      <singlefile condition="isFelix" src="@{runtime.dir}/server/conf/jboss-osgi-extra-all.properties" target="$INSTALL_PATH/runtime/server/all/conf/jboss-osgi-extra.properties"
         override="true" />
       <fileset condition="isFelix" dir="@{deploy.artifacts.dir}/lib" targetdir="$INSTALL_PATH/runtime/lib" override="true">
         <include name="jboss-osgi-runtime-felix.jar" />
@@ -273,12 +273,21 @@
 
       <singlefile condition="isEquinox" src="@{runtime.dir}/conf/jboss-osgi-equinox.properties" target="$INSTALL_PATH/runtime/conf/jboss-osgi-framework.properties"
         override="true" />
+      <singlefile condition="isEquinox" src="@{runtime.dir}/server/conf/jboss-osgi-extra-minimal.properties" target="$INSTALL_PATH/runtime/server/minimal/conf/jboss-osgi-extra.properties"
+        override="true" />
+      <singlefile condition="isEquinox" src="@{runtime.dir}/server/conf/jboss-osgi-extra-default.properties" target="$INSTALL_PATH/runtime/server/default/conf/jboss-osgi-extra.properties"
+        override="true" />
+      <singlefile condition="isEquinox" src="@{runtime.dir}/server/conf/jboss-osgi-extra-web.properties" target="$INSTALL_PATH/runtime/server/web/conf/jboss-osgi-extra.properties"
+        override="true" />
+      <singlefile condition="isEquinox" src="@{runtime.dir}/server/conf/jboss-osgi-extra-all.properties" target="$INSTALL_PATH/runtime/server/all/conf/jboss-osgi-extra.properties"
+        override="true" />
       <fileset condition="isEquinox" dir="@{deploy.artifacts.dir}/lib" targetdir="$INSTALL_PATH/runtime/lib" override="true">
         <include name="jboss-osgi-runtime-equinox.jar" />
         <include name="org.eclipse.osgi.jar" />
       </fileset>
       <fileset condition="isEquinox" dir="@{deploy.artifacts.dir}/lib" targetdir="$INSTALL_PATH/runtime/server/minimal/deploy" override="true">
         <include name="org.eclipse.osgi.services.jar" />
+        <include name="org.eclipse.osgi.util.jar" />
       </fileset>
       <fileset condition="isEquinox" dir="@{deploy.artifacts.dir}/lib" targetdir="$INSTALL_PATH/runtime/server/all/deploy" override="true">
         <include name="org.apache.felix.configadmin.jar" />
@@ -428,6 +437,7 @@
         <include name="org.apache.felix.configadmin.jar" />
         <include name="org.apache.felix.metatype.jar" />
         <include name="org.eclipse.osgi.services.jar" />
+        <include name="org.eclipse.osgi.util.jar" />
       </fileset>
       <fileset condition="isEquinox" dir="@{deploy.artifacts.dir}/resources/jbossas" targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deploy/osgi" override="true">
         <include name="microcontainer-service-jboss-beans.xml" />

Modified: projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/jboss-beans-equinox.xml
===================================================================
--- projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/jboss-beans-equinox.xml	2009-12-02 13:17:04 UTC (rev 97288)
+++ projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/jboss-beans-equinox.xml	2009-12-02 13:20:12 UTC (rev 97289)
@@ -26,11 +26,14 @@
         <entry>
           <key>org.osgi.framework.system.packages.extra</key>
           <value>
-
             <!-- log4j -->
             org.apache.log4j;version=1.2,
             
             <!-- jboss-osgi -->
+        org.jboss.osgi.deployment.common;version=1.0,
+        org.jboss.osgi.deployment.deployer;version=1.0,
+        org.jboss.osgi.deployment.interceptor;version=1.0,
+            org.jboss.osgi.microcontainer;version=1.0,
             org.jboss.osgi.spi;version=1.0,
             org.jboss.osgi.spi.capability;version=1.0,
             org.jboss.osgi.spi.management;version=1.0,
@@ -47,14 +50,11 @@
             org.jboss.logging,
             org.jboss.reflect.spi;version=2.0,
             org.jboss.util.xml;version=2.2,
-        	org.jboss.virtual;version=2.1, 
-        	org.jboss.virtual.plugins.registry;version=2.1, 
-        	org.jboss.virtual.plugins.context.jar;version=2.1, 
-        	org.jboss.virtual.plugins.vfs.helpers;version=2.1, 
-        	org.jboss.virtual.protocol;version=2.1, 
-            org.jboss.xb.annotations;version=2.0,
-            org.jboss.xb.binding;version=2.0,
-            org.jboss.xb.binding.sunday.unmarshalling;version=2.0,
+            org.jboss.virtual;version=2.1, 
+            org.jboss.virtual.plugins.registry;version=2.1, 
+            org.jboss.virtual.plugins.context.jar;version=2.1, 
+            org.jboss.virtual.plugins.vfs.helpers;version=2.1, 
+            org.jboss.virtual.protocol;version=2.1
           </value>
         </entry>
         <!-- 

Modified: projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/conf/jboss-osgi-equinox.properties
===================================================================
--- projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/conf/jboss-osgi-equinox.properties	2009-12-02 13:17:04 UTC (rev 97288)
+++ projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/conf/jboss-osgi-equinox.properties	2009-12-02 13:20:12 UTC (rev 97289)
@@ -4,6 +4,9 @@
 # $Id$
 #
 
+# Extra server specific properties
+org.jboss.osgi.spi.framework.extra=${osgi.server.home}/conf/jboss-osgi-extra.properties
+
 # Properties to configure the Framework
 org.osgi.framework.storage=${osgi.server.home}/data/osgi-store
 org.osgi.framework.storage.clean=onFirstInit
@@ -11,88 +14,13 @@
 # Hot Deployement
 org.jboss.osgi.hotdeploy.scandir=${osgi.server.home}/deploy
 
-# HTTP Service Port
-org.osgi.service.http.port=8090
-
-# Config Admin Service
-felix.cm.dir=${osgi.server.home}/data/osgi-configadmin
-
-# JMX bundle properties  	
-org.jboss.osgi.jmx.host=${jboss.bind.address}
-org.jboss.osgi.jmx.rmi.port=1098
-
-# JNDI bundle properties  	
-org.jboss.osgi.jndi.host=${jboss.bind.address}
-org.jboss.osgi.jndi.rmi.port=1098
-org.jboss.osgi.jndi.port=1099
-
-# Remote Logging
-org.jboss.osgi.service.remote.log.sender=true
-org.jboss.osgi.service.remote.log.host=${jboss.bind.address}
-org.jboss.osgi.service.remote.log.port=5400
-
-# Husky socket connector properties
-org.jboss.osgi.husky.runtime.connector.host=${jboss.bind.address}
-org.jboss.osgi.husky.runtime.connector.port=5401
-
-# System Packages
-org.osgi.framework.system.packages=\
-   com.wutka.dtd, \
-   javassist;version=3.9, \
-   javassist.bytecode;version=3.9, \
-   javassist.bytecode.annotation;version=3.9, \
-   javax.imageio, \
-   javax.imageio.stream, \
-   javax.management, \
-   javax.management.remote, \
-   javax.naming, \
-   javax.naming.event, \
-   javax.naming.spi, \
-   javax.net, \
-   javax.net.ssl, \
-   javax.xml.datatype, \
-   javax.xml.namespace, \
-   javax.xml.parsers, \
-   javax.xml.validation, \
-   javax.xml.transform, \
-   javax.xml.transform.dom, \
-   javax.xml.transform.sax, \
-   javax.xml.transform.stream, \
-   org.apache.log4j;version=1.2, \
-   org.jboss.logging, \
-   org.jboss.net.protocol, \
-   org.jboss.osgi.deployment.common, \
-   org.jboss.osgi.deployment.deployer, \
-   org.jboss.osgi.deployment.interceptor,\
-   org.jboss.osgi.spi;version=1.0, \
-   org.jboss.osgi.spi.capability;version=1.0, \
-   org.jboss.osgi.spi.management;version=1.0, \
-   org.jboss.osgi.spi.service;version=1.0, \
-   org.jboss.osgi.spi.util;version=1.0, \
-   org.jboss.virtual, \
-   org.jboss.virtual.plugins.registry, \
-   org.jboss.virtual.plugins.context.jar, \
-   org.jboss.virtual.plugins.vfs.helpers, \
-   org.jboss.virtual.protocol, \
-   org.osgi.service.prefs, \
-   org.osgi.util.xml;version=1.0, \
-   org.w3c.dom, \
-   org.w3c.dom.bootstrap, \
-   org.w3c.dom.events, \
-   org.w3c.dom.ls, \
-   org.w3c.dom.ranges, \
-   org.w3c.dom.views, \
-   org.w3c.dom.traversal, \
-   org.xml.sax, \
-   org.xml.sax.ext, \
-   org.xml.sax.helpers
-
 # Bundles that need to be installed with the Framework automatically 
 org.jboss.osgi.spi.framework.autoInstall=\
-	file://${osgi.home}/server/minimal/deploy/org.eclipse.osgi.services.jar
+	file://${osgi.home}/server/minimal/deploy/org.eclipse.osgi.services.jar \
+	file://${osgi.home}/server/minimal/deploy/org.eclipse.osgi.util.jar
 
 # Bundles that need to be started automatically 
 org.jboss.osgi.spi.framework.autoStart=\
    file://${osgi.home}/server/minimal/deploy/org.apache.felix.log.jar \
    file://${osgi.home}/server/minimal/deploy/jboss-osgi-common.jar \
-   file://${osgi.home}/server/minimal/deploy/jboss-osgi-hotdeploy.jar 
\ No newline at end of file
+   file://${osgi.home}/server/minimal/deploy/jboss-osgi-hotdeploy.jar
\ No newline at end of file

Modified: projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/conf/jboss-osgi-felix.properties
===================================================================
--- projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/conf/jboss-osgi-felix.properties	2009-12-02 13:17:04 UTC (rev 97288)
+++ projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/conf/jboss-osgi-felix.properties	2009-12-02 13:20:12 UTC (rev 97289)
@@ -22,6 +22,4 @@
 org.jboss.osgi.spi.framework.autoStart=\
    file://${osgi.home}/server/minimal/deploy/org.apache.felix.log.jar \
    file://${osgi.home}/server/minimal/deploy/jboss-osgi-common.jar \
-   file://${osgi.home}/server/minimal/deploy/jboss-osgi-hotdeploy.jar
-   
-    
\ No newline at end of file
+   file://${osgi.home}/server/minimal/deploy/jboss-osgi-hotdeploy.jar
\ No newline at end of file

Copied: projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-extra-all.properties (from rev 97281, projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-felix-all.properties)
===================================================================
--- projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-extra-all.properties	                        (rev 0)
+++ projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-extra-all.properties	2009-12-02 13:20:12 UTC (rev 97289)
@@ -0,0 +1,48 @@
+#######################################################################################
+#
+# Extra properties read by the org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
+# 
+# $Id: $
+#
+#######################################################################################
+
+# HTTP Service Port
+org.osgi.service.http.port=8090
+
+# Config Admin Service
+felix.cm.dir=${osgi.server.home}/data/osgi-configadmin
+
+# JMX bundle properties  	
+org.jboss.osgi.jmx.host=${jboss.bind.address}
+org.jboss.osgi.jmx.rmi.port=1098
+
+# JNDI bundle properties  	
+org.jboss.osgi.jndi.host=${jboss.bind.address}
+org.jboss.osgi.jndi.rmi.port=1098
+org.jboss.osgi.jndi.port=1099
+
+# Husky socket connector properties
+org.jboss.osgi.husky.runtime.connector.host=${jboss.bind.address}
+org.jboss.osgi.husky.runtime.connector.port=5401
+
+# JTA ObjectStore
+com.arjuna.ats.arjuna.objectstore.objectStoreDir=${osgi.server.home}/data/ObjectStore
+
+# Extra System Packages
+org.osgi.framework.system.packages.extra=\
+    org.apache.log4j;version=1.2, \
+    org.jboss.logging, \
+    org.jboss.net.protocol, \
+    org.jboss.osgi.deployment.deployer;version=1.0, \
+    org.jboss.osgi.deployment.interceptor;version=1.0, \
+    org.jboss.osgi.spi;version=1.0, \
+    org.jboss.osgi.spi.capability;version=1.0, \
+    org.jboss.osgi.spi.framework;version=1.0, \
+    org.jboss.osgi.spi.management;version=1.0, \
+    org.jboss.osgi.spi.service;version=1.0, \
+    org.jboss.osgi.spi.util;version=1.0, \
+  	org.jboss.virtual;version=2.1, \
+  	org.jboss.virtual.plugins.registry;version=2.1, \
+  	org.jboss.virtual.plugins.context.jar;version=2.1, \
+  	org.jboss.virtual.plugins.vfs.helpers;version=2.1, \
+  	org.jboss.virtual.protocol;version=2.1
\ No newline at end of file

Copied: projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-extra-default.properties (from rev 97281, projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-felix-default.properties)
===================================================================
--- projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-extra-default.properties	                        (rev 0)
+++ projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-extra-default.properties	2009-12-02 13:20:12 UTC (rev 97289)
@@ -0,0 +1,41 @@
+#######################################################################################
+#
+# Extra properties read by the org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
+# 
+# $Id: $
+#
+#######################################################################################
+
+# JMX bundle properties  	
+org.jboss.osgi.jmx.host=${jboss.bind.address}
+org.jboss.osgi.jmx.rmi.port=1098
+
+# JNDI bundle properties  	
+org.jboss.osgi.jndi.host=${jboss.bind.address}
+org.jboss.osgi.jndi.rmi.port=1098
+org.jboss.osgi.jndi.port=1099
+
+# Husky socket connector properties
+org.jboss.osgi.husky.runtime.connector.host=${jboss.bind.address}
+org.jboss.osgi.husky.runtime.connector.port=5401
+
+# Extra System Packages
+org.osgi.framework.system.packages.extra=\
+    org.apache.log4j;version=1.2, \
+    org.jboss.logging, \
+    org.jboss.net.protocol, \
+    org.jboss.osgi.deployment.deployer;version=1.0, \
+    org.jboss.osgi.deployment.interceptor;version=1.0, \
+    org.jboss.osgi.spi;version=1.0, \
+    org.jboss.osgi.spi.capability;version=1.0, \
+    org.jboss.osgi.spi.framework;version=1.0, \
+    org.jboss.osgi.spi.management;version=1.0, \
+    org.jboss.osgi.spi.service;version=1.0, \
+    org.jboss.osgi.spi.util;version=1.0, \
+  	org.jboss.virtual;version=2.1, \
+  	org.jboss.virtual.plugins.registry;version=2.1, \
+  	org.jboss.virtual.plugins.context.jar;version=2.1, \
+  	org.jboss.virtual.plugins.vfs.helpers;version=2.1, \
+  	org.jboss.virtual.protocol;version=2.1
+
+ 
\ No newline at end of file

Copied: projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-extra-minimal.properties (from rev 97281, projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-felix-minimal.properties)
===================================================================
--- projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-extra-minimal.properties	                        (rev 0)
+++ projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-extra-minimal.properties	2009-12-02 13:20:12 UTC (rev 97289)
@@ -0,0 +1,21 @@
+#######################################################################################
+#
+# Extra properties read by the org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
+# 
+# $Id: $
+#
+#######################################################################################
+
+# Extra System Packages
+org.osgi.framework.system.packages.extra=\
+   org.apache.log4j;version=1.2, \
+   org.jboss.logging, \
+   org.jboss.osgi.deployment.deployer;version=1.0, \
+   org.jboss.osgi.deployment.interceptor;version=1.0, \
+   org.jboss.osgi.spi;version=1.0, \
+   org.jboss.osgi.spi.capability;version=1.0, \
+   org.jboss.osgi.spi.framework;version=1.0, \
+   org.jboss.osgi.spi.management;version=1.0, \
+   org.jboss.osgi.spi.service;version=1.0, \
+   org.jboss.osgi.spi.util;version=1.0
+ 
\ No newline at end of file

Copied: projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-extra-web.properties (from rev 97281, projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-felix-web.properties)
===================================================================
--- projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-extra-web.properties	                        (rev 0)
+++ projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-extra-web.properties	2009-12-02 13:20:12 UTC (rev 97289)
@@ -0,0 +1,45 @@
+#######################################################################################
+#
+# Extra properties read by the org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
+# 
+# $Id: $
+#
+#######################################################################################
+
+# HTTP Service Port
+org.osgi.service.http.port=8090
+
+# Config Admin Service
+felix.cm.dir=${osgi.server.home}/data/osgi-configadmin
+
+# JMX bundle properties  	
+org.jboss.osgi.jmx.host=${jboss.bind.address}
+org.jboss.osgi.jmx.rmi.port=1098
+
+# JNDI bundle properties  	
+org.jboss.osgi.jndi.host=${jboss.bind.address}
+org.jboss.osgi.jndi.rmi.port=1098
+org.jboss.osgi.jndi.port=1099
+
+# Husky socket connector properties
+org.jboss.osgi.husky.runtime.connector.host=${jboss.bind.address}
+org.jboss.osgi.husky.runtime.connector.port=5401
+
+# Extra System Packages
+org.osgi.framework.system.packages.extra=\
+    org.apache.log4j;version=1.2, \
+    org.jboss.logging, \
+    org.jboss.net.protocol, \
+    org.jboss.osgi.deployment.deployer;version=1.0, \
+    org.jboss.osgi.deployment.interceptor;version=1.0, \
+    org.jboss.osgi.spi;version=1.0, \
+    org.jboss.osgi.spi.capability;version=1.0, \
+    org.jboss.osgi.spi.framework;version=1.0, \
+    org.jboss.osgi.spi.management;version=1.0, \
+    org.jboss.osgi.spi.service;version=1.0, \
+    org.jboss.osgi.spi.util;version=1.0, \
+  	org.jboss.virtual;version=2.1, \
+  	org.jboss.virtual.plugins.registry;version=2.1, \
+  	org.jboss.virtual.plugins.context.jar;version=2.1, \
+  	org.jboss.virtual.plugins.vfs.helpers;version=2.1, \
+  	org.jboss.virtual.protocol;version=2.1

Deleted: projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-felix-all.properties
===================================================================
--- projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-felix-all.properties	2009-12-02 13:17:04 UTC (rev 97288)
+++ projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-felix-all.properties	2009-12-02 13:20:12 UTC (rev 97289)
@@ -1,48 +0,0 @@
-#######################################################################################
-#
-# Extra properties read by the org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
-# 
-# $Id: $
-#
-#######################################################################################
-
-# HTTP Service Port
-org.osgi.service.http.port=8090
-
-# Config Admin Service
-felix.cm.dir=${osgi.server.home}/data/osgi-configadmin
-
-# JMX bundle properties  	
-org.jboss.osgi.jmx.host=${jboss.bind.address}
-org.jboss.osgi.jmx.rmi.port=1098
-
-# JNDI bundle properties  	
-org.jboss.osgi.jndi.host=${jboss.bind.address}
-org.jboss.osgi.jndi.rmi.port=1098
-org.jboss.osgi.jndi.port=1099
-
-# Husky socket connector properties
-org.jboss.osgi.husky.runtime.connector.host=${jboss.bind.address}
-org.jboss.osgi.husky.runtime.connector.port=5401
-
-# JTA ObjectStore
-com.arjuna.ats.arjuna.objectstore.objectStoreDir=${osgi.server.home}/data/ObjectStore
-
-# Extra System Packages
-org.osgi.framework.system.packages.extra=\
-    org.apache.log4j;version=1.2, \
-    org.jboss.logging, \
-    org.jboss.net.protocol, \
-    org.jboss.osgi.deployment.deployer;version=1.0, \
-    org.jboss.osgi.deployment.interceptor;version=1.0, \
-    org.jboss.osgi.spi;version=1.0, \
-    org.jboss.osgi.spi.capability;version=1.0, \
-    org.jboss.osgi.spi.framework;version=1.0, \
-    org.jboss.osgi.spi.management;version=1.0, \
-    org.jboss.osgi.spi.service;version=1.0, \
-    org.jboss.osgi.spi.util;version=1.0, \
-  	org.jboss.virtual;version=2.1, \
-  	org.jboss.virtual.plugins.registry;version=2.1, \
-  	org.jboss.virtual.plugins.context.jar;version=2.1, \
-  	org.jboss.virtual.plugins.vfs.helpers;version=2.1, \
-  	org.jboss.virtual.protocol;version=2.1
\ No newline at end of file

Deleted: projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-felix-default.properties
===================================================================
--- projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-felix-default.properties	2009-12-02 13:17:04 UTC (rev 97288)
+++ projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-felix-default.properties	2009-12-02 13:20:12 UTC (rev 97289)
@@ -1,41 +0,0 @@
-#######################################################################################
-#
-# Extra properties read by the org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
-# 
-# $Id: $
-#
-#######################################################################################
-
-# JMX bundle properties  	
-org.jboss.osgi.jmx.host=${jboss.bind.address}
-org.jboss.osgi.jmx.rmi.port=1098
-
-# JNDI bundle properties  	
-org.jboss.osgi.jndi.host=${jboss.bind.address}
-org.jboss.osgi.jndi.rmi.port=1098
-org.jboss.osgi.jndi.port=1099
-
-# Husky socket connector properties
-org.jboss.osgi.husky.runtime.connector.host=${jboss.bind.address}
-org.jboss.osgi.husky.runtime.connector.port=5401
-
-# Extra System Packages
-org.osgi.framework.system.packages.extra=\
-    org.apache.log4j;version=1.2, \
-    org.jboss.logging, \
-    org.jboss.net.protocol, \
-    org.jboss.osgi.deployment.deployer;version=1.0, \
-    org.jboss.osgi.deployment.interceptor;version=1.0, \
-    org.jboss.osgi.spi;version=1.0, \
-    org.jboss.osgi.spi.capability;version=1.0, \
-    org.jboss.osgi.spi.framework;version=1.0, \
-    org.jboss.osgi.spi.management;version=1.0, \
-    org.jboss.osgi.spi.service;version=1.0, \
-    org.jboss.osgi.spi.util;version=1.0, \
-  	org.jboss.virtual;version=2.1, \
-  	org.jboss.virtual.plugins.registry;version=2.1, \
-  	org.jboss.virtual.plugins.context.jar;version=2.1, \
-  	org.jboss.virtual.plugins.vfs.helpers;version=2.1, \
-  	org.jboss.virtual.protocol;version=2.1
-
- 
\ No newline at end of file

Deleted: projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-felix-minimal.properties
===================================================================
--- projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-felix-minimal.properties	2009-12-02 13:17:04 UTC (rev 97288)
+++ projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-felix-minimal.properties	2009-12-02 13:20:12 UTC (rev 97289)
@@ -1,21 +0,0 @@
-#######################################################################################
-#
-# Extra properties read by the org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
-# 
-# $Id: $
-#
-#######################################################################################
-
-# Extra System Packages
-org.osgi.framework.system.packages.extra=\
-   org.apache.log4j;version=1.2, \
-   org.jboss.logging, \
-   org.jboss.osgi.deployment.deployer;version=1.0, \
-   org.jboss.osgi.deployment.interceptor;version=1.0, \
-   org.jboss.osgi.spi;version=1.0, \
-   org.jboss.osgi.spi.capability;version=1.0, \
-   org.jboss.osgi.spi.framework;version=1.0, \
-   org.jboss.osgi.spi.management;version=1.0, \
-   org.jboss.osgi.spi.service;version=1.0, \
-   org.jboss.osgi.spi.util;version=1.0
- 
\ No newline at end of file

Deleted: projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-felix-web.properties
===================================================================
--- projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-felix-web.properties	2009-12-02 13:17:04 UTC (rev 97288)
+++ projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-felix-web.properties	2009-12-02 13:20:12 UTC (rev 97289)
@@ -1,45 +0,0 @@
-#######################################################################################
-#
-# Extra properties read by the org.jboss.osgi.spi.framework.PropertiesBootstrapProvider
-# 
-# $Id: $
-#
-#######################################################################################
-
-# HTTP Service Port
-org.osgi.service.http.port=8090
-
-# Config Admin Service
-felix.cm.dir=${osgi.server.home}/data/osgi-configadmin
-
-# JMX bundle properties  	
-org.jboss.osgi.jmx.host=${jboss.bind.address}
-org.jboss.osgi.jmx.rmi.port=1098
-
-# JNDI bundle properties  	
-org.jboss.osgi.jndi.host=${jboss.bind.address}
-org.jboss.osgi.jndi.rmi.port=1098
-org.jboss.osgi.jndi.port=1099
-
-# Husky socket connector properties
-org.jboss.osgi.husky.runtime.connector.host=${jboss.bind.address}
-org.jboss.osgi.husky.runtime.connector.port=5401
-
-# Extra System Packages
-org.osgi.framework.system.packages.extra=\
-    org.apache.log4j;version=1.2, \
-    org.jboss.logging, \
-    org.jboss.net.protocol, \
-    org.jboss.osgi.deployment.deployer;version=1.0, \
-    org.jboss.osgi.deployment.interceptor;version=1.0, \
-    org.jboss.osgi.spi;version=1.0, \
-    org.jboss.osgi.spi.capability;version=1.0, \
-    org.jboss.osgi.spi.framework;version=1.0, \
-    org.jboss.osgi.spi.management;version=1.0, \
-    org.jboss.osgi.spi.service;version=1.0, \
-    org.jboss.osgi.spi.util;version=1.0, \
-  	org.jboss.virtual;version=2.1, \
-  	org.jboss.virtual.plugins.registry;version=2.1, \
-  	org.jboss.virtual.plugins.context.jar;version=2.1, \
-  	org.jboss.virtual.plugins.vfs.helpers;version=2.1, \
-  	org.jboss.virtual.protocol;version=2.1

Modified: projects/jboss-osgi/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/pom.xml	2009-12-02 13:17:04 UTC (rev 97288)
+++ projects/jboss-osgi/trunk/pom.xml	2009-12-02 13:20:12 UTC (rev 97289)
@@ -55,7 +55,7 @@
     <version.jboss.osgi.common.core>2.2.13.GA</version.jboss.osgi.common.core>
     <version.jboss.osgi.deployment>1.0.0-SNAPSHOT</version.jboss.osgi.deployment>
     <version.jboss.osgi.framework>1.0.0.Alpha2-SNAPSHOT</version.jboss.osgi.framework>
-    <version.jboss.osgi.hotdeploy>1.0.3</version.jboss.osgi.hotdeploy>
+    <version.jboss.osgi.hotdeploy>1.0.3-SNAPSHOT</version.jboss.osgi.hotdeploy>
     <version.jboss.osgi.husky>1.0.2-SNAPSHOT</version.jboss.osgi.husky>
     <version.jboss.osgi.jaxb>2.1.10-SNAPSHOT</version.jboss.osgi.jaxb>
     <version.jboss.osgi.jmx>1.0.2-SNAPSHOT</version.jboss.osgi.jmx>



More information about the jboss-osgi-commits mailing list