Files
openide/plugins/github/github.iml
Kirill Likhodedov 5b19bac29a Fix github-tests project setup
github-tests were not running on the server, because nobody depended
on the module. The solution was either to write the module explicitly
to the main-idea-tests configuration, or to move the tests to github
module.

Tests were not moved to github module initially because they depend
on jira-connector (because tasks-tests depend on jira-connector).
Adding tasks-tests test dependency is impossible,
because they depend on testframework-java (which leads to prefix
problems).

Therefore it is decided to move github tests back to the github
module, and add jira-connector as a test dependency to it.
2013-07-04 13:13:55 +04:00

27 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/resources" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="vcs-api" />
<orderEntry type="module" module-name="git4idea" />
<orderEntry type="library" name="http-client-3.1" level="project" />
<orderEntry type="module" module-name="vcs-impl" />
<orderEntry type="module" module-name="tasks-core" exported="" />
<orderEntry type="module" module-name="tasks-api" exported="" />
<orderEntry type="module" module-name="platform-impl" />
<orderEntry type="module" module-name="util" />
<orderEntry type="library" name="gson" level="project" />
<orderEntry type="module" module-name="dvcs" />
<orderEntry type="module" module-name="testFramework" scope="TEST" />
<orderEntry type="module" module-name="jira-connector" scope="TEST" />
</component>
</module>