Skip to content

Commit

Permalink
add test folder in all projects (for consistency) and JUnit 4 library…
Browse files Browse the repository at this point in the history
…, and change the required JRE with that used by default in eclipse (before some project was using it, others a Java SE 6 profile) for consistency

git-svn-id: https://svn.apache.org/repos/asf/pivot/trunk@1139119 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Sandro Martini committed Jun 23, 2011
1 parent 3c0b5df commit b10a525
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions charts/.classpath
Original file line number Original file line Diff line number Diff line change
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry kind="src" path="src"/> <classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="src" path="test"/>
<classpathentry combineaccessrules="false" kind="src" path="/core"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/wtk"/> <classpathentry combineaccessrules="false" kind="src" path="/core"/>
<classpathentry kind="output" path="bin"/> <classpathentry combineaccessrules="false" kind="src" path="/wtk"/>
</classpath> <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>

0 comments on commit b10a525

Please sign in to comment.