Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
Diffstat (limited to 'remote')
-rw-r--r--remote/org.eclipse.cdt.remote-feature/feature.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/remote/org.eclipse.cdt.remote-feature/feature.xml b/remote/org.eclipse.cdt.remote-feature/feature.xml
index 220e2539fd5..850f8322dc5 100644
--- a/remote/org.eclipse.cdt.remote-feature/feature.xml
+++ b/remote/org.eclipse.cdt.remote-feature/feature.xml
@@ -7,12 +7,12 @@
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
- <description url="http://www.example.com/description">
- [Enter Feature Description here.]
+ <description>
+ %description
</description>
- <copyright url="http://www.example.com/copyright">
- [Enter Copyright Description here.]
+ <copyright>
+ %copyright
</copyright>
<license url="%licenseURL">

Back to the top