You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
813 B
23 lines
813 B
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Cust
|
|
Bundle-SymbolicName: com.connor.cust;singleton:=true
|
|
Bundle-Version: 1.0.0
|
|
Import-Package: org.apache.commons.httpclient,
|
|
org.apache.commons.httpclient.methods
|
|
Bundle-Activator: com.connor.cust.Activator
|
|
Bundle-ClassPath: lib/fastjson-1.2.78.jar,
|
|
.
|
|
Bundle-Vendor: CONNOR
|
|
Require-Bundle: org.eclipse.ui,
|
|
org.eclipse.core.runtime,
|
|
com.teamcenter.rac.kernel;bundle-version="14000.3.0",
|
|
com.teamcenter.rac.aifrcp;bundle-version="14000.3.0",
|
|
com.teamcenter.rac.util;bundle-version="14000.3.0",
|
|
org.apache.poi;bundle-version="5.2.1",
|
|
TcSoaCoreRac;bundle-version="14000.3.0",
|
|
com.teamcenter.rac.common;bundle-version="14000.3.0"
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
|
Automatic-Module-Name: com.connor.cust
|
|
Bundle-ActivationPolicy: lazy
|