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...
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.