Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 890946f94177951aabfab046356fd0d630c85013 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: REST API Tests
Bundle-SymbolicName: org.eclipse.ecf.tests.remoteservice.rest;singleton:=true
Bundle-Version: 1.1.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.ecf.remoteservice.rest;bundle-version="1.0.0",
 org.junit;bundle-version="3.8.2",
 org.eclipse.ecf.tests;bundle-version="2.0.0",
 org.eclipse.ecf;bundle-version="3.0.0",
 org.eclipse.core.runtime;bundle-version="3.5.0",
 org.eclipse.ecf.remoteservice;bundle-version="3.0.0",
 org.eclipse.equinox.concurrent;bundle-version="1.0.0",
 org.json;bundle-version="1.0.0"
Import-Package: org.apache.commons.httpclient;version="3.0.1",
 org.apache.commons.httpclient.server,
 org.eclipse.ecf.remoteservice.asyncproxy;version="1.0.0"
Export-Package: org.eclipse.ecf.tests.remoteservice.rest,
 org.eclipse.ecf.tests.remoteservice.rest.service,
 org.eclipse.ecf.tests.remoteservice.rest.twitter

Back to the top