13 lines
466 B
Plaintext
13 lines
466 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: install
|
|
Bundle-SymbolicName: org.adempiere.install;singleton:=true
|
|
Bundle-Version: 0.0.0.1
|
|
Bundle-ClassPath: install.jar
|
|
Export-Package: org.compiere.install
|
|
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.5.0",
|
|
org.adempiere.base;bundle-version="0.0.0",
|
|
org.adempiere.client;bundle-version="0.0.0",
|
|
org.adempiere.tools;bundle-version="0.0.0"
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|