diff --git a/com.ibm.wala.cast.java.polyglot.test/META-INF/MANIFEST.MF b/com.ibm.wala.cast.java.polyglot.test/META-INF/MANIFEST.MF index 6b4a7ee31..5f8c7afea 100644 --- a/com.ibm.wala.cast.java.polyglot.test/META-INF/MANIFEST.MF +++ b/com.ibm.wala.cast.java.polyglot.test/META-INF/MANIFEST.MF @@ -13,6 +13,7 @@ Require-Bundle: com.ibm.wala.cast;bundle-version="1.0.0", org.eclipse.core.runtime, com.ibm.wala.cast.test;bundle-version="1.0.0", com.ibm.wala.cast.java.polyglot;bundle-version="1.0.0", - org.junit;bundle-version="4.0.0" + org.junit;bundle-version="4.0.0", + com.ibm.wala.cast.java.test.data;bundle-version="1.3.4" Bundle-RequiredExecutionEnvironment: J2SE-1.5 Bundle-ActivationPolicy: lazy diff --git a/com.ibm.wala.cast.java.polyglot.test/pom.xml b/com.ibm.wala.cast.java.polyglot.test/pom.xml index 717105108..2300b2e68 100644 --- a/com.ibm.wala.cast.java.polyglot.test/pom.xml +++ b/com.ibm.wala.cast.java.polyglot.test/pom.xml @@ -2,13 +2,42 @@ 4.0.0 - - WALA - com.ibm.wala - 0.0.1-SNAPSHOT - - com.ibm.wala + + com.ibm.wala + WALA + 1.3.4-SNAPSHOT + com.ibm.wala.cast.java.polyglot.test - 1.0.0 eclipse-plugin + + + + org.apache.maven.plugins + maven-surefire-plugin + + + test + test + + ${project.build.outputDirectory} + -Xmx800M -ea + true + ${basedir}/../com.ibm.wala.cast.java.test.data + + + test + + + + + + + + + junit + junit + 4.7 + test + + diff --git a/com.ibm.wala.cast.java.test.data/build.xml b/com.ibm.wala.cast.java.test.data/build.xml index be15e70da..318fd931e 100644 --- a/com.ibm.wala.cast.java.test.data/build.xml +++ b/com.ibm.wala.cast.java.test.data/build.xml @@ -14,12 +14,15 @@ - - - - + + + + + + + diff --git a/com.ibm.wala.cast.java.test.data/pom.xml b/com.ibm.wala.cast.java.test.data/pom.xml index 9b9f9d822..c5cc24789 100644 --- a/com.ibm.wala.cast.java.test.data/pom.xml +++ b/com.ibm.wala.cast.java.test.data/pom.xml @@ -9,4 +9,37 @@ com.ibm.wala.cast.java.test.data eclipse-plugin + + + + + maven-antrun-plugin + 1.7 + + + process-resources + + + + + + + + run + + + + + + com.sun + tools + 1.7 + system + ${java.home}/../lib/tools.jar + + + + + + diff --git a/com.ibm.wala.cast.java.test/META-INF/MANIFEST.MF b/com.ibm.wala.cast.java.test/META-INF/MANIFEST.MF index e5c8e8f21..c7c723d1d 100644 --- a/com.ibm.wala.cast.java.test/META-INF/MANIFEST.MF +++ b/com.ibm.wala.cast.java.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Java AST WALA Test Plug-in Bundle-SymbolicName: com.ibm.wala.cast.java.test -Bundle-Version: 1.0.0 +Bundle-Version: 1.3.4.qualifier Bundle-Activator: com.ibm.wala.cast.java.test.TestPlugin Bundle-Vendor: IBM Require-Bundle: com.ibm.wala.core.tests, diff --git a/com.ibm.wala.cast.java.test/pom.xml b/com.ibm.wala.cast.java.test/pom.xml index 8060e2b93..7f2454c3b 100644 --- a/com.ibm.wala.cast.java.test/pom.xml +++ b/com.ibm.wala.cast.java.test/pom.xml @@ -8,5 +8,35 @@ 1.3.4-SNAPSHOT com.ibm.wala.cast.java.test - eclipse-test-plugin + eclipse-plugin + + + + org.apache.maven.plugins + maven-surefire-plugin + + + test + test + + ${project.build.outputDirectory} + -Xmx800M -ea + true + + + test + + + + + + + + + junit + junit + 4.7 + test + + diff --git a/com.ibm.wala.cast.test/pom.xml b/com.ibm.wala.cast.test/pom.xml index 6d9346166..2d5cc4b48 100644 --- a/com.ibm.wala.cast.test/pom.xml +++ b/com.ibm.wala.cast.test/pom.xml @@ -8,5 +8,35 @@ 1.3.4-SNAPSHOT com.ibm.wala.cast.test - eclipse-test-plugin + eclipse-plugin + + + + org.apache.maven.plugins + maven-surefire-plugin + + + test + test + + ${project.build.outputDirectory} + -Xmx800M -ea + true + + + test + + + + + + + + + junit + junit + 4.7 + test + + diff --git a/pom.xml b/pom.xml index 7cb5369a7..54811fa45 100644 --- a/pom.xml +++ b/pom.xml @@ -26,11 +26,15 @@ com.ibm.wala.util com.ibm.wala.core.testdata - com.ibm.wala.core.tests + com.ibm.wala.cast + com.ibm.wala.cast.test com.ibm.wala.cast.java + com.ibm.wala.cast.java.test + com.ibm.wala.cast.java.test.data com.ibm.wala.cast.java.polyglot + com.ibm.wala.cast.java.polyglot.test com.ibm.wala.cast.js com.ibm.wala.cast.js.rhino