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

Collapse All | Expand All

(-)build.properties (+1 lines)
Lines 4-7 Link Here
4
               license.html,\
4
               license.html,\
5
               feature.properties
5
               feature.properties
6
includeLaunchers=false
6
includeLaunchers=false
7
root=file:logbackConfig.xml
7
8
(-)logbackConfig.xml (+1 lines)
Added Link Here
1
# this is a testfile
(-)p2.inf (-2 / +6 lines)
Lines 9-19 Link Here
9
9
10
instructions.configure=\
10
instructions.configure=\
11
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//download.eclipse.org/mylyn/releases/indigo,name:Mylyn for Eclipse Indigo);\
11
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//download.eclipse.org/mylyn/releases/indigo,name:Mylyn for Eclipse Indigo);\
12
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.eclipse.org/mylyn/releases/indigo,name:Mylyn for Eclipse Indigo);
12
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.eclipse.org/mylyn/releases/indigo,name:Mylyn for Eclipse Indigo);\
13
org.eclipse.equinox.p2.touchpoint.eclipse.addJvmArg(jvmArg:-Dlogback.configurationFile=logbackConfig.xml);
13
14
14
instructions.unconfigure=\
15
instructions.unconfigure=\
15
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/mylyn/releases/indigo);\
16
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/mylyn/releases/indigo);\
16
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/mylyn/releases/indigo);
17
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/mylyn/releases/indigo);\
18
org.eclipse.equinox.p2.touchpoint.eclipse.removeJvmArg(jvmArg:-Dlogback.configurationFile=logbackConfig.xml);
19
20
17
21
18
22
19
23

Return to bug 340312