View | Details | Raw Unified | Return to bug 351830 | Differences between
and this patch

Collapse All | Expand All

(-)META-INF/p2.inf (+39 lines)
Added Link Here
1
###############################################################################
2
# Copyright (c) 2011 Wind River Systems, Inc. and others.
3
# All rights reserved. This program and the accompanying materials
4
# are made available under the terms of the Eclipse Public License v1.0
5
# which accompanies this distribution, and is available at
6
# http://www.eclipse.org/legal/epl-v10.html
7
#
8
# Contributors:
9
# Martin Oberhuber (Wind River) - initial API and implementation
10
###############################################################################
11
12
# Instruct the p2 publisher that each of the optional dependencies in 
13
# MANIFEST.MF should be non-greedy: use the dependencies when installed, but 
14
# do not install them automatically. See also http://bugs.eclipse.org/351830   
15
16
requires.0.namespace = osgi.bundle
17
requires.0.name = org.eclipse.jdt.core
18
requires.0.greedy = false
19
requires.0.optional = true
20
21
requires.1.namespace = osgi.bundle
22
requires.1.name = org.eclipse.core.resources
23
requires.1.greedy = false
24
requires.1.optional = true
25
26
requires.2.namespace = osgi.bundle
27
requires.2.name = org.eclipse.jdt.ui
28
requires.2.greedy = false
29
requires.2.optional = true
30
31
requires.3.namespace = osgi.bundle
32
requires.3.name = org.eclipse.pde.ui
33
requires.3.greedy = false
34
requires.3.optional = true
35
36
requires.4.namespace = osgi.bundle
37
requires.4.name = org.eclipse.help
38
requires.4.greedy = false
39
requires.4.optional = true

Return to bug 351830