Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 134096 Details for
Bug 268881
Use Import-package headers instead of Required-Bundle
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
example patch using import-package
import-package.patch (text/plain), 4.17 KB, created by
Will Horn
on 2009-05-01 14:38:32 EDT
(
hide
)
Description:
example patch using import-package
Filename:
MIME Type:
Creator:
Will Horn
Created:
2009-05-01 14:38:32 EDT
Size:
4.17 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.swtbot.swt.finder >Index: META-INF/MANIFEST.MF >=================================================================== >--- META-INF/MANIFEST.MF (revision 209) >+++ META-INF/MANIFEST.MF (working copy) >@@ -3,10 +3,7 @@ > Bundle-Name: SWTBot SWT Control Finder plugin (incubation) > Bundle-SymbolicName: org.eclipse.swtbot.swt.finder;singleton:=true > Bundle-Version: 2.0.0.qualifier >-Require-Bundle: org.eclipse.swt, >- org.hamcrest, >- org.junit4, >- org.apache.log4j >+Require-Bundle: org.eclipse.swt > Bundle-ActivationPolicy: lazy > Bundle-ClassPath: . > Export-Package: org.eclipse.swtbot.swt.finder, >@@ -21,3 +18,6 @@ > org.eclipse.swtbot.swt.finder.widgets > Bundle-Vendor: Eclipse.org > Bundle-RequiredExecutionEnvironment: J2SE-1.5 >+Import-Package: org.apache.log4j;version="1.2.13", >+ org.hamcrest;version="1.1.0", >+ org.junit;version="4.5.0" >#P org.eclipse.swtbot.junit4_x >Index: META-INF/MANIFEST.MF >=================================================================== >--- META-INF/MANIFEST.MF (revision 209) >+++ META-INF/MANIFEST.MF (working copy) >@@ -6,6 +6,8 @@ > Bundle-Vendor: Eclipse.org > Bundle-RequiredExecutionEnvironment: J2SE-1.5 > Export-Package: org.eclipse.swtbot.swt.finder.junit >-Require-Bundle: org.apache.log4j, >- org.eclipse.swtbot.swt.finder, >- org.junit4;bundle-version="[4.3.1,4.4.0]" >+Require-Bundle: org.eclipse.swtbot.swt.finder >+Import-Package: org.apache.log4j;version="1.2.13", >+ org.junit;version="4.5.0", >+ org.junit.runner.notification;version="4.5.0", >+ org.junit.runners;version="4.5.0" >#P org.eclipse.swtbot.eclipse.spy >Index: META-INF/MANIFEST.MF >=================================================================== >--- META-INF/MANIFEST.MF (revision 209) >+++ META-INF/MANIFEST.MF (working copy) >@@ -6,13 +6,13 @@ > Bundle-Activator: org.eclipse.swtbot.eclipse.spy.Activator > Require-Bundle: org.eclipse.ui, > org.eclipse.core.runtime, >- org.junit4, > org.eclipse.swtbot.swt.finder, >- org.eclipse.swtbot.eclipse.finder, >- org.apache.log4j >+ org.eclipse.swtbot.eclipse.finder > Bundle-ActivationPolicy: lazy > Bundle-ClassPath: . > Bundle-RequiredExecutionEnvironment: J2SE-1.5 > Bundle-Vendor: Eclipse.org > Export-Package: org.eclipse.swtbot.eclipse.spy, > org.eclipse.swtbot.eclipse.spy.views >+Import-Package: org.apache.log4j;version="1.2.13", >+ org.junit;version="4.5.0" >#P org.eclipse.swtbot.eclipse.core >Index: META-INF/MANIFEST.MF >=================================================================== >--- META-INF/MANIFEST.MF (revision 209) >+++ META-INF/MANIFEST.MF (working copy) >@@ -7,5 +7,5 @@ > Bundle-RequiredExecutionEnvironment: J2SE-1.5 > Require-Bundle: org.eclipse.core.runtime, > org.eclipse.ui, >- org.junit4, > org.eclipse.jdt.junit.runtime >+Import-Package: org.junit;version="4.5.0" >#P org.eclipse.swtbot.eclipse.ui >Index: META-INF/MANIFEST.MF >=================================================================== >--- META-INF/MANIFEST.MF (revision 209) >+++ META-INF/MANIFEST.MF (working copy) >@@ -16,8 +16,6 @@ > org.eclipse.jdt.ui, > org.eclipse.swtbot.swt.finder, > org.eclipse.swtbot.eclipse.finder, >- org.hamcrest, >- org.junit4, > org.eclipse.ui.intro, > org.eclipse.ui.intro.universal > Bundle-ActivationPolicy: lazy >@@ -26,3 +24,5 @@ > org.eclipse.swtbot.eclipse.ui.preferences > Bundle-RequiredExecutionEnvironment: J2SE-1.5 > Bundle-ClassPath: . >+Import-Package: org.hamcrest;version="1.1.0", >+ org.junit;version="4.5.0" >#P org.eclipse.swtbot.eclipse.finder >Index: META-INF/MANIFEST.MF >=================================================================== >--- META-INF/MANIFEST.MF (revision 209) >+++ META-INF/MANIFEST.MF (working copy) >@@ -6,10 +6,7 @@ > Bundle-Activator: org.eclipse.swtbot.eclipse.finder.Activator > Require-Bundle: org.eclipse.ui, > org.eclipse.core.runtime, >- org.eclipse.swtbot.swt.finder, >- org.hamcrest, >- org.junit4, >- org.apache.log4j >+ org.eclipse.swtbot.swt.finder > Bundle-ActivationPolicy: lazy > Bundle-Vendor: Eclipse.org > Export-Package: org.eclipse.swtbot.eclipse.finder, >@@ -20,3 +17,6 @@ > org.eclipse.swtbot.eclipse.finder.widgets > Bundle-RequiredExecutionEnvironment: J2SE-1.5 > Bundle-ClassPath: . >+Import-Package: org.apache.log4j;version="1.2.13", >+ org.hamcrest;version="1.1.0", >+ org.junit;version="4.5.0"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 268881
:
130599
| 134096