Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 450422

Summary: Update documentation on how to create org.apache.derby.core bundle
Product: [Eclipse Project] Platform Reporter: David Williams <david_williams>
Component: RelengAssignee: Platform-Releng-Inbox <platform-releng-inbox>
Status: CLOSED WONTFIX QA Contact:
Severity: normal    
Priority: P3    
Version: 4.5   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard: stalebug
Bug Depends on:    
Bug Blocks: 374441, 454921    

Description David Williams CLA 2014-11-07 01:48:48 EST
We use this as a "works with" dependency or performance testing (both during the test, and to access the database during "analysis"). 

The actual plugins included are different than what is documented, at 

http://wiki.eclipse.org/Performance/Automated_Tests#Setting_up_the_Derby_database

plus, that document describes an "Eclipse 2.x" plugin, installed in "dropins", but, I changed the included libraries, and built it as a "normal" bundle, with a manifest that is outlined below, so it can be installed with p2. 

= = = = =

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-Description: %Bundle-Description
Bundle-SymbolicName: org.apache.derby.core
Bundle-Version: 10.11.1.1-qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ClassPath: lib/derby.jar,
 lib/derbyclient.jar,
 lib/derbynet.jar,
 lib/derbytools.jar
Export-Package: org.apache.derby,
 ...
Comment 1 Eclipse Genie CLA 2020-07-25 13:22:38 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug.

If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.