summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/node-launcher-equinox/src/main/java/org/apache/tuscany/sca/node/equinox/launcher/NodeLauncherUtil.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moving 2.x trunklresende2009-11-201-1345/+0
* Turn off automatic printout of classpath JARs (print only when FINE level log...edwardsmj2009-08-171-1/+1
* Add the capability for equinox node launcher to support customized MANIFEST.M...rfeng2009-08-041-0/+18
* Use the extensibility-equinox module to dynamically imports public packages a...rfeng2009-07-311-1/+2
* Don't generate Import-Package header for the 3rd party jars so that either lo...rfeng2009-07-311-1/+2
* Generate a gateway bundle that aggregate split META-INF/services resourcesrfeng2009-07-311-15/+78
* Make sure the generated Import-Package has the same version as the Export-Pac...rfeng2009-07-171-1/+1
* Fix the URI conversionrfeng2009-07-161-6/+28
* Use system property to check if the launcher is running under maven surefire ...rfeng2009-07-011-6/+10
* Should check source instead of target MF filerfeng2009-05-291-2/+2
* Tolerate the non-existence of META-INF/MANIFEST.MFrfeng2009-05-281-0/+6
* Update the node launcher to use the NodeFactoryrfeng2009-05-151-117/+132
* Improvements to the handling of OSGi bundles when running in development modeedwardsmj2009-04-221-4/+106
* Start to implement the SCA policy framework 1.1 spec draft from OASIS OpenCSArfeng2009-02-201-3/+16
* Fix to TUSCANY-2806 to handle the jars with Class-Path header in META-INF/MAN...rfeng2009-02-061-116/+174
* Add check for empty imports/exports/classpathrfeng2009-02-041-3/+9
* Now have one bundle per 3rd party jar to be consistent with the distro storyrfeng2009-02-031-17/+68
* Bring up the equinox-based junit plugin for mavenrfeng2009-01-161-13/+64
* Ensure that all of the jars are located correctly when the node launcher is r...slaws2008-11-281-8/+16
* Hack to get this working, need to revisit this whole launcher class as debugg...antelder2008-11-191-1/+7
* Copying modules from Equinox branch, to start merging the delta changes from ...lresende2008-11-191-0/+920
* Moving current trunk modules to contrib, before starting the Equinox branch m...lresende2008-11-191-374/+0
* Use bundle.getResources to discover servicesrfeng2008-09-091-0/+1
* Fixes to get the Equinox integration working. Use the parent classloader inst...jsdelfino2008-09-091-1/+0
* Use the bundle to load the implementation.node classesrfeng2008-09-091-5/+19
* Minor code clean uprfeng2008-09-081-40/+25
* Add Import-Package to 3rd lib bundle so that system packages are correctly re...rfeng2008-09-081-25/+30
* Fix the Bundle-ClassPath syntax and make sure the classpath is resolved again...rfeng2008-09-081-8/+41
* Simplified a bit the service discovery implementation. Some code cleanup in n...jsdelfino2008-09-081-4/+11
* Fixed determination of the location of the node launcher bundle.jsdelfino2008-09-071-9/+30
* Moved hooks from extensiblity-equinox to node-launcher-equinox. Fixed logic t...jsdelfino2008-09-071-0/+134
* Simplified a bit the access to EquinoxOSGiHost.jsdelfino2008-09-051-10/+0
* Minor fixes to the JSE and OSGi Equinox launchers. Added shutdown hooks, some...jsdelfino2008-09-051-3/+2
* Add an equinox-based OSGi node launcherrfeng2008-08-281-0/+186