summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/node-launcher-equinox (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-22Improvements to the handling of OSGi bundles when running in development modeedwardsmj2-24/+147
2009-04-14Fixing the MANIFEST.MF with Bundle-RequiredExecutionEnvironment headerrfeng1-1/+1
2009-04-13Start to add the DefinitionsExtensionPointrfeng1-2/+2
2009-04-08Add "-bundles" option to start a list of bundles instead of SCA noderfeng1-29/+57
2009-03-26Return the bundle for installBundle()rfeng1-7/+8
2009-03-25Upgrade to equinox 3.4.xrfeng1-10/+12
2009-03-17Revert 755183 an errant commit from the release pluginantelder1-5/+5
2009-03-17[maven-release-plugin] prepare branch test-branchantelder1-5/+5
2009-03-16Allow bundle symbolic name to be introspected from the filerfeng1-4/+7
2009-03-11Avoid NPE if the extensibility-equinox bundle is not presentrfeng1-6/+8
2009-03-06Make sure the default configuration folder is isolated by user namesrfeng1-1/+9
2009-03-06Updating OASIS namespace to http://docs.oasis-open.org/ns/opencsa/sca/200903lresende1-1/+1
2009-03-05Some more Updates to binding-ws to use OASIS namespaces/schemalresende1-2/+2
2009-02-20Start to implement the SCA policy framework 1.1 spec draft from OASIS OpenCSArfeng1-3/+16
2009-02-06Fix to TUSCANY-2806 to handle the jars with Class-Path header in META-INF/MAN...rfeng2-132/+194
2009-02-04Add a new option "ttl" to control when to stop the noderfeng1-59/+110
2009-02-04Cleanup the CLI processingrfeng2-25/+32
2009-02-04Add command-line parsing to the node launcherrfeng4-30/+108
2009-02-04Add check for empty imports/exports/classpathrfeng1-3/+9
2009-02-03Now have one bundle per 3rd party jar to be consistent with the distro storyrfeng2-78/+156
2009-01-30Set the default configuration area using a temp folderrfeng2-6/+17
2009-01-30Revert the changes to pass args[] into EquinoxHost. We should use system prop...rfeng5-39/+54
2009-01-29Add the default newInstance() backrfeng1-0/+3
2009-01-29Pass arguments into EquinoxHost so that equinox runtime options can be honore...rfeng5-18/+35
2009-01-29Copy the equinox node launcher changed to work with contribution filenames pa...antelder1-0/+217
2009-01-28TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca a...mcombellack2-5/+5
2009-01-28Make tuscany modules as fragments to axis2 and axiom bunldes to work around t...rfeng1-59/+1
2009-01-24Control the debug using osgi.debug system propertyrfeng1-0/+6
2009-01-23TUSCANY-2780 - Updating NOTICE files to include 2009 in the copyright statementlresende1-1/+1
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