From 637d8edf758dc319bfbb1e4e95e659c4b9b077a2 Mon Sep 17 00:00:00 2001 From: Camille Letavernier Date: Thu, 28 May 2015 15:42:57 +0200 Subject: [Releng] Initial fix + cleanup for SoaML plug-ins Change-Id: I2d6f6eb48a1a265eb4f334e4e4c1a73936696e57 Signed-off-by: Camille Letavernier --- .../about.html | 28 ++++++++++++++++++++++ .../build.properties | 6 +++-- .../pom.xml | 14 +++++++++++ .../about.html | 28 ++++++++++++++++++++++ .../build.properties | 4 +++- .../org.eclipse.papyrus.soaml.diagram.ui/pom.xml | 14 +++++++++++ .../about.html | 28 ++++++++++++++++++++++ .../build.properties | 5 ++-- .../pom.xml | 14 +++++++++++ .../org.eclipse.papyrus.soaml.profile/about.html | 28 ++++++++++++++++++++++ .../build.properties | 8 +++---- .../org.eclipse.papyrus.soaml.profile/pom.xml | 14 +++++++++++ 12 files changed, 182 insertions(+), 9 deletions(-) create mode 100644 extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.common/about.html create mode 100644 extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.common/pom.xml create mode 100644 extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.ui/about.html create mode 100644 extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.ui/pom.xml create mode 100644 extraplugins/soaml/org.eclipse.papyrus.soaml.profile.validation/about.html create mode 100644 extraplugins/soaml/org.eclipse.papyrus.soaml.profile.validation/pom.xml create mode 100644 extraplugins/soaml/org.eclipse.papyrus.soaml.profile/about.html create mode 100644 extraplugins/soaml/org.eclipse.papyrus.soaml.profile/pom.xml (limited to 'extraplugins') diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.common/about.html b/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.common/about.html new file mode 100644 index 00000000000..82d49bf5f81 --- /dev/null +++ b/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.common/about.html @@ -0,0 +1,28 @@ + + + + +About + + +

About This Content

+ +

June 5, 2007

+

License

+ +

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available +at http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

+ +

If you did not receive this Content directly from the Eclipse Foundation, the Content is +being redistributed by another party ("Redistributor") and different terms and conditions may +apply to your use of any object code in the Content. Check the Redistributor's license that was +provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise +indicated below, the terms and conditions of the EPL still apply to any source code in the Content +and such source code may be obtained at http://www.eclipse.org.

+ + + diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.common/build.properties b/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.common/build.properties index a401769eb26..7bfddf3e6b5 100644 --- a/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.common/build.properties +++ b/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.common/build.properties @@ -6,5 +6,7 @@ bin.includes = META-INF/,\ icons/,\ diagrams/,\ viewpoints/,\ - build.properties,\ - plugin.properties + plugin.properties,\ + css/,\ + about.html +src.includes = about.html diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.common/pom.xml b/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.common/pom.xml new file mode 100644 index 00000000000..f51b0f91dd6 --- /dev/null +++ b/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.common/pom.xml @@ -0,0 +1,14 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.soaml.diagram.common + org.eclipse.papyrus + 1.1.0-SNAPSHOT + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.ui/about.html b/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.ui/about.html new file mode 100644 index 00000000000..82d49bf5f81 --- /dev/null +++ b/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.ui/about.html @@ -0,0 +1,28 @@ + + + + +About + + +

About This Content

+ +

June 5, 2007

+

License

+ +

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available +at http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

+ +

If you did not receive this Content directly from the Eclipse Foundation, the Content is +being redistributed by another party ("Redistributor") and different terms and conditions may +apply to your use of any object code in the Content. Check the Redistributor's license that was +provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise +indicated below, the terms and conditions of the EPL still apply to any source code in the Content +and such source code may be obtained at http://www.eclipse.org.

+ + + diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.ui/build.properties b/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.ui/build.properties index f4ae9701586..1cb217caf5f 100644 --- a/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.ui/build.properties +++ b/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.ui/build.properties @@ -2,4 +2,6 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ - plugin.properties + plugin.properties,\ + plugin.xml,\ + icons/ diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.ui/pom.xml b/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.ui/pom.xml new file mode 100644 index 00000000000..72737697d86 --- /dev/null +++ b/extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.ui/pom.xml @@ -0,0 +1,14 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.soaml.diagram.ui + org.eclipse.papyrus + 1.1.0-SNAPSHOT + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile.validation/about.html b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile.validation/about.html new file mode 100644 index 00000000000..82d49bf5f81 --- /dev/null +++ b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile.validation/about.html @@ -0,0 +1,28 @@ + + + + +About + + +

About This Content

+ +

June 5, 2007

+

License

+ +

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available +at http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

+ +

If you did not receive this Content directly from the Eclipse Foundation, the Content is +being redistributed by another party ("Redistributor") and different terms and conditions may +apply to your use of any object code in the Content. Check the Redistributor's license that was +provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise +indicated below, the terms and conditions of the EPL still apply to any source code in the Content +and such source code may be obtained at http://www.eclipse.org.

+ + + diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile.validation/build.properties b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile.validation/build.properties index 101b48bfd37..34ecd4585ae 100644 --- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile.validation/build.properties +++ b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile.validation/build.properties @@ -4,5 +4,6 @@ output..=bin/ bin.includes = META-INF/,\ .,\ plugin.xml,\ - plugin.properties -source..=src/,src + plugin.properties,\ + about.html +source..=src/ diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile.validation/pom.xml b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile.validation/pom.xml new file mode 100644 index 00000000000..288723984ca --- /dev/null +++ b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile.validation/pom.xml @@ -0,0 +1,14 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.soaml.profile.validation + org.eclipse.papyrus + 1.1.0-SNAPSHOT + eclipse-plugin + \ No newline at end of file diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/about.html b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/about.html new file mode 100644 index 00000000000..82d49bf5f81 --- /dev/null +++ b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/about.html @@ -0,0 +1,28 @@ + + + + +About + + +

About This Content

+ +

June 5, 2007

+

License

+ +

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available +at http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

+ +

If you did not receive this Content directly from the Eclipse Foundation, the Content is +being redistributed by another party ("Redistributor") and different terms and conditions may +apply to your use of any object code in the Content. Check the Redistributor's license that was +provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise +indicated below, the terms and conditions of the EPL still apply to any source code in the Content +and such source code may be obtained at http://www.eclipse.org.

+ + + diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/build.properties b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/build.properties index e485b47b099..8b1929d0bd8 100644 --- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/build.properties +++ b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/build.properties @@ -6,9 +6,9 @@ bin.includes = .,\ META-INF/,\ plugin.xml,\ plugin.properties,\ - palettes/,\ - src/,\ icons/,\ - style/ + style/,\ + about.html jars.compile.order=. -source..=src/,src +source..=src/ +src.includes = about.html diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/pom.xml b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/pom.xml new file mode 100644 index 00000000000..3d028ae1ebd --- /dev/null +++ b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/pom.xml @@ -0,0 +1,14 @@ + + + 4.0.0 + + org.eclipse.papyrus + org.eclipse.papyrus + 1.1.0-SNAPSHOT + ../../../releng/top-pom-extras.xml + + org.eclipse.papyrus.soaml.profile + org.eclipse.papyrus + 1.1.0-SNAPSHOT + eclipse-plugin + \ No newline at end of file -- cgit v1.2.3