fix broken build

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@761 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2007-02-14 22:36:05 +00:00
parent d93196166d
commit 34fa813b47
2 changed files with 3 additions and 2 deletions

View File

@ -3,5 +3,7 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="lib" path="lib/java_cup.jar"/>
<classpathentry kind="lib" path="lib/polyglot.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View File

@ -9,8 +9,7 @@ Bundle-Localization: plugin
Require-Bundle: com.ibm.wala.cast,
com.ibm.wala.core,
org.eclipse.jdt.core,
org.eclipse.core.runtime,
polyglot
org.eclipse.core.runtime
Eclipse-LazyStart: true
Export-Package: com.ibm.wala.cast.java,
com.ibm.wala.cast.java.analysis.typeInference,