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 387052 | Differences between
and this patch

Collapse All | Expand All

(-)a/features/org.eclipse.rcp/build.properties (-2 / +2 lines)
Lines 1-5 Link Here
1
###############################################################################
1
###############################################################################
2
#  Copyright (c) 2000, 2011 IBM Corporation and others.
2
#  Copyright (c) 2000, 2012 IBM Corporation and others.
3
#  All rights reserved. This program and the accompanying materials
3
#  All rights reserved. This program and the accompanying materials
4
#  are made available under the terms of the Eclipse Public License v1.0
4
#  are made available under the terms of the Eclipse Public License v1.0
5
#  which accompanies this distribution, and is available at
5
#  which accompanies this distribution, and is available at
Lines 8-14 Link Here
8
#  Contributors:
8
#  Contributors:
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
bin.includes=feature.xml,feature.properties,eclipse_update_120.jpg
11
bin.includes=feature.xml,feature.properties
12
root=../org.eclipse.platform/rootfiles
12
root=../org.eclipse.platform/rootfiles
13
13
14
14
(-)a/features/org.eclipse.rcp/feature.xml (-2 / +1 lines)
Lines 2-11 Link Here
2
<feature
2
<feature
3
      id="org.eclipse.rcp"
3
      id="org.eclipse.rcp"
4
      label="%featureName"
4
      label="%featureName"
5
      version="4.2.0.qualifier"
5
      version="4.2.1.qualifier"
6
      provider-name="%providerName"
6
      provider-name="%providerName"
7
      plugin="org.eclipse.rcp"
7
      plugin="org.eclipse.rcp"
8
      image="eclipse_update_120.jpg"
9
      license-feature="org.eclipse.license"
8
      license-feature="org.eclipse.license"
10
      license-feature-version="1.0.0.qualifier">
9
      license-feature-version="1.0.0.qualifier">
11
10
(-)a/features/org.eclipse.rcp/pom.xml (-1 / +1 lines)
Lines 24-30 Link Here
24
24
25
  <groupId>org.eclipse.platform-feature</groupId>
25
  <groupId>org.eclipse.platform-feature</groupId>
26
  <artifactId>org.eclipse.rcp</artifactId>
26
  <artifactId>org.eclipse.rcp</artifactId>
27
  <version>4.2.0-SNAPSHOT</version>
27
  <version>4.2.1-SNAPSHOT</version>
28
  <packaging>eclipse-feature</packaging>
28
  <packaging>eclipse-feature</packaging>
29
29
30
  <build>
30
  <build>
(-)a/features/org.eclipse.rcp/sourceTemplateFeature/build.properties (-3 / +11 lines)
Lines 1-5 Link Here
1
###############################################################################
1
###############################################################################
2
# Copyright (c) 2000, 2007 IBM Corporation and others.
2
# Copyright (c) 2000, 2012 IBM Corporation and others.
3
# All rights reserved. This program and the accompanying materials
3
# All rights reserved. This program and the accompanying materials
4
# are made available under the terms of the Eclipse Public License v1.0
4
# are made available under the terms of the Eclipse Public License v1.0
5
# which accompanies this distribution, and is available at
5
# which accompanies this distribution, and is available at
Lines 9-16 Link Here
9
#     IBM Corporation - initial API and implementation
9
#     IBM Corporation - initial API and implementation
10
###############################################################################
10
###############################################################################
11
bin.includes =\
11
bin.includes =\
12
eclipse_update_120.jpg,\
13
feature.xml,\
12
feature.xml,\
14
feature.properties
13
feature.properties
15
14
16
generate.feature@org.eclipse.e4.rcp.source=org.eclipse.e4.rcp
15
generate.feature@org.eclipse.e4.rcp.source=org.eclipse.e4.rcp,
16
 plugin@javax.annotation.source;unpack="false",
17
 plugin@javax.inject.source;unpack="false",
18
 plugin@org.apache.batik.css.source;unpack="false",
19
 plugin@org.apache.batik.util.gui.source;unpack="false",
20
 plugin@org.apache.batik.util.source;unpack="false",
21
 plugin@org.w3c.css.sac.source;unpack="false",
22
 plugin@org.w3c.dom.smil.source;unpack="false",
23
 plugin@org.w3c.dom.svg.source;unpack="false",
24
 

Return to bug 387052