Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Sources for plugins to fulfil OSS obligations

All the source can be found in the eclipse git repositories info found at https://git.eclipse.org/c/equinox/rt.equinox.framework.git/ and https://git.eclipse.org/c/equinox/rt.equinox.bundles.git/
 
But for most we do publish the source JARs into maven central:
 
 
org.eclipse.equinox.launcher.win32.win32.x86_64 one is not as nice.  I'm assuming you are using Eclipse/Equinox 4.8 based on the version of the bundle.  For this one you will have to go to the git source repository to find it and checkout the correct tag:
 

git clone https://git.eclipse.org/r/equinox/rt.equinox.framework.git --branch R4_8 --single-branch

The native source is located under features/org.eclipse.equinox.executable.feature and that ends up getting packaged up in the artifact built from bundles/org.eclipse.equinox.launcher.win32.win32.x86_64
 
HTH

Tom
 
 
----- Original message -----
From: "Ranjana Radhakrishnan (RBEI/EMT2)" <Radhakrishnan.Ranjana@xxxxxxxxxxxx>
Sent by: equinox-dev-bounces@xxxxxxxxxxx
To: "equinox-dev@xxxxxxxxxxx" <equinox-dev@xxxxxxxxxxx>
Cc: "Bhuvaneswari Ethiraju \(RBEI/EMT2\)" <Bhuvaneswari.Ethiraju@xxxxxxxxxxxx>, "Sakthipriya M Sanalkumar \(RBEI/EMT2\)" <Sakthipriya.MSanalkumar@xxxxxxxxxxxx>
Subject: [EXTERNAL] [equinox-dev] Sources for plugins to fulfil OSS obligations
Date: Fri, Nov 1, 2019 2:24 AM
 

Hello,

 

We have integrated the below plugins into our products and we were unable to find the sources for the same.

The plugin sources are required to fulfil OSS obligations.

 

1.      org.eclipse.equinox.security.linux.x86_64_1.1.0.v20171221-2204.jar

2.      org.eclipse.equinox.security.macosx_1.101.0.v20171221-2204.jar

3.      org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.700.v20180518-1200

4.      org.eclipse.equinox.launcher_1.5.0.v20180512-1130.jar

 

Kindly provide the respective sources..

 

Thanks in advance!

 

Regards,

Ranjana R (RBEI/EMT2)

 

 

_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/equinox-dev
 


Back to the top