Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2011-04-14 17:57:27 +0000
committerDJ Houghton2011-04-14 17:57:27 +0000
commitb20a3386c428879de14769cfaa1c4b00ad7b7a4f (patch)
treec48fee8f3ae0ae1ceb382248e4744262c92ddc58 /features/org.eclipse.equinox.p2.core.feature
parent6f04e7571ff2d690181740863a89a6e43a80221b (diff)
downloadrt.equinox.p2-b20a3386c428879de14769cfaa1c4b00ad7b7a4f.tar.gz
rt.equinox.p2-b20a3386c428879de14769cfaa1c4b00ad7b7a4f.tar.xz
rt.equinox.p2-b20a3386c428879de14769cfaa1c4b00ad7b7a4f.zip
Bug 342861 - p2.core.feature doesn't generate source bundlesv20110414-1400
Diffstat (limited to 'features/org.eclipse.equinox.p2.core.feature')
-rw-r--r--features/org.eclipse.equinox.p2.core.feature/sourceTemplateFeature/build.properties13
-rw-r--r--features/org.eclipse.equinox.p2.core.feature/sourceTemplateFeature/feature.properties38
2 files changed, 51 insertions, 0 deletions
diff --git a/features/org.eclipse.equinox.p2.core.feature/sourceTemplateFeature/build.properties b/features/org.eclipse.equinox.p2.core.feature/sourceTemplateFeature/build.properties
new file mode 100644
index 000000000..4dd5929e7
--- /dev/null
+++ b/features/org.eclipse.equinox.p2.core.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.core.feature/sourceTemplateFeature/feature.properties b/features/org.eclipse.equinox.p2.core.feature/sourceTemplateFeature/feature.properties
new file mode 100644
index 000000000..91a842842
--- /dev/null
+++ b/features/org.eclipse.equinox.p2.core.feature/sourceTemplateFeature/feature.properties
@@ -0,0 +1,38 @@
+###############################################################################
+# 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
+###############################################################################
+# 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 Core Function
+
+# "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) 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