mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
490796: renamed mwe2 property to newProjectWizardForEclipse
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=490796 Signed-off-by: Lorenzo Bettini <lorenzo.bettini@gmail.com>
This commit is contained in:
parent
1d70c475b2
commit
59a500b0bf
1 changed files with 2 additions and 2 deletions
|
@ -98,7 +98,7 @@ import org.eclipse.xtext.xtext.generator.ui.projectWizard.SimpleProjectWizardFra
|
|||
|
||||
WebIntegrationFragment webSupport = new WebIntegrationFragment
|
||||
|
||||
SimpleProjectWizardFragment2 projectWizard = new SimpleProjectWizardFragment2
|
||||
SimpleProjectWizardFragment2 newProjectWizardForEclipse = new SimpleProjectWizardFragment2
|
||||
|
||||
new() {
|
||||
try {
|
||||
|
@ -154,7 +154,7 @@ import org.eclipse.xtext.xtext.generator.ui.projectWizard.SimpleProjectWizardFra
|
|||
fragments += ideaParser
|
||||
fragments += ideaPlugin
|
||||
fragments += webSupport
|
||||
fragments += projectWizard
|
||||
fragments += newProjectWizardForEclipse
|
||||
fragments
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue