mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 22:32:06 +01:00
Changes needed to run junit tests from within IntelliJ
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2987 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
fcce44482d
commit
e76f335910
2 changed files with 5 additions and 2 deletions
|
@ -6,8 +6,9 @@
|
|||
<exclude-output />
|
||||
<exclude-exploded />
|
||||
<content url="file://$MODULE_DIR$/../..">
|
||||
<sourceFolder url="file://$MODULE_DIR$/../resources" isTestSource="false" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/../../source" isTestSource="false" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/../../test" isTestSource="false" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/../../test" isTestSource="true" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
|
|
|
@ -3,7 +3,9 @@
|
|||
<component name="AntConfiguration">
|
||||
<defaultAnt bundledAnt="true" />
|
||||
<buildFile url="file://$PROJECT_DIR$/../build.xml">
|
||||
<additionalClassPath />
|
||||
<additionalClassPath>
|
||||
<entry path="file://$PROJECT_DIR$/../junit.jar" />
|
||||
</additionalClassPath>
|
||||
<antReference projectDefault="true" />
|
||||
<customJdkName value="" />
|
||||
<maximumHeapSize value="128" />
|
||||
|
|
Loading…
Reference in a new issue