diff --git a/com.ibm.wala.core.tests/META-INF/MANIFEST.MF b/com.ibm.wala.core.tests/META-INF/MANIFEST.MF index 7ef93a585..407c071d2 100644 --- a/com.ibm.wala.core.tests/META-INF/MANIFEST.MF +++ b/com.ibm.wala.core.tests/META-INF/MANIFEST.MF @@ -1,20 +1,21 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: WALA Tests Plug-in -Bundle-SymbolicName: com.ibm.wala.core.tests;singleton:=true -Bundle-Version: 1.1.3.qualifier -Bundle-Vendor: IBM -Require-Bundle: com.ibm.wala.core, - org.junit, - org.eclipse.jface -Export-Package: com.ibm.wala.core.tests.basic, - com.ibm.wala.core.tests.callGraph, - com.ibm.wala.core.tests.cha, - com.ibm.wala.core.tests.demandpa, - com.ibm.wala.core.tests.ir, - com.ibm.wala.core.tests.slicer, - com.ibm.wala.core.tests.util, - com.ibm.wala.eclipse.headless, - com.ibm.wala.examples.drivers, - com.ibm.wala.examples.properties, - com.ibm.wala.demandpa.driver +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %pluginName +Bundle-SymbolicName: com.ibm.wala.core.tests;singleton:=true +Bundle-Version: 1.1.3.qualifier +Bundle-Vendor: %providerName +Require-Bundle: com.ibm.wala.core, + org.junit, + org.eclipse.jface +Bundle-Localization: plugin +Export-Package: com.ibm.wala.core.tests.basic, + com.ibm.wala.core.tests.callGraph, + com.ibm.wala.core.tests.cha, + com.ibm.wala.core.tests.demandpa, + com.ibm.wala.core.tests.ir, + com.ibm.wala.core.tests.slicer, + com.ibm.wala.core.tests.util, + com.ibm.wala.eclipse.headless, + com.ibm.wala.examples.drivers, + com.ibm.wala.examples.properties, + com.ibm.wala.demandpa.driver diff --git a/com.ibm.wala.core.tests/build.properties b/com.ibm.wala.core.tests/build.properties index 22ddb249b..6741837d6 100644 --- a/com.ibm.wala.core.tests/build.properties +++ b/com.ibm.wala.core.tests/build.properties @@ -3,4 +3,5 @@ source.. = src/,\ output.. = bin/ bin.includes = META-INF/,\ .,\ - plugin.xml + plugin.xml,\ + plugin.properties diff --git a/com.ibm.wala.core.tests/plugin.properties b/com.ibm.wala.core.tests/plugin.properties new file mode 100644 index 000000000..90dfc57c1 --- /dev/null +++ b/com.ibm.wala.core.tests/plugin.properties @@ -0,0 +1,2 @@ +pluginName = IBM Wala Framework - Unit tests +providerName = IBM \ No newline at end of file