Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features/org.gastro-feature/feature.xml227
-rw-r--r--plugins/com.mongodb/build.properties14
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit/plugin.properties2
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.editor/plugin.properties2
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.edit/plugin.properties2
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.ui/plugin.properties2
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.edit/plugin.properties2
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.ui/plugin.properties2
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel/plugin.properties2
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.tests/about.ini15
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.tests/about.mappings6
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.tests/about.properties31
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.tests/build.properties5
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.tests/plugin.properties2
-rw-r--r--plugins/org.eclipse.emf.cdo.server.db4o/about.ini15
-rw-r--r--plugins/org.eclipse.emf.cdo.server.db4o/about.mappings6
-rw-r--r--plugins/org.eclipse.emf.cdo.server.db4o/about.properties31
-rw-r--r--plugins/org.eclipse.emf.cdo.server.db4o/build.properties6
-rw-r--r--plugins/org.eclipse.emf.cdo.server.db4o/modeling32.pngbin0 -> 2414 bytes
-rw-r--r--plugins/org.gastro.rcp/about.ini15
-rw-r--r--plugins/org.gastro.rcp/about.mappings6
-rw-r--r--plugins/org.gastro.rcp/about.properties31
-rw-r--r--plugins/org.gastro.rcp/build.properties6
-rw-r--r--plugins/org.gastro.rcp/modeling32.pngbin0 -> 2414 bytes
-rw-r--r--releng/org.eclipse.emf.cdo.releng.version/about.ini15
-rw-r--r--releng/org.eclipse.emf.cdo.releng.version/about.mappings6
-rw-r--r--releng/org.eclipse.emf.cdo.releng.version/about.properties31
-rw-r--r--releng/org.eclipse.emf.cdo.releng.version/build.properties6
-rw-r--r--releng/org.eclipse.emf.cdo.releng.version/modeling32.pngbin0 -> 2414 bytes
29 files changed, 358 insertions, 130 deletions
diff --git a/features/org.gastro-feature/feature.xml b/features/org.gastro-feature/feature.xml
index 71fb93fcbd..aa8b686426 100644
--- a/features/org.gastro-feature/feature.xml
+++ b/features/org.gastro-feature/feature.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials
@@ -8,112 +8,119 @@
Contributors:
Eike Stepper - initial API and implementation
--->
-<feature
- id="org.gastro"
- label="%featureName"
- version="4.0.0.qualifier"
- provider-name="%providerName"
- image="eclipse_update_120.jpg" license-feature="org.eclipse.emf.cdo.license" license-feature-version="4.0.0.qualifier">
-
- <description>
- %description
- </description>
-
- <copyright url="%copyrightURL">
- %copyright
- </copyright>
-
- <license url="%licenseURL">
- %license
- </license>
-
- <url>
- <update label="%updateSiteName" url="http://www.eclipse.org/modeling/updates/"/>
- <discovery label="%updateSiteName" url="http://www.eclipse.org/modeling/updates/"/>
- </url>
-
- <plugin
- id="org.gastro.business"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.gastro.business.edit"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.gastro.inventory"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.gastro.inventory.edit"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.gastro.rcp"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.gastro.rcp.department"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.gastro.rcp.table"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.gastro.server"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.gastro.server.web"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.gastro.testclient"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.apache.commons.lang"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <includes
- id="org.gastro.source"
- version="0.0.0"/>
-
- <plugin id="org.apache.commons.lang.source" download-size="0" install-size="0" version="0.0.0"/>
-
-</feature>
+-->
+<feature
+ id="org.gastro"
+ label="%featureName"
+ version="4.0.0.qualifier"
+ provider-name="%providerName"
+ plugin="org.gastro.rcp"
+ image="eclipse_update_120.jpg"
+ license-feature="org.eclipse.emf.cdo.license"
+ license-feature-version="4.0.0.qualifier">
+
+ <description>
+ %description
+ </description>
+
+ <copyright url="%copyrightURL">
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <url>
+ <update label="%updateSiteName" url="http://www.eclipse.org/modeling/updates/"/>
+ <discovery label="%updateSiteName" url="http://www.eclipse.org/modeling/updates/"/>
+ </url>
+
+ <includes
+ id="org.gastro.source"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.gastro.business"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.gastro.business.edit"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.gastro.inventory"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.gastro.inventory.edit"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.gastro.rcp"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.gastro.rcp.department"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.gastro.rcp.table"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.gastro.server"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.gastro.server.web"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.gastro.testclient"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.commons.lang"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.commons.lang.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+</feature>
diff --git a/plugins/com.mongodb/build.properties b/plugins/com.mongodb/build.properties
index 52e900b805..80eafefbf4 100644
--- a/plugins/com.mongodb/build.properties
+++ b/plugins/com.mongodb/build.properties
@@ -1,13 +1,11 @@
bin.includes = META-INF/,\
git-hash,\
- GNU-AGPL-3.0,\
- README,\
- THIRD-PARTY-NOTICES,\
- plugin.properties
-src.includes = GNU-AGPL-3.0,\
- README,\
- THIRD-PARTY-NOTICES,\
- git-hash
+ plugin.properties,\
+ LICENSE.txt,\
+ README.md
+src.includes = git-hash,\
+ LICENSE.txt,\
+ README.md
jars.compile.order = .
source.. = src/
output.. = bin/
diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit/plugin.properties b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit/plugin.properties
index abb53e6b9e..4f25305fba 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit/plugin.properties
+++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit/plugin.properties
@@ -7,7 +7,7 @@
# Contributors:
# Martin Fluegge - initial API and implementation
-pluginName = CDO Dawn Codegen Genmodel Edit Support
+pluginName = CDO Dawn Codegen Edit Support
providerName = Eclipse Modeling Project
_UI_CreateChild_text = {0}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.editor/plugin.properties b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.editor/plugin.properties
index 54a32df42b..7f2abbd1d0 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.editor/plugin.properties
+++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.editor/plugin.properties
@@ -7,7 +7,7 @@
# Contributors:
# Martin Fluegge - initial API and implementation
-pluginName = CDO Dawn CodeGen Genmodel Editor
+pluginName = CDO Dawn Codegen Editor
providerName = Eclipse Modeling Project
_UI_DawngenmodelEditor_menu = Dawn genmodel Editor
diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.edit/plugin.properties b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.edit/plugin.properties
index 8f13b40648..cfefe4c781 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.edit/plugin.properties
+++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.edit/plugin.properties
@@ -7,7 +7,7 @@
# Contributors:
# Martin Fluegge - initial API and implementation
-pluginName = CDO Dawn CodeGen Genmodel Edit Support
+pluginName = CDO Dawn Codegen Edit Support
providerName = Eclipse Modeling Project
_UI_CreateChild_text = {0}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.ui/plugin.properties b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.ui/plugin.properties
index 2bdccc0c82..a11e2e7838 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.ui/plugin.properties
+++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.ui/plugin.properties
@@ -7,7 +7,7 @@
# Contributors:
# Martin Fluegge - initial API and implementation
-pluginName = CDO Dawn CodeGen Genmodel EMF UI
+pluginName = CDO Dawn Codegen EMF UI
providerName = Eclipse Modeling Project
generate.emf.label = Generate Dawn EMF Fragment
diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.edit/plugin.properties b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.edit/plugin.properties
index 960ccc799b..39fd9c1ac9 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.edit/plugin.properties
+++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.edit/plugin.properties
@@ -7,7 +7,7 @@
# Contributors:
# Martin Fluegge - initial API and implementation
-pluginName = CDO Dawn CodeGen Genmodel GMF Edit Support
+pluginName = CDO Dawn Codegen GMF Edit Support
providerName = Eclipse Modeling Project
_UI_CreateChild_text = {0}
diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.ui/plugin.properties b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.ui/plugin.properties
index 846ffd4330..c39c8e8cf0 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.ui/plugin.properties
+++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.ui/plugin.properties
@@ -7,7 +7,7 @@
# Contributors:
# Martin Fluegge - initial API and implementation
-pluginName = CDO Dawn CodeGen Genmodel GMF UI
+pluginName = CDO Dawn Codegen GMF UI
providerName = Eclipse Modeling Project
generate.gmf.label = Generate Dawn GMF Fragment
diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel/plugin.properties b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel/plugin.properties
index 485e4ddda4..2723a34115 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel/plugin.properties
+++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel/plugin.properties
@@ -7,5 +7,5 @@
# Contributors:
# Martin Fluegge - initial API and implementation
-pluginName = CDO Dawn Codegen Genmodel
+pluginName = CDO Dawn Codegen
providerName = Eclipse Modeling Project
diff --git a/plugins/org.eclipse.emf.cdo.dawn.tests/about.ini b/plugins/org.eclipse.emf.cdo.dawn.tests/about.ini
new file mode 100644
index 0000000000..32006ae5d6
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.tests/about.ini
@@ -0,0 +1,15 @@
+# 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
+
diff --git a/plugins/org.eclipse.emf.cdo.dawn.tests/about.mappings b/plugins/org.eclipse.emf.cdo.dawn.tests/about.mappings
new file mode 100644
index 0000000000..bddaab4310
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.tests/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.cdo.dawn.tests/about.properties b/plugins/org.eclipse.emf.cdo.dawn.tests/about.properties
new file mode 100644
index 0000000000..e55c08aaaf
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.tests/about.properties
@@ -0,0 +1,31 @@
+# Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+# 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:
+# Martin Fluegge - initial API and implementation
+
+# NLS_MESSAGEFORMAT_VAR
+
+# ==============================================================================
+# Do not change the properties between this line and the last line containing:
+# %%% END OF TRANSLATED PROPERTIES %%%
+# Instead, either redefine an existing property, or create a new property,
+# append it to the end of the file, and change the code to use the new name.
+# ==============================================================================
+
+featureName = CDO Dawn Tests
+featureText = CDO Dawn Tests\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others. All rights reserved.\n\
+\n\
+Visit http://wiki.eclipse.org/CDO
+
+# ==============================================================================
+# %%% END OF TRANSLATED PROPERTIES %%%
+# The above properties have been shipped for translation.
+# ==============================================================================
diff --git a/plugins/org.eclipse.emf.cdo.dawn.tests/build.properties b/plugins/org.eclipse.emf.cdo.dawn.tests/build.properties
index 230ddec65f..2d942b9065 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.tests/build.properties
+++ b/plugins/org.eclipse.emf.cdo.dawn.tests/build.properties
@@ -18,7 +18,10 @@ bin.includes = META-INF/,\
plugin.properties,\
.options,\
DE_DE.keyboard,\
- modeling32.png
+ modeling32.png,\
+ about.ini,\
+ about.mappings,\
+ about.properties
src.includes = about.html,\
copyright.txt,\
CDO AllTests (Dawn UI).launch,\
diff --git a/plugins/org.eclipse.emf.cdo.dawn.tests/plugin.properties b/plugins/org.eclipse.emf.cdo.dawn.tests/plugin.properties
index e8d1384cbb..4f7ee9f388 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.tests/plugin.properties
+++ b/plugins/org.eclipse.emf.cdo.dawn.tests/plugin.properties
@@ -16,7 +16,7 @@
# append it to the end of the file, and change the code to use the new name.
# ==============================================================================
-pluginName = Dawn Tests
+pluginName = CDO Dawn Tests
providerName = Eclipse Modeling Project
# ==============================================================================
diff --git a/plugins/org.eclipse.emf.cdo.server.db4o/about.ini b/plugins/org.eclipse.emf.cdo.server.db4o/about.ini
new file mode 100644
index 0000000000..32006ae5d6
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.server.db4o/about.ini
@@ -0,0 +1,15 @@
+# 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
+
diff --git a/plugins/org.eclipse.emf.cdo.server.db4o/about.mappings b/plugins/org.eclipse.emf.cdo.server.db4o/about.mappings
new file mode 100644
index 0000000000..bddaab4310
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.server.db4o/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.cdo.server.db4o/about.properties b/plugins/org.eclipse.emf.cdo.server.db4o/about.properties
new file mode 100644
index 0000000000..c5b517ae55
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.server.db4o/about.properties
@@ -0,0 +1,31 @@
+# Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+# 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:
+# Martin Fluegge - initial API and implementation
+
+# NLS_MESSAGEFORMAT_VAR
+
+# ==============================================================================
+# Do not change the properties between this line and the last line containing:
+# %%% END OF TRANSLATED PROPERTIES %%%
+# Instead, either redefine an existing property, or create a new property,
+# append it to the end of the file, and change the code to use the new name.
+# ==============================================================================
+
+featureName = CDO Model Repository Server DB4O
+featureText = CDO Model Repository Server DB4O\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others. All rights reserved.\n\
+\n\
+Visit http://wiki.eclipse.org/CDO
+
+# ==============================================================================
+# %%% END OF TRANSLATED PROPERTIES %%%
+# The above properties have been shipped for translation.
+# ==============================================================================
diff --git a/plugins/org.eclipse.emf.cdo.server.db4o/build.properties b/plugins/org.eclipse.emf.cdo.server.db4o/build.properties
index c3cdd7d276..8180fb8f79 100644
--- a/plugins/org.eclipse.emf.cdo.server.db4o/build.properties
+++ b/plugins/org.eclipse.emf.cdo.server.db4o/build.properties
@@ -16,6 +16,10 @@ bin.includes = META-INF/,\
plugin.xml,\
plugin.properties,\
copyright.txt,\
- about.html
+ about.html,\
+ modeling32.png,\
+ about.ini,\
+ about.mappings,\
+ about.properties
src.includes = about.html,\
copyright.txt
diff --git a/plugins/org.eclipse.emf.cdo.server.db4o/modeling32.png b/plugins/org.eclipse.emf.cdo.server.db4o/modeling32.png
new file mode 100644
index 0000000000..6b08de2ada
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.server.db4o/modeling32.png
Binary files differ
diff --git a/plugins/org.gastro.rcp/about.ini b/plugins/org.gastro.rcp/about.ini
new file mode 100644
index 0000000000..32006ae5d6
--- /dev/null
+++ b/plugins/org.gastro.rcp/about.ini
@@ -0,0 +1,15 @@
+# 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
+
diff --git a/plugins/org.gastro.rcp/about.mappings b/plugins/org.gastro.rcp/about.mappings
new file mode 100644
index 0000000000..bddaab4310
--- /dev/null
+++ b/plugins/org.gastro.rcp/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.gastro.rcp/about.properties b/plugins/org.gastro.rcp/about.properties
new file mode 100644
index 0000000000..95590cdd29
--- /dev/null
+++ b/plugins/org.gastro.rcp/about.properties
@@ -0,0 +1,31 @@
+# Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+# 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:
+# Martin Fluegge - initial API and implementation
+
+# NLS_MESSAGEFORMAT_VAR
+
+# ==============================================================================
+# Do not change the properties between this line and the last line containing:
+# %%% END OF TRANSLATED PROPERTIES %%%
+# Instead, either redefine an existing property, or create a new property,
+# append it to the end of the file, and change the code to use the new name.
+# ==============================================================================
+
+featureName = CDO Gastro Example
+featureText = CDO Gastro Example\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others. All rights reserved.\n\
+\n\
+Visit http://wiki.eclipse.org/CDO
+
+# ==============================================================================
+# %%% END OF TRANSLATED PROPERTIES %%%
+# The above properties have been shipped for translation.
+# ==============================================================================
diff --git a/plugins/org.gastro.rcp/build.properties b/plugins/org.gastro.rcp/build.properties
index 8a366c4aba..699f3a7b71 100644
--- a/plugins/org.gastro.rcp/build.properties
+++ b/plugins/org.gastro.rcp/build.properties
@@ -20,6 +20,10 @@ bin.includes = plugin.xml,\
copyright.txt,\
about.html,\
Nebula.README,\
- org.eclipse.nebula.widgets.gallery_0.5.2.R_0_20090418.jar
+ org.eclipse.nebula.widgets.gallery_0.5.2.R_0_20090418.jar,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ modeling32.png
src.includes = about.html,\
copyright.txt
diff --git a/plugins/org.gastro.rcp/modeling32.png b/plugins/org.gastro.rcp/modeling32.png
new file mode 100644
index 0000000000..6b08de2ada
--- /dev/null
+++ b/plugins/org.gastro.rcp/modeling32.png
Binary files differ
diff --git a/releng/org.eclipse.emf.cdo.releng.version/about.ini b/releng/org.eclipse.emf.cdo.releng.version/about.ini
new file mode 100644
index 0000000000..32006ae5d6
--- /dev/null
+++ b/releng/org.eclipse.emf.cdo.releng.version/about.ini
@@ -0,0 +1,15 @@
+# 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
+
diff --git a/releng/org.eclipse.emf.cdo.releng.version/about.mappings b/releng/org.eclipse.emf.cdo.releng.version/about.mappings
new file mode 100644
index 0000000000..bddaab4310
--- /dev/null
+++ b/releng/org.eclipse.emf.cdo.releng.version/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/releng/org.eclipse.emf.cdo.releng.version/about.properties b/releng/org.eclipse.emf.cdo.releng.version/about.properties
new file mode 100644
index 0000000000..08e88ded35
--- /dev/null
+++ b/releng/org.eclipse.emf.cdo.releng.version/about.properties
@@ -0,0 +1,31 @@
+# Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.
+# 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:
+# Martin Fluegge - initial API and implementation
+
+# NLS_MESSAGEFORMAT_VAR
+
+# ==============================================================================
+# Do not change the properties between this line and the last line containing:
+# %%% END OF TRANSLATED PROPERTIES %%%
+# Instead, either redefine an existing property, or create a new property,
+# append it to the end of the file, and change the code to use the new name.
+# ==============================================================================
+
+featureName = CDO Release Engineering Version Tool
+featureText = CDO Release Engineering Version Tool\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others. All rights reserved.\n\
+\n\
+Visit http://wiki.eclipse.org/CDO
+
+# ==============================================================================
+# %%% END OF TRANSLATED PROPERTIES %%%
+# The above properties have been shipped for translation.
+# ==============================================================================
diff --git a/releng/org.eclipse.emf.cdo.releng.version/build.properties b/releng/org.eclipse.emf.cdo.releng.version/build.properties
index 0928767a0f..6cb36f72ab 100644
--- a/releng/org.eclipse.emf.cdo.releng.version/build.properties
+++ b/releng/org.eclipse.emf.cdo.releng.version/build.properties
@@ -16,6 +16,10 @@ bin.includes = META-INF/,\
about.html,\
copyright.txt,\
plugin.properties,\
- plugin.xml
+ plugin.xml,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ modeling32.png
src.includes = about.html,\
copyright.txt
diff --git a/releng/org.eclipse.emf.cdo.releng.version/modeling32.png b/releng/org.eclipse.emf.cdo.releng.version/modeling32.png
new file mode 100644
index 0000000000..6b08de2ada
--- /dev/null
+++ b/releng/org.eclipse.emf.cdo.releng.version/modeling32.png
Binary files differ

Back to the top