Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 453675 | Differences between
and this patch

Collapse All | Expand All

(-)feature.xml (-1 / +1 lines)
Lines 1-11 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<feature
2
<feature
3
      id="org.eclipse.equinox.server.p2"
3
      id="org.eclipse.equinox.server.p2"
4
      label="%featureName"
4
      label="%featureName"
5
      version="1.2.100.qualifier"
5
      version="1.2.200.qualifier"
6
      provider-name="%providerName"
6
      provider-name="%providerName"
7
      license-feature="org.eclipse.license"
7
      license-feature="org.eclipse.license"
8
      license-feature-version="0.0.0">
8
      license-feature-version="0.0.0">
9
9
10
   <copyright>
10
   <copyright>
11
      %copyright
11
      %copyright
(-)pom.xml (-1 / +1 lines)
Lines 16-24 Link Here
16
    <groupId>org.eclipse.equinox.bundles</groupId>
16
    <groupId>org.eclipse.equinox.bundles</groupId>
17
    <version>4.5.0-SNAPSHOT</version>
17
    <version>4.5.0-SNAPSHOT</version>
18
    <relativePath>../../</relativePath>
18
    <relativePath>../../</relativePath>
19
  </parent>
19
  </parent>
20
  <groupId>org.eclipse.equinox.feature</groupId>
20
  <groupId>org.eclipse.equinox.feature</groupId>
21
  <artifactId>org.eclipse.equinox.server.p2</artifactId>
21
  <artifactId>org.eclipse.equinox.server.p2</artifactId>
22
  <version>1.2.100-SNAPSHOT</version>
22
  <version>1.2.200-SNAPSHOT</version>
23
  <packaging>eclipse-feature</packaging>
23
  <packaging>eclipse-feature</packaging>
24
</project>
24
</project>

Return to bug 453675