Skip to content

Commit 8a29d34

Browse files
committed
Clean up and trying to add file programmatically.
1 parent 892c734 commit 8a29d34

File tree

5 files changed

+124
-552
lines changed

5 files changed

+124
-552
lines changed

src/ServiceStackEclipse/META-INF/MANIFEST.MF

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ Bundle-Version: 1.0.0.qualifier
66
Bundle-Vendor: ServiceStack
77
Require-Bundle: org.eclipse.ui,
88
org.eclipse.core.resources,
9-
org.eclipse.jdt.core;bundle-version="3.10.0"
9+
org.eclipse.jdt.core;bundle-version="3.10.0",
10+
org.eclipse.ui.ide;bundle-version="3.10.2"
1011
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
1112
Import-Package: org.eclipse.core.runtime,
12-
org.eclipse.jdt.core
13+
org.eclipse.jdt.core,
14+
org.eclipse.ui.ide
1315
Bundle-ClassPath: .,
1416
libs/httpcore-4.3.2.jar,
1517
libs/httpclient-4.3.3.jar,

src/ServiceStackEclipse/src/net/servicestack/eclipse/popup/actions/AddRef.form

Lines changed: 0 additions & 159 deletions
This file was deleted.

0 commit comments

Comments
 (0)