Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2014-05-22 08:15:08 +0000
committerRemi Schnekenburger2015-04-27 07:42:23 +0000
commit9467b9369bf6102c447dd2538d9a48902bdc7dba (patch)
treea9feae4254acc0c8471939f0cf869bd53cdabe9c /plugins/developer
parentad791127919679a3972182966868ddba3a428574 (diff)
downloadorg.eclipse.papyrus-9467b9369bf6102c447dd2538d9a48902bdc7dba.tar.gz
org.eclipse.papyrus-9467b9369bf6102c447dd2538d9a48902bdc7dba.tar.xz
org.eclipse.papyrus-9467b9369bf6102c447dd2538d9a48902bdc7dba.zip
439894: [Wizard] Refactoring and enhancement
https://bugs.eclipse.org/bugs/show_bug.cgi?id=439894 435474: [Wizards] Wizards should set the name of the created diagrams https://bugs.eclipse.org/bugs/show_bug.cgi?id=435474 412676: Models created from uml files containing spaces in their names are invalid https://bugs.eclipse.org/bugs/show_bug.cgi?id=412676 440842: [New Papyrus Model Wizard] Model templates check list should have a scroll bar https://bugs.eclipse.org/bugs/show_bug.cgi?id=440842 435501: [Usability] The create new model wizard asks questions in the wrong order https://bugs.eclipse.org/bugs/show_bug.cgi?id=435501 + implementation the api modification pattern + refactor and modification of the code to fit Mars + added a non QVT transformation behavior + changed the page order Change-Id: If1a7040066937f1344f90c20b6a7b5b3fc6e4492 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr> Also-by: Thibault Le Ouay <t.leouay@sherpa-eng.com> Reviewed-on: https://git.eclipse.org/r/43320 Tested-by: Hudson CI Reviewed-by: Remi Schnekenburger <remi.schnekenburger@cea.fr> Tested-by: Remi Schnekenburger <remi.schnekenburger@cea.fr>
Diffstat (limited to 'plugins/developer')
-rw-r--r--plugins/developer/org.eclipse.papyrus.doc/intro/firststeps.xml2
-rw-r--r--plugins/developer/org.eclipse.papyrus.doc/intro/overview.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/developer/org.eclipse.papyrus.doc/intro/firststeps.xml b/plugins/developer/org.eclipse.papyrus.doc/intro/firststeps.xml
index 9d84d6b5484..ebafdb878eb 100644
--- a/plugins/developer/org.eclipse.papyrus.doc/intro/firststeps.xml
+++ b/plugins/developer/org.eclipse.papyrus.doc/intro/firststeps.xml
@@ -3,7 +3,7 @@
<extensionContent id="org.eclipse.team.papyrus.firststeps" name="Papyrus First Steps" style="css/firststeps.css" path="firststeps/@">
<group label="Papyrus" style-id="content-group" id="org.eclipse.papyrus-firststeps-group">
<link label="New Papyrus Project"
- url="http://org.eclipse.ui.intro/runAction?pluginId=org.eclipse.papyrus.uml.diagram.wizards&#38;class=org.eclipse.papyrus.uml.diagram.wizards.NewProjectAction"
+ url="http://org.eclipse.ui.intro/runAction?pluginId=org.eclipse.papyrus.uml.diagram.wizards&amp;class=org.eclipse.papyrus.uml.diagram.wizards.action.NewProjectAction"
id="newpapyrusproject-introLink" style-id="content-link">
<text>Start with creation of new Papyrus project</text>
</link>
diff --git a/plugins/developer/org.eclipse.papyrus.doc/intro/overview.xml b/plugins/developer/org.eclipse.papyrus.doc/intro/overview.xml
index 6d8ef3b5184..0ff38e4ad54 100644
--- a/plugins/developer/org.eclipse.papyrus.doc/intro/overview.xml
+++ b/plugins/developer/org.eclipse.papyrus.doc/intro/overview.xml
@@ -3,7 +3,7 @@
<extensionContent id="org.eclipse.team.papyrus.overview" name="Papyrus overview" style="css/overview.css" path="overview/@">
<group style-id="content-group" id="org.eclipse.papyrus-firststeps-group">
<link label="New Papyrus Project"
- url="http://org.eclipse.ui.intro/runAction?pluginId=org.eclipse.papyrus.uml.diagram.wizards&#38;class=org.eclipse.papyrus.uml.diagram.wizards.NewProjectAction"
+ url="http://org.eclipse.ui.intro/runAction?pluginId=org.eclipse.papyrus.uml.diagram.wizards&amp;class=org.eclipse.papyrus.uml.diagram.wizards.action.NewProjectAction"
id="newpapyrusproject-introLink" style-id="content-link">
<text>Start with creation of new Papyrus project</text>
</link>

Back to the top