From 4f74497be2fc00a6c50b0cd51e1ae6147b13d678 Mon Sep 17 00:00:00 2001 From: Pierre GAUTIER Date: Fri, 8 Sep 2017 14:53:35 +0200 Subject: Bug 514491 - [Documentation] removing the non maintain doc https://bugs.eclipse.org/bugs/show_bug.cgi?id=514491 move templates from doc/templates to releng/templates Change-Id: I1bbef3619567cb6f21c0e1b0f941ec710b2bdab8 Signed-off-by: Pierre GAUTIER --- .../templates/HowToUseTemplates.txt | 47 ---- .../templates/Papyrus Code templates.xml | 28 -- .../templates/papyrus_cleanup.xml | 62 ----- .../templates/papyrus_formatter.xml | 291 --------------------- releng/templates/HowToUseTemplates.txt | 47 ++++ releng/templates/Papyrus Code templates.xml | 28 ++ releng/templates/papyrus_cleanup.xml | 62 +++++ releng/templates/papyrus_formatter.xml | 291 +++++++++++++++++++++ 8 files changed, 428 insertions(+), 428 deletions(-) delete mode 100644 doc/DevelopperDocuments/templates/HowToUseTemplates.txt delete mode 100644 doc/DevelopperDocuments/templates/Papyrus Code templates.xml delete mode 100644 doc/DevelopperDocuments/templates/papyrus_cleanup.xml delete mode 100644 doc/DevelopperDocuments/templates/papyrus_formatter.xml create mode 100644 releng/templates/HowToUseTemplates.txt create mode 100644 releng/templates/Papyrus Code templates.xml create mode 100644 releng/templates/papyrus_cleanup.xml create mode 100644 releng/templates/papyrus_formatter.xml diff --git a/doc/DevelopperDocuments/templates/HowToUseTemplates.txt b/doc/DevelopperDocuments/templates/HowToUseTemplates.txt deleted file mode 100644 index 02661d30d45..00000000000 --- a/doc/DevelopperDocuments/templates/HowToUseTemplates.txt +++ /dev/null @@ -1,47 +0,0 @@ -------------------------------------------------------------------------------- - --------------------------- -! Papyrus Code Templates ! --------------------------- - -In Eclipse workbench, select "Window" -> "preferences" - -In the opened window, in the left tree, select: -"Java" -> "Code Style" -> "Code Templates" - -On the right, click on the button: "Import..." - -Select the place where the file "Papyrus Code Templates.xml" is. - - -------------------------------------------------------------------------------- - ---------------------- -! Papyrus Formatter ! ---------------------- - -In Eclipse workbench, select "Window" -> "preferences" - -In the opened window, in the left tree, select: -"Java" -> "Code Style" -> "Formatter" - -On the right, click on the button: "Import..." - -Select the place where the file "papyrus_formatter.xml" is. - -------------------------------------------------------------------------------- - -------------------- -! Papyrus Cleanup ! -------------------- - -In Eclipse workbench, select "Window" -> "preferences" - -In the opened window, in the left tree, select: -"Java" -> "Code Style" -> "Clean Up" - -On the right, click on the button: "Import..." - -Select the place where the file "papyrus_cleanup.xml" is. - -------------------------------------------------------------------------------- \ No newline at end of file diff --git a/doc/DevelopperDocuments/templates/Papyrus Code templates.xml b/doc/DevelopperDocuments/templates/Papyrus Code templates.xml deleted file mode 100644 index d367d7b2bce..00000000000 --- a/doc/DevelopperDocuments/templates/Papyrus Code templates.xml +++ /dev/null @@ -1,28 +0,0 @@ - \ No newline at end of file diff --git a/doc/DevelopperDocuments/templates/papyrus_cleanup.xml b/doc/DevelopperDocuments/templates/papyrus_cleanup.xml deleted file mode 100644 index b5774bfc7b5..00000000000 --- a/doc/DevelopperDocuments/templates/papyrus_cleanup.xml +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/doc/DevelopperDocuments/templates/papyrus_formatter.xml b/doc/DevelopperDocuments/templates/papyrus_formatter.xml deleted file mode 100644 index 22b67816991..00000000000 --- a/doc/DevelopperDocuments/templates/papyrus_formatter.xml +++ /dev/null @@ -1,291 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/releng/templates/HowToUseTemplates.txt b/releng/templates/HowToUseTemplates.txt new file mode 100644 index 00000000000..02661d30d45 --- /dev/null +++ b/releng/templates/HowToUseTemplates.txt @@ -0,0 +1,47 @@ +------------------------------------------------------------------------------- + +-------------------------- +! Papyrus Code Templates ! +-------------------------- + +In Eclipse workbench, select "Window" -> "preferences" + +In the opened window, in the left tree, select: +"Java" -> "Code Style" -> "Code Templates" + +On the right, click on the button: "Import..." + +Select the place where the file "Papyrus Code Templates.xml" is. + + +------------------------------------------------------------------------------- + +--------------------- +! Papyrus Formatter ! +--------------------- + +In Eclipse workbench, select "Window" -> "preferences" + +In the opened window, in the left tree, select: +"Java" -> "Code Style" -> "Formatter" + +On the right, click on the button: "Import..." + +Select the place where the file "papyrus_formatter.xml" is. + +------------------------------------------------------------------------------- + +------------------- +! Papyrus Cleanup ! +------------------- + +In Eclipse workbench, select "Window" -> "preferences" + +In the opened window, in the left tree, select: +"Java" -> "Code Style" -> "Clean Up" + +On the right, click on the button: "Import..." + +Select the place where the file "papyrus_cleanup.xml" is. + +------------------------------------------------------------------------------- \ No newline at end of file diff --git a/releng/templates/Papyrus Code templates.xml b/releng/templates/Papyrus Code templates.xml new file mode 100644 index 00000000000..d367d7b2bce --- /dev/null +++ b/releng/templates/Papyrus Code templates.xml @@ -0,0 +1,28 @@ + \ No newline at end of file diff --git a/releng/templates/papyrus_cleanup.xml b/releng/templates/papyrus_cleanup.xml new file mode 100644 index 00000000000..b5774bfc7b5 --- /dev/null +++ b/releng/templates/papyrus_cleanup.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/releng/templates/papyrus_formatter.xml b/releng/templates/papyrus_formatter.xml new file mode 100644 index 00000000000..22b67816991 --- /dev/null +++ b/releng/templates/papyrus_formatter.xml @@ -0,0 +1,291 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3