Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [higgins-dev] proposed dependency project

Entry 1 sounds great.  Entry 2 will only contain items that have been
provisionally approved for upload to Eclipse, but not yet fully approved.
Stuff that is known not be redistributable shouldn't be in Eclipse CVS.


-----Original Message-----
From: higgins-dev-bounces@xxxxxxxxxxx
[mailto:higgins-dev-bounces@xxxxxxxxxxx] On Behalf Of Michael McIntosh
Sent: Wednesday, October 10, 2007 10:27 AM
To: Higgins (Trust Framework) Project developer discussions
Cc: higgins-dev@xxxxxxxxxxx; higgins-dev-bounces@xxxxxxxxxxx
Subject: Re: [higgins-dev] proposed dependency project

I suggest we split this into:

org.eclipse.higgins.dependencies.redistributable
and
org.eclipse.higgins.dependencies.nonredistributable

and have a maven file in the nonredistributable that populates it.

Then our projects can depend on the JARs/PLUGINs in the those locations.

Regards,
Mike

higgins-dev-bounces@xxxxxxxxxxx wrote on 10/10/2007 01:30:37 AM:

> this is just a strawman to get things moving.
> 
> I propose we add a project to the org.eclipse.higgins repository and 
> call it "dependencies"
> This project has a directory (and possibly sub-directories) for each 
> dependency and within that (or those) will be the external dependency 
> libraries that eclipse legal has approved for use and redistribution.
> 
> So, it might look like this (assuming these are approved):
> dependency
> -log4j
> --log4j-1.2.13.jar
> -openxri
> --1.0.1
> ---openxri-client.jar
> 
> 
> Note that in the case where a jar name includes its version, we can 
> place the jar(s) directly within a directory for that jar.  OTOH, when 
> the jar name doesn;t convey the version, we should create an 
> intermediate version directory under which we will place the jar.
> This allows for the scenario where two projects have dependencies on 
> two different versions of the same-named jar.
> 
> Any issues with this?  Do we need to redistribute the license, notice, 
> or whatever other legal file(s) that accompany each jar?
> 
> Jim
> 
> _______________________________________________
> higgins-dev mailing list
> higgins-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/higgins-dev

_______________________________________________
higgins-dev mailing list
higgins-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/higgins-dev





Back to the top