summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/node-launcher-equinox (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-22Set the location of equinox to ${java.io.tmpdir}/.tuscany/equinoxrfeng1-59/+102
2009-01-20Updating MANIFEST.MF versions to 2.0.0lresende1-3/+3
2009-01-16Bring up the equinox-based junit plugin for mavenrfeng2-24/+96
2009-01-13Expose the EquinoxHost for the osgi junit pluginrfeng1-3/+3
2008-12-03Converted from JUnit 3 style imports (junit.framework) to JUnit 4 style impor...mcombellack1-2/+1
2008-11-28Ensure that all of the jars are located correctly when the node launcher is r...slaws2-8/+17
2008-11-26Added missing @Override annotation on methods that override a method declarat...mcombellack3-0/+3
2008-11-25Some more reductions to the minimum set of modules. Remove implementation-res...slaws1-2/+2
2008-11-19Hack to get this working, need to revisit this whole launcher class as debugg...antelder1-1/+7
2008-11-19Remove (hopefully) unneeded dependencyantelder1-7/+0
2008-11-19Fixing up pom artifact version to 2.0-SNAPSHOTlresende1-6/+6
2008-11-19Copying modules from Equinox branch, to start merging the delta changes from ...lresende21-0/+3032
2008-11-19Moving current trunk modules to contrib, before starting the Equinox branch m...lresende22-2689/+0
2008-11-17Change trunk version so it doesn't clash with the 1.4 branch version by bumpi...antelder1-6/+6
2008-09-10Minor simplification of node-launcher-equinox, which doesn't need a BundleAct...jsdelfino3-13/+32
2008-09-09Use bundle.getResources to discover servicesrfeng6-11/+62
2008-09-09Fixes to get the Equinox integration working. Use the parent classloader inst...jsdelfino2-1/+3
2008-09-09Use the bundle to load the implementation.node classesrfeng2-9/+23
2008-09-08Minor code clean uprfeng4-70/+34
2008-09-08Add Import-Package to 3rd lib bundle so that system packages are correctly re...rfeng1-25/+30
2008-09-08Fix the Bundle-ClassPath syntax and make sure the classpath is resolved again...rfeng5-17/+75
2008-09-08Simplified a bit the service discovery implementation. Some code cleanup in n...jsdelfino3-8/+13
2008-09-07Added an dynamicimport declaration to extensibility-equinox. Forced activatio...jsdelfino2-7/+9
2008-09-07Fixed determination of the location of the node launcher bundle.jsdelfino2-11/+35
2008-09-07Moved hooks from extensiblity-equinox to node-launcher-equinox. Fixed logic t...jsdelfino15-787/+654
2008-09-06Starting to add support Classloading for 3rd party jars rfeng5-19/+90
2008-09-05Removed obsolete OSGiHost class.jsdelfino1-30/+0
2008-09-05Simplified a bit the access to EquinoxOSGiHost.jsdelfino6-49/+37
2008-09-05Minor code cleanup in the ServletFilters.jsdelfino1-4/+4
2008-09-05Minor fixes to the JSE and OSGi Equinox launchers. Added shutdown hooks, some...jsdelfino4-51/+232
2008-09-05Added a BundleFileWrapperFactory hook as it'll help provide the required Bund...jsdelfino2-8/+1
2008-09-04Add the capability to find dependencies jars/folders from the URLClassLoader ...rfeng3-9/+74
2008-09-03Make a few fields non-static to ServiceDiscoveryrfeng2-4/+20
2008-08-28Add an equinox-based OSGi node launcherrfeng20-0/+2394