diff options
| author | John Arthorne | 2012-12-11 15:39:34 +0000 |
|---|---|---|
| committer | John Arthorne | 2012-12-11 15:39:34 +0000 |
| commit | a6154e99bc2b562bce009c54420544397a656973 (patch) | |
| tree | efac64a9e00283beb5bd1f24ac2031758918a152 | |
| parent | 1cbf73a51be304079404b277c10fe50832bab4d7 (diff) | |
| download | rt.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
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> |
