Skip to content

Commit

Permalink
fixed a problem with duplicate name check being too harsh in combinat…
Browse files Browse the repository at this point in the history
…ion with unrestricted exporting of named model elements
  • Loading branch information
dslmeinte committed Aug 1, 2012
1 parent 4c92e06 commit 3409562
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Workflow {
fragment = scoping.ImportURIScopingFragment { generateStub = false }
fragment = validation.JavaValidatorFragment {
composedCheck = "org.eclipse.xtext.validation.ImportUriValidator"
composedCheck = "org.eclipse.xtext.validation.NamesAreUniqueValidator"
// composedCheck = "org.eclipse.xtext.validation.NamesAreUniqueValidator"
}

fragment = serializer.SerializerFragment { generateStub = false }
Expand Down

0 comments on commit 3409562

Please sign in to comment.