Finalize the OSGi launcher for the opendaylight distribution 29/429/2
authorGiovanni Meo <gmeo@cisco.com>
Tue, 4 Jun 2013 15:06:50 +0000 (17:06 +0200)
committerGiovanni Meo <gmeo@cisco.com>
Wed, 5 Jun 2013 11:52:39 +0000 (13:52 +0200)
commit0da481a10d9da80f2807a552d94e6f4eb8bfe729
treebf333575be4fbe6b2f8847940dc4ca575354f8b9
parentca53e51412f60964a95d00eeab03cc0c52b665db
Finalize the OSGi launcher for the opendaylight distribution

In this commit following changes are being done:
1) Adjusted opendaylight-osgi-launcher-local.launch not to include
bundles that are clustering.stub and protocol_plugin.stub because
those are only meant for integration testing
2) Modifed the opendaylight.target to refer to an http repository so
eventual problem with certificates will not be seen, using the https
url of jenkins on some system has been causing problems because the
root certificate for jenkins was not known.
3) Adjusted the opendaylight-osgi-launcher.launch not to include the
bundles that are clustering.stub and protocol_plugin.stub because
those are only meant for integration testing
4) Adjust the opendaylight-osgi-launcher.launch to make sure the
jersey libraries startup soon else an harmless yet annoying error
would be printed
5) Moved clusterin.test bundle off Declarative service else the
OSGI-INF/component.xml location even though works for built done via
maven will not work for builds done via eclipse PDE.

Change-Id: Ic2f2196514dc8c7c5af419f81c6f46e7eb29aed1
Signed-off-by: Giovanni Meo <gmeo@cisco.com>
opendaylight/clustering/test/pom.xml
opendaylight/clustering/test/src/main/java/org/opendaylight/controller/clustering/test/internal/Activator.java [new file with mode: 0644]
opendaylight/clustering/test/src/main/resources/OSGI-INF/component.xml [deleted file]
opendaylight/distribution/opendaylight/opendaylight-osgi-launcher-local.launch
opendaylight/distribution/opendaylight/opendaylight-osgi-launcher.launch
opendaylight/distribution/opendaylight/opendaylight.target