Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/dsls
diff options
context:
space:
mode:
authorfjouault2008-06-28 19:59:22 +0000
committerfjouault2008-06-28 19:59:22 +0000
commit147b320421066fae8946b66e484bfda664600bee (patch)
tree81bc63771f1b0e535ece307add1263e319f1f6aa /dsls
parent8934d0a802e8d6263ec86cbf78a5f3bfc5eb9c4a (diff)
downloadorg.eclipse.atl-147b320421066fae8946b66e484bfda664600bee.tar.gz
org.eclipse.atl-147b320421066fae8946b66e484bfda664600bee.tar.xz
org.eclipse.atl-147b320421066fae8946b66e484bfda664600bee.zip
corrected annotations on enumeration literal
Diffstat (limited to 'dsls')
-rw-r--r--dsls/ACG/Metamodel/ACG.ann6
1 files changed, 3 insertions, 3 deletions
diff --git a/dsls/ACG/Metamodel/ACG.ann b/dsls/ACG/Metamodel/ACG.ann
index 68d632af..246aa0c6 100644
--- a/dsls/ACG/Metamodel/ACG.ann
+++ b/dsls/ACG/Metamodel/ACG.ann
@@ -3,13 +3,13 @@ annotate ACG {
nsURI='http://www.eclipse.org/m2m/atl/2007/ACG',
nsPrefix='acg';
- annotate "ACG::critic" with
+ annotate "ACG::Severity::critic" with
literalValue='critic';
- annotate "ACG::error" with
+ annotate "ACG::Severity::error" with
literalValue='error';
- annotate "ACG::warning" with
+ annotate "ACG::Severity::warning" with
literalValue='warning';
annotate PrimitiveTypes with

Back to the top