/[pkgs]/rpms/eclipse/devel/eclipse-target-platform-template.patch
ViewVC logotype

Contents of /rpms/eclipse/devel/eclipse-target-platform-template.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Thu Sep 10 14:11:54 2009 UTC (2 months, 2 weeks ago) by overholt
Branch: MAIN
CVS Tags: F-12-split, eclipse-3_5_0-0_10_fc12, eclipse-3_5_1-1_fc13, eclipse-3_5_1-2_fc13, eclipse-3_5_1-3_fc12, eclipse-3_5_1-3_fc13, eclipse-3_5_1-16_fc13, eclipse-3_5_1-19_fc13, eclipse-3_5_1-12_fc13, eclipse-3_5_1-15_fc13, eclipse-3_5_1-14_fc13, eclipse-3_5_1-11_fc13, eclipse-3_5_1-10_fc13, eclipse-3_5_1-6_fc13, eclipse-3_5_1-4_fc13, eclipse-3_5_0-0_13_fc12, eclipse-3_5_1-13_fc13, eclipse-3_5_0-0_12_fc12, eclipse-3_5_0-0_11_fc12, eclipse-3_5_0-3_fc13, eclipse-3_5_0-4_fc13, eclipse-3_5_0-2_fc12, eclipse-3_5_1-17_fc13, eclipse-3_5_1-21_fc13, eclipse-3_5_1-9_fc13, eclipse-3_5_1-18_fc13, eclipse-3_5_1-20_fc13, eclipse-3_5_0-1_fc12, eclipse-3_5_1-5_fc13, eclipse-3_5_1-8_fc13, eclipse-3_5_1-7_fc13, HEAD
File MIME type: text/x-patch
* Wed Sep 09 2009 Mat Booth <fedora@matbooth.co.uk> 1:3.5.0-0.10
- Patch the target platform templates so they find all the required
  source bundles (see RHBZ # 521969).
1 --- plugins/org.eclipse.pde.core/targets/rcpWithSource.target.old 2009-09-09 20:58:19.915548076 +0100
2 +++ plugins/org.eclipse.pde.core/targets/rcpWithSource.target 2009-09-09 21:03:43.845541597 +0100
3 @@ -3,15 +3,9 @@
4
5 <target name="Base RCP with Source">
6
7 - <location useDefault="true"/>
8 -
9 - <content>
10 - <plugins>
11 - </plugins>
12 - <features>
13 - <feature id="org.eclipse.rcp"/>
14 - <feature id="org.eclipse.rcp.source"/>
15 - </features>
16 - </content>
17 + <locations>
18 + <location id="org.eclipse.rcp" path="${eclipse_home}" type="Feature"/>
19 + <location id="org.eclipse.rcp.source" path="${eclipse_home}/dropins/sdk" type="Feature"/>
20 + </locations>
21
22 </target>

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2