Cleanup of WALA dependencies.

This commit is contained in:
Achim D. Brucker 2015-06-13 19:13:28 +02:00
parent b7e22264be
commit 0fd0b98178
2 changed files with 4 additions and 36 deletions

View File

@ -12,40 +12,10 @@ Require-Bundle: org.eclipse.ui,
com.ibm.wala.cast.java, com.ibm.wala.cast.java,
com.ibm.wala.ide, com.ibm.wala.ide,
com.ibm.wala.core, com.ibm.wala.core,
com.ibm.wala.core.tests,
com.ibm.wala.shrike, com.ibm.wala.shrike,
com.ibm.wala.ide.jdt, com.ibm.wala.ide.jdt
org.junit
Bundle-ActivationPolicy: lazy Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.eclipse.ui.wizards.datatransfer Import-Package: org.eclipse.ui.wizards.datatransfer
Bundle-ClassPath: ., Bundle-ClassPath: .,
libcvc3-5.0.0.jar, lib/libcvc3-5.0.0.jar,
walaUtil.jar,
junit.jar,
ant-antlr.jar,
ant-apache-bcel.jar,
ant-apache-bsf.jar,
ant-apache-log4j.jar,
ant-apache-oro.jar,
ant-apache-regexp.jar,
ant-apache-resolver.jar,
ant-apache-xalan2.jar,
ant-commons-logging.jar,
ant-commons-net.jar,
ant-jai.jar,
ant-javamail.jar,
ant-jdepend.jar,
ant-jmf.jar,
ant-jsch.jar,
ant-junit.jar,
ant-junit4.jar,
ant-launcher.jar,
ant-netrexx.jar,
ant-swing.jar,
ant-testutil.jar,
ant.jar,
jdi.jar,
jdimodel.jar,
pdebuild.jar,
log4j-1.2.17.jar

View File

@ -11,10 +11,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<luna-repo.url>http://download.eclipse.org/releases/luna</luna-repo.url> <luna-repo.url>http://download.eclipse.org/releases/luna</luna-repo.url>
</properties> </properties>
<modules> <modules>
<module>../../externals/WALA</module> <module>../../externals/WALA/</module>
<module>../eu.aniketos.dasca.dataflow</module>
<module>../eu.aniketos.dasca.dataflow.tests</module>
</modules> </modules>
<profiles> <profiles>
<profile> <profile>