Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjlescot2007-11-13 14:27:03 +0000
committerjlescot2007-11-13 14:27:03 +0000
commit279a972e94f5962f19adabeeeaa6360e5eb7e6da (patch)
tree9e55f204219574eeb10b79bd1c80dbd3fb129c63
parent5b60da4c381e96edc1bc93203d8a09903b9537e9 (diff)
downloadorg.eclipse.ecoretools-279a972e94f5962f19adabeeeaa6360e5eb7e6da.tar.gz
org.eclipse.ecoretools-279a972e94f5962f19adabeeeaa6360e5eb7e6da.tar.xz
org.eclipse.ecoretools-279a972e94f5962f19adabeeeaa6360e5eb7e6da.zip
Update configuration files for the build process : follow the guidelines defined at the EMFT level
-rw-r--r--doc/org.eclipse.emf.ecoretools.doc/about.properties18
-rw-r--r--doc/org.eclipse.emf.ecoretools.doc/build.properties15
-rw-r--r--doc/org.eclipse.emf.ecoretools.doc/eclipse.pngbin0 -> 3353 bytes
-rw-r--r--doc/org.eclipse.emf.ecoretools.doc/eclipse32.gifbin0 -> 1669 bytes
-rw-r--r--doc/org.eclipse.emf.ecoretools.doc/eclipse32.pngbin0 -> 4594 bytes
-rw-r--r--doc/org.eclipse.emf.ecoretools.doc/eclipse48.pngbin0 -> 5529 bytes
-rw-r--r--doc/org.eclipse.emf.ecoretools.doc/modeling32.pngbin0 -> 2414 bytes
-rw-r--r--doc/org.eclipse.emf.ecoretools.doc/plugin.properties13
-rw-r--r--doc/org.eclipse.emf.ecoretools.doc/toc.xml2
9 files changed, 37 insertions, 11 deletions
diff --git a/doc/org.eclipse.emf.ecoretools.doc/about.properties b/doc/org.eclipse.emf.ecoretools.doc/about.properties
index 8d40532..c555290 100644
--- a/doc/org.eclipse.emf.ecoretools.doc/about.properties
+++ b/doc/org.eclipse.emf.ecoretools.doc/about.properties
@@ -1,10 +1,13 @@
-# NLS_MESSAGEFORMAT_VAR
-
-# about.properties
-# contains externalized strings for about.ini
-# java.io.Properties file (ISO 8859-1 with "\" escapes)
-# fill-ins are supplied by about.mappings
-# This file should be translated.
+# /**
+# * 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 Documentation
@@ -14,4 +17,3 @@ 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/doc/org.eclipse.emf.ecoretools.doc/build.properties b/doc/org.eclipse.emf.ecoretools.doc/build.properties
index 9c86577..683ad1d 100644
--- a/doc/org.eclipse.emf.ecoretools.doc/build.properties
+++ b/doc/org.eclipse.emf.ecoretools.doc/build.properties
@@ -1 +1,16 @@
+bin.includes = META-INF/,\
+ about.html,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ eclipse.png,\
+ eclipse32.gif,\
+ eclipse32.png,\
+ eclipse48.png,\
+ modeling32.png,\
+ plugin.properties,\
+ plugin.xml,\
+ toc.xml,\
+ topics_Reference.xml,\
+ references/
custom = true
diff --git a/doc/org.eclipse.emf.ecoretools.doc/eclipse.png b/doc/org.eclipse.emf.ecoretools.doc/eclipse.png
new file mode 100644
index 0000000..7397524
--- /dev/null
+++ b/doc/org.eclipse.emf.ecoretools.doc/eclipse.png
Binary files differ
diff --git a/doc/org.eclipse.emf.ecoretools.doc/eclipse32.gif b/doc/org.eclipse.emf.ecoretools.doc/eclipse32.gif
new file mode 100644
index 0000000..811eccb
--- /dev/null
+++ b/doc/org.eclipse.emf.ecoretools.doc/eclipse32.gif
Binary files differ
diff --git a/doc/org.eclipse.emf.ecoretools.doc/eclipse32.png b/doc/org.eclipse.emf.ecoretools.doc/eclipse32.png
new file mode 100644
index 0000000..568fac1
--- /dev/null
+++ b/doc/org.eclipse.emf.ecoretools.doc/eclipse32.png
Binary files differ
diff --git a/doc/org.eclipse.emf.ecoretools.doc/eclipse48.png b/doc/org.eclipse.emf.ecoretools.doc/eclipse48.png
new file mode 100644
index 0000000..b60ab3c
--- /dev/null
+++ b/doc/org.eclipse.emf.ecoretools.doc/eclipse48.png
Binary files differ
diff --git a/doc/org.eclipse.emf.ecoretools.doc/modeling32.png b/doc/org.eclipse.emf.ecoretools.doc/modeling32.png
new file mode 100644
index 0000000..6b08de2
--- /dev/null
+++ b/doc/org.eclipse.emf.ecoretools.doc/modeling32.png
Binary files differ
diff --git a/doc/org.eclipse.emf.ecoretools.doc/plugin.properties b/doc/org.eclipse.emf.ecoretools.doc/plugin.properties
index d9f1f61..ff4e1b8 100644
--- a/doc/org.eclipse.emf.ecoretools.doc/plugin.properties
+++ b/doc/org.eclipse.emf.ecoretools.doc/plugin.properties
@@ -1,4 +1,13 @@
-# NLS_MESSAGEFORMAT_VAR
+# /**
+# * 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 Documentation
providerName=Eclipse.org
-
diff --git a/doc/org.eclipse.emf.ecoretools.doc/toc.xml b/doc/org.eclipse.emf.ecoretools.doc/toc.xml
index c6b72f6..f0c3f82 100644
--- a/doc/org.eclipse.emf.ecoretools.doc/toc.xml
+++ b/doc/org.eclipse.emf.ecoretools.doc/toc.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>
-<toc label="EMF Ecore Tools Table of Contents">
+<toc label="EMF Ecore Tools Developer Guide">
<topic label="Javadoc" href="references/javadoc/index.html"/>
</toc>

Back to the top