Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2012-12-11 15:39:34 +0000
committerJohn Arthorne2012-12-11 15:39:34 +0000
commita6154e99bc2b562bce009c54420544397a656973 (patch)
treeefac64a9e00283beb5bd1f24ac2031758918a152
parent1cbf73a51be304079404b277c10fe50832bab4d7 (diff)
downloadrt.equinox.p2-a6154e99bc2b562bce009c54420544397a656973.tar.gz
rt.equinox.p2-a6154e99bc2b562bce009c54420544397a656973.tar.xz
rt.equinox.p2-a6154e99bc2b562bce009c54420544397a656973.zip
Bug 396069 - p2 features have undefined tokenv20121211-153934M20121212-1200M20121212-1000
-rw-r--r--features/org.eclipse.equinox.p2.core.feature/feature.xml2
-rw-r--r--features/org.eclipse.equinox.p2.extras.feature/feature.xml2
-rw-r--r--features/org.eclipse.equinox.p2.rcp.feature/feature.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/features/org.eclipse.equinox.p2.core.feature/feature.xml b/features/org.eclipse.equinox.p2.core.feature/feature.xml
index ec57f645b..42ba251dc 100644
--- a/features/org.eclipse.equinox.p2.core.feature/feature.xml
+++ b/features/org.eclipse.equinox.p2.core.feature/feature.xml
@@ -12,7 +12,7 @@
%description
</description>
- <copyright url="%copyrightURL">
+ <copyright>
%copyright
</copyright>
diff --git a/features/org.eclipse.equinox.p2.extras.feature/feature.xml b/features/org.eclipse.equinox.p2.extras.feature/feature.xml
index 3bb06f72f..3a418dc9e 100644
--- a/features/org.eclipse.equinox.p2.extras.feature/feature.xml
+++ b/features/org.eclipse.equinox.p2.extras.feature/feature.xml
@@ -12,7 +12,7 @@
%description
</description>
- <copyright url="%copyrightURL">
+ <copyright>
%copyright
</copyright>
diff --git a/features/org.eclipse.equinox.p2.rcp.feature/feature.xml b/features/org.eclipse.equinox.p2.rcp.feature/feature.xml
index 71769e053..f4772623c 100644
--- a/features/org.eclipse.equinox.p2.rcp.feature/feature.xml
+++ b/features/org.eclipse.equinox.p2.rcp.feature/feature.xml
@@ -12,7 +12,7 @@
%description
</description>
- <copyright url="%copyrightURL">
+ <copyright>
%copyright
</copyright>

Back to the top