Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2011-04-14 21:28:58 +0000
committerDJ Houghton2011-04-14 21:28:58 +0000
commit5bbf078c8a3de7838200534b38316f5b147be00a (patch)
tree0f5c8f4096c4e269f6478096f5a73195c5f1a112 /features/org.eclipse.equinox.p2.extras.feature
parentb20a3386c428879de14769cfaa1c4b00ad7b7a4f (diff)
downloadrt.equinox.p2-5bbf078c8a3de7838200534b38316f5b147be00a.tar.gz
rt.equinox.p2-5bbf078c8a3de7838200534b38316f5b147be00a.tar.xz
rt.equinox.p2-5bbf078c8a3de7838200534b38316f5b147be00a.zip
Bug 342861 - several p2 features don't generate source bundlesv20110414-1730
Diffstat (limited to 'features/org.eclipse.equinox.p2.extras.feature')
-rw-r--r--features/org.eclipse.equinox.p2.extras.feature/sourceTemplateFeature/build.properties13
-rw-r--r--features/org.eclipse.equinox.p2.extras.feature/sourceTemplateFeature/feature.properties38
2 files changed, 51 insertions, 0 deletions
diff --git a/features/org.eclipse.equinox.p2.extras.feature/sourceTemplateFeature/build.properties b/features/org.eclipse.equinox.p2.extras.feature/sourceTemplateFeature/build.properties
new file mode 100644
index 000000000..4dd5929e7
--- /dev/null
+++ b/features/org.eclipse.equinox.p2.extras.feature/sourceTemplateFeature/build.properties
@@ -0,0 +1,13 @@
+###############################################################################
+# Copyright (c) 2011 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 = feature.xml,\
+ feature.properties
+
diff --git a/features/org.eclipse.equinox.p2.extras.feature/sourceTemplateFeature/feature.properties b/features/org.eclipse.equinox.p2.extras.feature/sourceTemplateFeature/feature.properties
new file mode 100644
index 000000000..4093ee8c3
--- /dev/null
+++ b/features/org.eclipse.equinox.p2.extras.feature/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=Equinox p2 RCP Management Facilities
+
+# "providerName" property - name of the company that provides the feature
+providerName=Eclipse Equinox Project
+
+# "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, 2011 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