Skip to content

Commit fe38105

Browse files
committed
Fixes #143
1 parent 594bfdb commit fe38105

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cucumber-scala.iml

+6-6
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,11 @@
3737
<orderEntry type="inheritedJdk" />
3838
<orderEntry type="sourceFolder" forTests="false" />
3939
<orderEntry type="module" module-name="cucumber-core" />
40+
<orderEntry type="module" module-name="cucumber-junit" scope="TEST" />
41+
<orderEntry type="library" name="scala-compiler-2.9.1" level="application" />
4042
<orderEntry type="module-library">
4143
<library name="IvyIDEA">
4244
<CLASSES>
43-
<root url="jar://$USER_HOME$/.ivy2/cache/org.scala-lang/scala-library/jars/scala-library-2.9.1.jar!/" />
44-
<root url="jar://$USER_HOME$/.ivy2/cache/org.scala-lang/scala-compiler/jars/scala-compiler-2.9.1.jar!/" />
45-
<root url="jar://$USER_HOME$/.ivy2/cache/org.mockito/mockito-all/jars/mockito-all-1.9.0.jar!/" />
46-
<root url="jar://$USER_HOME$/.ivy2/cache/org.codehaus.groovy/groovy-all/jars/groovy-all-2.0.0-beta-2.jar!/" />
4745
<root url="jar://$USER_HOME$/.ivy2/cache/info.cukes/gherkin/jars/gherkin-2.7.3.jar!/" />
4846
<root url="jar://$USER_HOME$/.ivy2/cache/com.googlecode.json-simple/json-simple/jars/json-simple-1.1.jar!/" />
4947
<root url="jar://$USER_HOME$/.ivy2/cache/net.iharder/base64/jars/base64-2.3.8.jar!/" />
@@ -53,15 +51,17 @@
5351
<root url="jar://$USER_HOME$/.ivy2/cache/xpp3/xpp3_min/jars/xpp3_min-1.1.4c.jar!/" />
5452
<root url="jar://$USER_HOME$/.ivy2/cache/com.googlecode.java-diff-utils/diffutils/jars/diffutils-1.2.1.jar!/" />
5553
<root url="jar://$USER_HOME$/.ivy2/cache/com.google.code.gson/gson/jars/gson-2.1.jar!/" />
54+
<root url="jar://$USER_HOME$/.ivy2/cache/org.scala-lang/scala-library/jars/scala-library-2.9.1.jar!/" />
55+
<root url="jar://$USER_HOME$/.ivy2/cache/org.scala-lang/scala-compiler/jars/scala-compiler-2.9.1.jar!/" />
56+
<root url="jar://$USER_HOME$/.ivy2/cache/org.codehaus.groovy/groovy-all/jars/groovy-all-2.0.0-beta-2.jar!/" />
5657
<root url="jar://$USER_HOME$/.ivy2/cache/junit/junit/jars/junit-4.10.jar!/" />
5758
<root url="jar://$USER_HOME$/.ivy2/cache/org.hamcrest/hamcrest-core/jars/hamcrest-core-1.1.jar!/" />
59+
<root url="jar://$USER_HOME$/.ivy2/cache/org.mockito/mockito-all/jars/mockito-all-1.9.0.jar!/" />
5860
</CLASSES>
5961
<JAVADOC />
6062
<SOURCES />
6163
</library>
6264
</orderEntry>
63-
<orderEntry type="module" module-name="cucumber-junit" scope="TEST" />
64-
<orderEntry type="library" name="scala-compiler-2.9.1" level="application" />
6565
</component>
6666
</module>
6767

0 commit comments

Comments
 (0)