Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

why Eclipse 4.7.2 no delta pack for download

why Eclipse 4.7.2 Release Build: 4.7.2 no delta pack for download now?

How will I create the delta-pack for eclipse-4.7.2? If anyone has the idea please suggest me...

like image 628
Shivendra Prakash Shukla Avatar asked Mar 20 '18 05:03

Shivendra Prakash Shukla


1 Answers

Since Eclipse 4.5, DeltaPack is no longer available.

Solution 1:
The currently preferred way to do multi-platform builds is to set your target platform to the appropriate Eclipse repository. See here for more details.

Solution 2:
It is possible to build your own Eclipse DeltaPack.
For example, you can use an ant script from Eclipse's git repository to create DeltaPack by executing it in your IDE. See here for more details.

like image 97
SergeyLebedev Avatar answered Oct 15 '22 18:10

SergeyLebedev