diff options
| author | jlescot | 2007-11-13 14:22:54 +0000 |
|---|---|---|
| committer | jlescot | 2007-11-13 14:22:54 +0000 |
| commit | 9a5ae64e430b4826b66fbc0acb14c7aea28b6d34 (patch) | |
| tree | e34efe617f9b3e0c2d35591b3608314a27c15728 | |
| parent | 4892d50ade4912d4608be7c5055697d1a3ecbc00 (diff) | |
| download | org.eclipse.ecoretools-9a5ae64e430b4826b66fbc0acb14c7aea28b6d34.tar.gz org.eclipse.ecoretools-9a5ae64e430b4826b66fbc0acb14c7aea28b6d34.tar.xz org.eclipse.ecoretools-9a5ae64e430b4826b66fbc0acb14c7aea28b6d34.zip | |
Add branding plugin for the main feature
| -rw-r--r-- | plugins/org.eclipse.emf.ecoretools/.project | 22 | ||||
| -rw-r--r-- | plugins/org.eclipse.emf.ecoretools/META-INF/MANIFEST.MF | 6 | ||||
| -rw-r--r-- | plugins/org.eclipse.emf.ecoretools/about.html | 29 | ||||
| -rw-r--r-- | plugins/org.eclipse.emf.ecoretools/about.ini | 17 | ||||
| -rw-r--r-- | plugins/org.eclipse.emf.ecoretools/about.mappings | 6 | ||||
| -rw-r--r-- | plugins/org.eclipse.emf.ecoretools/about.properties | 19 | ||||
| -rw-r--r-- | plugins/org.eclipse.emf.ecoretools/build.properties | 11 | ||||
| -rw-r--r-- | plugins/org.eclipse.emf.ecoretools/eclipse.png | bin | 0 -> 3353 bytes | |||
| -rw-r--r-- | plugins/org.eclipse.emf.ecoretools/eclipse32.gif | bin | 0 -> 1669 bytes | |||
| -rw-r--r-- | plugins/org.eclipse.emf.ecoretools/eclipse32.png | bin | 0 -> 4594 bytes | |||
| -rw-r--r-- | plugins/org.eclipse.emf.ecoretools/eclipse48.png | bin | 0 -> 5529 bytes | |||
| -rw-r--r-- | plugins/org.eclipse.emf.ecoretools/modeling32.png | bin | 0 -> 2414 bytes | |||
| -rw-r--r-- | plugins/org.eclipse.emf.ecoretools/plugin.properties | 14 |
13 files changed, 124 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.ecoretools/.project b/plugins/org.eclipse.emf.ecoretools/.project new file mode 100644 index 0000000..dcc5d6a --- /dev/null +++ b/plugins/org.eclipse.emf.ecoretools/.project @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.eclipse.emf.ecoretools</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.pde.ManifestBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.pde.SchemaBuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.pde.PluginNature</nature> + </natures> +</projectDescription> diff --git a/plugins/org.eclipse.emf.ecoretools/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.ecoretools/META-INF/MANIFEST.MF new file mode 100644 index 0000000..db25461 --- /dev/null +++ b/plugins/org.eclipse.emf.ecoretools/META-INF/MANIFEST.MF @@ -0,0 +1,6 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %pluginName (Incubation) +Bundle-SymbolicName: org.eclipse.emf.ecoretools +Bundle-Version: 0.8.0.qualifier +Bundle-Vendor: %providerName diff --git a/plugins/org.eclipse.emf.ecoretools/about.html b/plugins/org.eclipse.emf.ecoretools/about.html new file mode 100644 index 0000000..984e460 --- /dev/null +++ b/plugins/org.eclipse.emf.ecoretools/about.html @@ -0,0 +1,29 @@ +<!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>November 7, 2007</p> +<h3>License</h3> + +<p>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 <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>. +For purposes of the EPL, "Program" 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 ("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 <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p> + + +</body> +</html>
\ No newline at end of file diff --git a/plugins/org.eclipse.emf.ecoretools/about.ini b/plugins/org.eclipse.emf.ecoretools/about.ini new file mode 100644 index 0000000..945d061 --- /dev/null +++ b/plugins/org.eclipse.emf.ecoretools/about.ini @@ -0,0 +1,17 @@ +# about.ini +# contains information about a feature +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# "%key" are externalized strings defined in about.properties +# This file does not need to be translated. + +# Property "aboutText" contains blurb for "About" dialog (translated) +aboutText=%featureText + +# Property "featureImage" contains path to feature image (32x32) +featureImage=modeling32.png + +# Property "appName" contains name of the application (translated) +appName=%featureName + +# Property "welcomePage" contains path to welcome page (special XML-based format) +welcomePage=$nl$/welcome.xml diff --git a/plugins/org.eclipse.emf.ecoretools/about.mappings b/plugins/org.eclipse.emf.ecoretools/about.mappings new file mode 100644 index 0000000..bddaab4 --- /dev/null +++ b/plugins/org.eclipse.emf.ecoretools/about.mappings @@ -0,0 +1,6 @@ +# about.mappings +# contains fill-ins for about.properties +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# This file does not need to be translated. + +0=@build@
\ No newline at end of file diff --git a/plugins/org.eclipse.emf.ecoretools/about.properties b/plugins/org.eclipse.emf.ecoretools/about.properties new file mode 100644 index 0000000..36bb9dc --- /dev/null +++ b/plugins/org.eclipse.emf.ecoretools/about.properties @@ -0,0 +1,19 @@ +# /** +# * Copyright (c) 2007 Anyware Technologies. +# * All rights reserved. This program and the accompanying materials +# * are made available under the terms of the Eclipse Public License v1.0 +# * which accompanies this distribution, and is available at +# * http://www.eclipse.org/legal/epl-v10.html +# * +# * Contributors: +# * Anyware Technologies - Initial API and implementation +# */ + +featureName=Ecore Tools + +featureText=Ecore Tools\n\ +Version: {featureVersion}\n\ +Build id: {0}\n\ +\n\ +(c) Copyright Eclipse contributors and others. 2007. All rights reserved.\n\ +Visit http://www.eclipse.org/modeling/emft/?project=ecoretools#ecoretools diff --git a/plugins/org.eclipse.emf.ecoretools/build.properties b/plugins/org.eclipse.emf.ecoretools/build.properties new file mode 100644 index 0000000..0adc495 --- /dev/null +++ b/plugins/org.eclipse.emf.ecoretools/build.properties @@ -0,0 +1,11 @@ +src.includes = about.html +bin.includes = META-INF/,\ + plugin.properties,\ + modeling32.png,\ + eclipse48.png,\ + eclipse32.png,\ + eclipse32.gif,\ + eclipse.png,\ + about.ini,\ + about.properties,\ + about.mappings diff --git a/plugins/org.eclipse.emf.ecoretools/eclipse.png b/plugins/org.eclipse.emf.ecoretools/eclipse.png Binary files differnew file mode 100644 index 0000000..7397524 --- /dev/null +++ b/plugins/org.eclipse.emf.ecoretools/eclipse.png diff --git a/plugins/org.eclipse.emf.ecoretools/eclipse32.gif b/plugins/org.eclipse.emf.ecoretools/eclipse32.gif Binary files differnew file mode 100644 index 0000000..811eccb --- /dev/null +++ b/plugins/org.eclipse.emf.ecoretools/eclipse32.gif diff --git a/plugins/org.eclipse.emf.ecoretools/eclipse32.png b/plugins/org.eclipse.emf.ecoretools/eclipse32.png Binary files differnew file mode 100644 index 0000000..568fac1 --- /dev/null +++ b/plugins/org.eclipse.emf.ecoretools/eclipse32.png diff --git a/plugins/org.eclipse.emf.ecoretools/eclipse48.png b/plugins/org.eclipse.emf.ecoretools/eclipse48.png Binary files differnew file mode 100644 index 0000000..b60ab3c --- /dev/null +++ b/plugins/org.eclipse.emf.ecoretools/eclipse48.png diff --git a/plugins/org.eclipse.emf.ecoretools/modeling32.png b/plugins/org.eclipse.emf.ecoretools/modeling32.png Binary files differnew file mode 100644 index 0000000..6b08de2 --- /dev/null +++ b/plugins/org.eclipse.emf.ecoretools/modeling32.png diff --git a/plugins/org.eclipse.emf.ecoretools/plugin.properties b/plugins/org.eclipse.emf.ecoretools/plugin.properties new file mode 100644 index 0000000..f620d5f --- /dev/null +++ b/plugins/org.eclipse.emf.ecoretools/plugin.properties @@ -0,0 +1,14 @@ +# /** +# * Copyright (c) 2007 Anyware Technologies. +# * All rights reserved. This program and the accompanying materials +# * are made available under the terms of the Eclipse Public License v1.0 +# * which accompanies this distribution, and is available at +# * http://www.eclipse.org/legal/epl-v10.html +# * +# * Contributors: +# * Anyware Technologies - Initial API and implementation +# */ + +pluginName=Ecore Tools +providerName=Eclipse.org +copyright=Copyright (c) 2007 Anyware Technologies. All rights reserved. |
