Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Ladenberger2013-08-15 08:26:37 +0000
committerLukas Ladenberger2013-08-15 08:26:37 +0000
commitdc8b79ebf7cf4196fb05649af375ed0e2f97d4db (patch)
tree1a23e10c6e271753b6fd63e1f1cb6a77c204d52a
parentac2ccf1ee0460d833a54ee7281c96725a2f3ed09 (diff)
downloadorg.eclipse.rmf-dc8b79ebf7cf4196fb05649af375ed0e2f97d4db.tar.gz
org.eclipse.rmf-dc8b79ebf7cf4196fb05649af375ed0e2f97d4db.tar.xz
org.eclipse.rmf-dc8b79ebf7cf4196fb05649af375ed0e2f97d4db.zip
fixed license information
-rw-r--r--org.eclipse.rmf.examples.feature/build.properties4
-rw-r--r--org.eclipse.rmf.examples.feature/feature.xml8
2 files changed, 9 insertions, 3 deletions
diff --git a/org.eclipse.rmf.examples.feature/build.properties b/org.eclipse.rmf.examples.feature/build.properties
index 72ff6439..de87c39e 100644
--- a/org.eclipse.rmf.examples.feature/build.properties
+++ b/org.eclipse.rmf.examples.feature/build.properties
@@ -1,4 +1,6 @@
bin.includes = feature.xml,\
+ feature.properties,\
+ epl-v10.html,\
license.html,\
notice.html,\
- epl-v10.html
+ about.properties
diff --git a/org.eclipse.rmf.examples.feature/feature.xml b/org.eclipse.rmf.examples.feature/feature.xml
index aa8f726b..f4524001 100644
--- a/org.eclipse.rmf.examples.feature/feature.xml
+++ b/org.eclipse.rmf.examples.feature/feature.xml
@@ -13,10 +13,14 @@
[Enter Copyright Description here.]
</copyright>
- <license url="http://www.example.com/license">
- [Enter License Description here.]
+ <license url="%licenseURL">
+ %license
</license>
+ <url>
+ <discovery label="RMF at Eclipse.org" url="http://eclipse.org/rmf"/>
+ </url>
+
<plugin
id="org.eclipse.rmf.examples.installer"
download-size="0"

Back to the top