remove dependence from cast.java.test to eclipse.tests

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2851 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
dolby-oss 2008-05-27 13:30:18 +00:00
parent ed8a7159e6
commit 3e4e738a39
1 changed files with 3 additions and 1 deletions

View File

@ -5,8 +5,10 @@ Bundle-SymbolicName: com.ibm.wala.core.tests;singleton:=true
Bundle-Version: 1.1.3.qualifier
Bundle-Vendor: %providerName
Require-Bundle: com.ibm.wala.core,
com.ibm.wala.core.testdata,
org.junit,
org.eclipse.jface
org.eclipse.jface,
org.eclipse.ui.ide
Bundle-Localization: plugin
Export-Package: com.ibm.wala.core.tests.basic,
com.ibm.wala.core.tests.callGraph,