Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/about.ini15
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/about.mappings6
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/about.properties31
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/build.properties6
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/modeling32.pngbin0 -> 2414 bytes
-rw-r--r--plugins/org.eclipse.emf.cdo.examples/build.properties6
-rw-r--r--plugins/org.eclipse.net4j.examples.installer/about.ini15
-rw-r--r--plugins/org.eclipse.net4j.examples.installer/about.mappings6
-rw-r--r--plugins/org.eclipse.net4j.examples.installer/about.properties31
-rw-r--r--plugins/org.eclipse.net4j.examples.installer/build.properties6
-rw-r--r--plugins/org.eclipse.net4j.examples.installer/modeling32.pngbin0 -> 2414 bytes
11 files changed, 118 insertions, 4 deletions
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/about.ini b/plugins/org.eclipse.emf.cdo.examples.installer/about.ini
new file mode 100644
index 0000000000..b7e87ca285
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/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.examples.installer/about.mappings b/plugins/org.eclipse.emf.cdo.examples.installer/about.mappings
new file mode 100644
index 0000000000..bddaab4310
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/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.examples.installer/about.properties b/plugins/org.eclipse.emf.cdo.examples.installer/about.properties
new file mode 100644
index 0000000000..f847a88304
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/about.properties
@@ -0,0 +1,31 @@
+# Copyright (c) 2007-2009, 2011, 2012 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:
+# Eike Stepper - 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 Examples Installer
+featureText = CDO Model Repository Examples Installer\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+Copyright (c) 2004-2013 Eike Stepper (Berlin, Germany) and others. All rights reserved.\n\
+\n\
+Visit http://www.eclipse.org/cdo
+
+# ==============================================================================
+# %%% END OF TRANSLATED PROPERTIES %%%
+# The above properties have been shipped for translation.
+# ==============================================================================
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/build.properties b/plugins/org.eclipse.emf.cdo.examples.installer/build.properties
index 4c485d7a88..d9d369f458 100644
--- a/plugins/org.eclipse.emf.cdo.examples.installer/build.properties
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/build.properties
@@ -15,7 +15,11 @@ bin.includes = META-INF/,\
copyright.txt,\
examples/,\
plugin.xml,\
- icons/
+ icons/,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ modeling32.png
src.includes = about.html,\
copyright.txt,\
copyExampleLib.ant
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/modeling32.png b/plugins/org.eclipse.emf.cdo.examples.installer/modeling32.png
new file mode 100644
index 0000000000..6b08de2ada
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/modeling32.png
Binary files differ
diff --git a/plugins/org.eclipse.emf.cdo.examples/build.properties b/plugins/org.eclipse.emf.cdo.examples/build.properties
index f9cfe03c85..d880b24744 100644
--- a/plugins/org.eclipse.emf.cdo.examples/build.properties
+++ b/plugins/org.eclipse.emf.cdo.examples/build.properties
@@ -19,10 +19,12 @@ bin.includes = META-INF/,\
about.mappings,\
about.properties,\
modeling32.png,\
- .
+ .,\
+ sslKey/
source.. = src/
jars.compile.order = .
src.includes = about.html,\
- copyright.txt
+ copyright.txt,\
+ StandaloneContainerExampleSSL.launch
generateSourceReferences = true
diff --git a/plugins/org.eclipse.net4j.examples.installer/about.ini b/plugins/org.eclipse.net4j.examples.installer/about.ini
new file mode 100644
index 0000000000..b7e87ca285
--- /dev/null
+++ b/plugins/org.eclipse.net4j.examples.installer/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.net4j.examples.installer/about.mappings b/plugins/org.eclipse.net4j.examples.installer/about.mappings
new file mode 100644
index 0000000000..bddaab4310
--- /dev/null
+++ b/plugins/org.eclipse.net4j.examples.installer/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.net4j.examples.installer/about.properties b/plugins/org.eclipse.net4j.examples.installer/about.properties
new file mode 100644
index 0000000000..32abe30c60
--- /dev/null
+++ b/plugins/org.eclipse.net4j.examples.installer/about.properties
@@ -0,0 +1,31 @@
+# Copyright (c) 2007-2009, 2011, 2012 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:
+# Eike Stepper - 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 = Net4j Signalling Platform Examples Installer
+featureText = Net4j Signalling Platform Examples Installer\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+Copyright (c) 2004-2013 Eike Stepper (Berlin, Germany) and others. All rights reserved.\n\
+\n\
+Visit http://www.eclipse.org/cdo
+
+# ==============================================================================
+# %%% END OF TRANSLATED PROPERTIES %%%
+# The above properties have been shipped for translation.
+# ==============================================================================
diff --git a/plugins/org.eclipse.net4j.examples.installer/build.properties b/plugins/org.eclipse.net4j.examples.installer/build.properties
index 4c485d7a88..d9d369f458 100644
--- a/plugins/org.eclipse.net4j.examples.installer/build.properties
+++ b/plugins/org.eclipse.net4j.examples.installer/build.properties
@@ -15,7 +15,11 @@ bin.includes = META-INF/,\
copyright.txt,\
examples/,\
plugin.xml,\
- icons/
+ icons/,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ modeling32.png
src.includes = about.html,\
copyright.txt,\
copyExampleLib.ant
diff --git a/plugins/org.eclipse.net4j.examples.installer/modeling32.png b/plugins/org.eclipse.net4j.examples.installer/modeling32.png
new file mode 100644
index 0000000000..6b08de2ada
--- /dev/null
+++ b/plugins/org.eclipse.net4j.examples.installer/modeling32.png
Binary files differ

Back to the top