Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorepaen2013-10-01 12:35:33 +0000
committerGerrit Code Review @ Eclipse.org2013-10-02 13:15:00 +0000
commit56af01b8824e3e6f657295003605bc2aa6ea9847 (patch)
treece8eec72ded20467337dfdb2263dabe0c936ea0f /tests/org.eclipse.etrice.core.common.tests/META-INF/MANIFEST.MF
parentd26c09b6278d807b85c758d5b2db1b5f0cd0a3b2 (diff)
downloadorg.eclipse.etrice-56af01b8824e3e6f657295003605bc2aa6ea9847.tar.gz
org.eclipse.etrice-56af01b8824e3e6f657295003605bc2aa6ea9847.tar.xz
org.eclipse.etrice-56af01b8824e3e6f657295003605bc2aa6ea9847.zip
[core.common, core.room] bug 417583: AnnotationType names are not unique
from RoomClass names https://bugs.eclipse.org/417853, common-specific Annotation tests moved to core.common.tests and test grammar added to support these tests Change-Id: I49083d562a81b9cf17aa9f060d362a41aad2a734
Diffstat (limited to 'tests/org.eclipse.etrice.core.common.tests/META-INF/MANIFEST.MF')
-rw-r--r--tests/org.eclipse.etrice.core.common.tests/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/org.eclipse.etrice.core.common.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.etrice.core.common.tests/META-INF/MANIFEST.MF
index 7a8efc0cf..5c50119a6 100644
--- a/tests/org.eclipse.etrice.core.common.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.etrice.core.common.tests/META-INF/MANIFEST.MF
@@ -19,4 +19,5 @@ Import-Package: org.apache.log4j,
org.junit.runners.model;version="4.5.0",
org.hamcrest.core
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: org.eclipse.etrice.core.common
+Export-Package: org.eclipse.etrice.core.common.tests,
+ org.eclipse.etrice.core.common

Back to the top