Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2011-01-28 21:44:55 +0000
committerDJ Houghton2011-01-28 21:44:55 +0000
commita0c25c0953eaf0a91ae228fd06050d903ff7b40c (patch)
tree7af623abcbdf4d9f6c57846df95eb2b2a9c1d95e /features/org.eclipse.equinox.p2.user.ui/sourceTemplateFeature
parent10266fbd3deb1ed757a934590e34349944ee8e70 (diff)
downloadrt.equinox.p2-a0c25c0953eaf0a91ae228fd06050d903ff7b40c.tar.gz
rt.equinox.p2-a0c25c0953eaf0a91ae228fd06050d903ff7b40c.tar.xz
rt.equinox.p2-a0c25c0953eaf0a91ae228fd06050d903ff7b40c.zip
Initial move from p2.releng project.v20110128-1645
Diffstat (limited to 'features/org.eclipse.equinox.p2.user.ui/sourceTemplateFeature')
-rw-r--r--features/org.eclipse.equinox.p2.user.ui/sourceTemplateFeature/build.properties16
-rw-r--r--features/org.eclipse.equinox.p2.user.ui/sourceTemplateFeature/eclipse_update_120.jpgbin0 -> 21695 bytes
-rw-r--r--features/org.eclipse.equinox.p2.user.ui/sourceTemplateFeature/feature.properties38
3 files changed, 54 insertions, 0 deletions
diff --git a/features/org.eclipse.equinox.p2.user.ui/sourceTemplateFeature/build.properties b/features/org.eclipse.equinox.p2.user.ui/sourceTemplateFeature/build.properties
new file mode 100644
index 000000000..5278417b9
--- /dev/null
+++ b/features/org.eclipse.equinox.p2.user.ui/sourceTemplateFeature/build.properties
@@ -0,0 +1,16 @@
+###############################################################################
+# Copyright (c) 2008 IBM Corporation 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:
+# IBM Corporation - initial API and implementation
+###############################################################################
+bin.includes =\
+epl-v10.html,\
+eclipse_update_120.jpg,\
+feature.xml,\
+feature.properties,\
+license.html
diff --git a/features/org.eclipse.equinox.p2.user.ui/sourceTemplateFeature/eclipse_update_120.jpg b/features/org.eclipse.equinox.p2.user.ui/sourceTemplateFeature/eclipse_update_120.jpg
new file mode 100644
index 000000000..bfdf708ad
--- /dev/null
+++ b/features/org.eclipse.equinox.p2.user.ui/sourceTemplateFeature/eclipse_update_120.jpg
Binary files differ
diff --git a/features/org.eclipse.equinox.p2.user.ui/sourceTemplateFeature/feature.properties b/features/org.eclipse.equinox.p2.user.ui/sourceTemplateFeature/feature.properties
new file mode 100644
index 000000000..abbaeb101
--- /dev/null
+++ b/features/org.eclipse.equinox.p2.user.ui/sourceTemplateFeature/feature.properties
@@ -0,0 +1,38 @@
+###############################################################################
+# Copyright (c) 2008, 2009 IBM Corporation 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:
+# IBM Corporation - initial API and implementation
+###############################################################################
+# feature.properties
+# contains externalized strings for feature.xml
+# "%foo" in feature.xml corresponds to the key "foo" in this file
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file should be translated.
+
+# "featureName" property - name of the feature
+featureName=Eclipse p2 Provisioning Developer Resources
+
+# "providerName" property - name of the company that provides the feature
+providerName=Eclipse.org
+
+# "updateSiteName" property - label for the update site
+
+# "description" property - description of the feature
+description=Source code for the Equinox provisioning platform
+
+# "copyright" property - text of the "Feature Update Copyright"
+copyright=\
+Copyright (c) 2008, 2009 IBM Corporation and others.\n\
+All rights reserved. This program and the accompanying materials\n\
+are made available under the terms of the Eclipse Public License v1.0\n\
+which accompanies this distribution, and is available at\n\
+http://www.eclipse.org/legal/epl-v10.html\n\
+\n\
+Contributors:\n\
+ IBM Corporation - initial API and implementation\n
+################ end of copyright property #################################### \ No newline at end of file

Back to the top