Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.common/about.html28
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.common/build.properties6
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.common/pom.xml14
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.ui/about.html28
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.ui/build.properties4
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.diagram.ui/pom.xml14
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile.validation/about.html28
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile.validation/build.properties5
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile.validation/pom.xml14
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile/about.html28
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile/build.properties8
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile/pom.xml14
12 files changed, 182 insertions, 9 deletions
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 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>June 5, 2007</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party (&quot;Redistributor&quot;) 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 <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.1.0-SNAPSHOT</version>
+ <relativePath>../../../releng/top-pom-extras.xml</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.soaml.diagram.common</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.1.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project> \ 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 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>June 5, 2007</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party (&quot;Redistributor&quot;) 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 <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.1.0-SNAPSHOT</version>
+ <relativePath>../../../releng/top-pom-extras.xml</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.soaml.diagram.ui</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.1.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project> \ 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 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>June 5, 2007</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party (&quot;Redistributor&quot;) 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 <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.1.0-SNAPSHOT</version>
+ <relativePath>../../../releng/top-pom-extras.xml</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.soaml.profile.validation</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.1.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project> \ 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 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>June 5, 2007</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party (&quot;Redistributor&quot;) 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 <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.1.0-SNAPSHOT</version>
+ <relativePath>../../../releng/top-pom-extras.xml</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.soaml.profile</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.1.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project> \ No newline at end of file

Back to the top