Skip to content

Commit

Permalink
harmcrest-all.jar is added for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Dyachkov committed Nov 18, 2019
1 parent 3780538 commit edcd269
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="test" value="true"/>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="test" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/classes" path="src/main/java">
Expand All @@ -40,5 +40,6 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/test/hamcrest-all.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>

0 comments on commit edcd269

Please sign in to comment.