remove eclipse delta pack dependency.
(transplanted from b8830123bfc8f7c6520ebf435f5e9af263556201)
This commit is contained in:
parent
03ddf2648a
commit
0eb1b2e0ef
|
@ -36,10 +36,6 @@
|
|||
id="org.adempiere.report.jasper"
|
||||
version="0.0.0"/>
|
||||
|
||||
<includes
|
||||
id="org.eclipse.equinox.executable"
|
||||
version="0.0.0"/>
|
||||
|
||||
<includes
|
||||
id="org.eclipse.equinox.server.core"
|
||||
version="0.0.0"/>
|
||||
|
@ -321,4 +317,14 @@
|
|||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.equinox.launcher"
|
||||
os="linux,macosx,win32"
|
||||
ws="cocoa,gtk,win32"
|
||||
arch="x86,x86_64"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
</feature>
|
||||
|
|
Loading…
Reference in New Issue