File tree Expand file tree Collapse file tree 3 files changed +28
-3
lines changed Expand file tree Collapse file tree 3 files changed +28
-3
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ TODO:
280
280
281
281
<!-- Pax runner -->
282
282
<property name =" pax.exam.version" value =" 3.5.0" /><!-- Last version which supports Java 6 -->
283
- <property name =" osgi.felix.version" value =" 4.0.3 " />
283
+ <property name =" osgi.felix.version" value =" 4.4.0 " />
284
284
<property name =" osgi.equinox.version" value =" 3.7.1" />
285
285
<artifact : dependencies pathId =" pax.exam.classpath" filesetId =" pax.exam.fileset" >
286
286
<dependency groupId =" org.ops4j.pax.exam" artifactId =" pax-exam-container-native" version =" ${ pax.exam.version } " >
@@ -294,6 +294,7 @@ TODO:
294
294
<dependency groupId =" ch.qos.logback" artifactId =" logback-classic" version =" 1.1.2" />
295
295
<dependency groupId =" junit" artifactId =" junit" version =" ${ junit.version } " />
296
296
</artifact : dependencies >
297
+ <copy-deps project =" pax.exam" />
297
298
298
299
<artifact : dependencies pathId =" osgi.framework.felix" >
299
300
<dependency groupId =" org.apache.felix" artifactId =" org.apache.felix.framework" version =" ${ osgi.felix.version } " />
@@ -1375,8 +1376,8 @@ TODO:
1375
1376
</target >
1376
1377
1377
1378
<target name =" test.osgi" depends =" test.osgi.comp" >
1378
- <if ><isset property =" has.java8 " /><then >
1379
- <echo message =" Skipping OSGi JUnit tests on Java 8. See SI-8642 " />
1379
+ <if ><isset property =" test.osgi.skip " /><then >
1380
+ <echo message =" Skipping OSGi JUnit tests" />
1380
1381
</then ><else >
1381
1382
<echo message =" Running OSGi JUnit tests. Output in ${ build-osgi.dir } " />
1382
1383
<stopwatch name =" test.osgi.timer" />
Original file line number Diff line number Diff line change 218
218
<module fileurl =" file://$PROJECT_DIR$/scalap.iml" filepath =" $PROJECT_DIR$/scalap.iml" />
219
219
<module fileurl =" file://$PROJECT_DIR$/test.iml" filepath =" $PROJECT_DIR$/test.iml" />
220
220
<module fileurl =" file://$PROJECT_DIR$/test-junit.iml" filepath =" $PROJECT_DIR$/test-junit.iml" />
221
+ <module fileurl =" file://$PROJECT_DIR$/test-osgi.iml" filepath =" $PROJECT_DIR$/test-osgi.iml" />
221
222
</modules >
222
223
</component >
223
224
<component name =" ProjectResources" >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <module type =" JAVA_MODULE" version =" 4" >
3
+ <component name =" NewModuleRootManager" inherit-compiler-output =" true" >
4
+ <exclude-output />
5
+ <content url =" file://$MODULE_DIR$/../../test/osgi" >
6
+ <sourceFolder url =" file://$MODULE_DIR$/../../test/osgi/src" isTestSource =" false" />
7
+ </content >
8
+ <orderEntry type =" inheritedJdk" />
9
+ <orderEntry type =" sourceFolder" forTests =" false" />
10
+ <orderEntry type =" module" module-name =" actors" />
11
+ <orderEntry type =" module" module-name =" asm" />
12
+ <orderEntry type =" module" module-name =" compiler" />
13
+ <orderEntry type =" module" module-name =" library" />
14
+ <orderEntry type =" module" module-name =" reflect" />
15
+ <orderEntry type =" module" module-name =" repl" />
16
+ <orderEntry type =" module" module-name =" partest-extras" />
17
+ <orderEntry type =" module" module-name =" forkjoin" />
18
+ <orderEntry type =" library" name =" junit" level =" project" />
19
+ <orderEntry type =" library" name =" scaladoc-deps" level =" project" />
20
+ <orderEntry type =" library" name =" scala-sdk" level =" project" />
21
+ <orderEntry type =" library" scope =" PROVIDED" name =" pax.exam-deps" level =" project" />
22
+ </component >
23
+ </module >
You can’t perform that action at this time.
0 commit comments