Project

General

Profile

Feature #844

Eclipsoid: Fix JAR imports/exports

Added by Udo Offermann almost 12 years ago. Updated almost 12 years ago.

Status:
Closed
Priority:
High
Assignee:
Category:
z2-base-tools-eclipsoid
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
origin:
trac
#1

Updated by Udo Offermann almost 12 years ago

Updated by Henning Blohm on 22.12.2010 at 11:18:41

Eclipsoid should expose bin/lib, bin.api/lib, bin/classes, bin.api/classes from its class path container so that the manual project adaptation is not required.

#2

Updated by Udo Offermann almost 12 years ago

Updated by Udo Offermann on 14.01.2011 at 13:01:24

fixed with Eclipsoid Version 1.1.0

the following libs are added to the Eclipsoid CP container:

java/bin.api/classes [public: true]
java/bin.api/lib [public: true]
java/bin.impl/classes [public: false]
java/bin.impl/lib [public: true]

// add deprecated lib-structure
java/bin/lib [public: true]
java/bin/classes [public: true]
java/bin/private/lib [public: false]

Also available in: Atom PDF