484043: updated CliWizardIntegrationTest expectations

Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=484043
Signed-off-by: Lorenzo Bettini <lorenzo.bettini@gmail.com>
This commit is contained in:
Lorenzo Bettini 2016-04-13 16:50:37 +02:00
parent cc23a1cd38
commit bcd737998e
13 changed files with 16 additions and 16 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature id="org.xtext.example.eclipsePluginP2.sdk"
label="MyDsl SDK Feature "
<feature id="org.xtext.example.eclipsePluginP2.feature"
label="MyDsl Feature "
version="1.0.0.qualifier">
<plugin
id="org.xtext.example.eclipsePluginP2"

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature id="org.xtext.example.eclipsePluginP2.sdk" version="0.0.0">
<feature id="org.xtext.example.eclipsePluginP2.feature" version="0.0.0">
<category name="main"/>
</feature>
<feature id="org.xtext.example.eclipsePluginP2.sdk.source" version="0.0.0">
<feature id="org.xtext.example.eclipsePluginP2.feature.source" version="0.0.0">
<category name="main.source"/>
</feature>
<category-def name="main" label="MyDsl"/>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature id="org.xtext.example.full.sdk"
label="MyDsl SDK Feature "
<feature id="org.xtext.example.full.feature"
label="MyDsl Feature "
version="1.0.0.qualifier">
<plugin
id="org.xtext.example.full"

View file

@ -6,7 +6,7 @@
<artifactId>org.xtext.example.full.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>org.xtext.example.full.sdk</artifactId>
<artifactId>org.xtext.example.full.feature</artifactId>
<packaging>eclipse-feature</packaging>

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature id="org.xtext.example.full.sdk" version="0.0.0">
<feature id="org.xtext.example.full.feature" version="0.0.0">
<category name="main"/>
</feature>
<feature id="org.xtext.example.full.sdk.source" version="0.0.0">
<feature id="org.xtext.example.full.feature.source" version="0.0.0">
<category name="main.source"/>
</feature>
<category-def name="main" label="MyDsl"/>

View file

@ -18,7 +18,7 @@
<module>org.xtext.example.full.ide</module>
<module>org.xtext.example.full.ui</module>
<module>org.xtext.example.full.target</module>
<module>org.xtext.example.full.sdk</module>
<module>org.xtext.example.full.feature</module>
<module>org.xtext.example.full.repository</module>
<module>org.xtext.example.full.ui.tests</module>
</modules>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature id="org.xtext.example.mavenTychoP2.sdk"
label="MyDsl SDK Feature "
<feature id="org.xtext.example.mavenTychoP2.feature"
label="MyDsl Feature "
version="1.0.0.qualifier">
<plugin
id="org.xtext.example.mavenTychoP2"

View file

@ -6,7 +6,7 @@
<artifactId>org.xtext.example.mavenTychoP2.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>org.xtext.example.mavenTychoP2.sdk</artifactId>
<artifactId>org.xtext.example.mavenTychoP2.feature</artifactId>
<packaging>eclipse-feature</packaging>

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature id="org.xtext.example.mavenTychoP2.sdk" version="0.0.0">
<feature id="org.xtext.example.mavenTychoP2.feature" version="0.0.0">
<category name="main"/>
</feature>
<feature id="org.xtext.example.mavenTychoP2.sdk.source" version="0.0.0">
<feature id="org.xtext.example.mavenTychoP2.feature.source" version="0.0.0">
<category name="main.source"/>
</feature>
<category-def name="main" label="MyDsl"/>

View file

@ -19,7 +19,7 @@
<module>org.xtext.example.mavenTychoP2.ui</module>
<module>org.xtext.example.mavenTychoP2.web</module>
<module>org.xtext.example.mavenTychoP2.target</module>
<module>org.xtext.example.mavenTychoP2.sdk</module>
<module>org.xtext.example.mavenTychoP2.feature</module>
<module>org.xtext.example.mavenTychoP2.repository</module>
<module>org.xtext.example.mavenTychoP2.tests</module>
<module>org.xtext.example.mavenTychoP2.ui.tests</module>