Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Commit

Permalink
Use JDK 6 in IDE to rule out incompatibilities with Java 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzthief81 committed Mar 15, 2014
1 parent 6b86be4 commit 4fa5177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wcaresults.iml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="1.7" jdkType="JavaSDK" />
<orderEntry type="jdk" jdkName="1.6" jdkType="JavaSDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="junit-4.10" level="project" />
<orderEntry type="library" name="poi-3.9-20121203" level="project" />
Expand Down

0 comments on commit 4fa5177

Please sign in to comment.