summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/node-launcher-equinox/src/main/java/org/apache/tuscany/sca/node/equinox/launcher/EquinoxHost.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moving 2.x trunklresende2009-11-201-655/+0
* Propagate osgi properties for OSGi remote services rfeng2009-10-301-65/+70
* Add the capability for equinox node launcher to support customized MANIFEST.M...rfeng2009-08-041-6/+68
* Use the extensibility-equinox module to dynamically imports public packages a...rfeng2009-07-311-1/+1
* Generate a gateway bundle that aggregate split META-INF/services resourcesrfeng2009-07-311-2/+60
* Make the launcher more independent of Equinox by using the framework launch APIsrfeng2009-07-161-73/+122
* Improvements to the handling of OSGi bundles when running in development modeedwardsmj2009-04-221-20/+41
* Return the bundle for installBundle()rfeng2009-03-261-7/+8
* Allow bundle symbolic name to be introspected from the filerfeng2009-03-161-4/+7
* Avoid NPE if the extensibility-equinox bundle is not presentrfeng2009-03-111-6/+8
* Make sure the default configuration folder is isolated by user namesrfeng2009-03-061-1/+9
* Fix to TUSCANY-2806 to handle the jars with Class-Path header in META-INF/MAN...rfeng2009-02-061-16/+20
* Now have one bundle per 3rd party jar to be consistent with the distro storyrfeng2009-02-031-61/+88
* Set the default configuration area using a temp folderrfeng2009-01-301-6/+15
* Revert the changes to pass args[] into EquinoxHost. We should use system prop...rfeng2009-01-301-28/+46
* Pass arguments into EquinoxHost so that equinox runtime options can be honore...rfeng2009-01-291-10/+27
* Make tuscany modules as fragments to axis2 and axiom bunldes to work around t...rfeng2009-01-281-59/+1
* Control the debug using osgi.debug system propertyrfeng2009-01-241-0/+6
* Set the location of equinox to ${java.io.tmpdir}/.tuscany/equinoxrfeng2009-01-221-59/+102
* Bring up the equinox-based junit plugin for mavenrfeng2009-01-161-11/+32
* Expose the EquinoxHost for the osgi junit pluginrfeng2009-01-131-3/+3
* Copying modules from Equinox branch, to start merging the delta changes from ...lresende2008-11-191-0/+359
* Moving current trunk modules to contrib, before starting the Equinox branch m...lresende2008-11-191-252/+0
* Minor simplification of node-launcher-equinox, which doesn't need a BundleAct...jsdelfino2008-09-101-5/+23
* Use bundle.getResources to discover servicesrfeng2008-09-091-1/+4
* Fixes to get the Equinox integration working. Use the parent classloader inst...jsdelfino2008-09-091-0/+3
* Minor code clean uprfeng2008-09-081-3/+5
* Fix the Bundle-ClassPath syntax and make sure the classpath is resolved again...rfeng2008-09-081-2/+9
* Added an dynamicimport declaration to extensibility-equinox. Forced activatio...jsdelfino2008-09-071-6/+8
* Fixed determination of the location of the node launcher bundle.jsdelfino2008-09-071-2/+5
* Moved hooks from extensiblity-equinox to node-launcher-equinox. Fixed logic t...jsdelfino2008-09-071-0/+214