java-runtime: changed scope to 'provided' for dependencies on junit and ant to avoid inclusion of these libraries in distributions

This commit is contained in:
nik
2014-12-18 14:05:32 +03:00
parent 59a659d433
commit 733c317f39
+4 -5
View File
@@ -7,9 +7,8 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="JUnit3" level="project" />
<orderEntry type="library" name="JUnit4" level="project" />
<orderEntry type="library" name="Ant" level="project" />
<orderEntry type="library" scope="PROVIDED" name="JUnit3" level="project" />
<orderEntry type="library" scope="PROVIDED" name="JUnit4" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Ant" level="project" />
</component>
</module>
</module>