summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/node-launcher-equinox/src/main/java/org/apache/tuscany/sca/node/equinox/launcher/NodeLauncher.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moving 2.x trunklresende2009-11-201-376/+0
* Check the existence of OSGI-INF/sca/bundle.composite for SCA bundlesrfeng2009-06-231-15/+20
* Fix the MANIFEST.MF to make OSGi working with the fact that axis2 jars are no...rfeng2009-06-181-4/+20
* Start to add the DefinitionsExtensionPointrfeng2009-04-131-2/+2
* Add "-bundles" option to start a list of bundles instead of SCA noderfeng2009-04-081-29/+57
* Add a new option "ttl" to control when to stop the noderfeng2009-02-041-59/+110
* Cleanup the CLI processingrfeng2009-02-041-11/+21
* Add command-line parsing to the node launcherrfeng2009-02-041-21/+71
* Revert the changes to pass args[] into EquinoxHost. We should use system prop...rfeng2009-01-301-8/+5
* Add the default newInstance() backrfeng2009-01-291-0/+3
* Pass arguments into EquinoxHost so that equinox runtime options can be honore...rfeng2009-01-291-5/+5
* Added missing @Override annotation on methods that override a method declarat...mcombellack2008-11-261-0/+1
* Copying modules from Equinox branch, to start merging the delta changes from ...lresende2008-11-191-0/+215
* Moving current trunk modules to contrib, before starting the Equinox branch m...lresende2008-11-191-232/+0
* Use the bundle to load the implementation.node classesrfeng2008-09-091-4/+4
* Minor code clean uprfeng2008-09-081-4/+4
* Fix the Bundle-ClassPath syntax and make sure the classpath is resolved again...rfeng2008-09-081-5/+9
* Moved hooks from extensiblity-equinox to node-launcher-equinox. Fixed logic t...jsdelfino2008-09-071-5/+5
* Starting to add support Classloading for 3rd party jars rfeng2008-09-061-5/+10
* Simplified a bit the access to EquinoxOSGiHost.jsdelfino2008-09-051-11/+10
* Minor fixes to the JSE and OSGi Equinox launchers. Added shutdown hooks, some...jsdelfino2008-09-051-20/+79
* Add an equinox-based OSGi node launcherrfeng2008-08-281-0/+165