eclipse classpath fix

This commit is contained in:
anthony 2011-08-31 15:51:19 -07:00
parent c2ada929aa
commit e231ea1ab2
2 changed files with 3 additions and 0 deletions

View File

@ -8,5 +8,6 @@
<classpathentry combineaccessrules="false" kind="src" path="/server"/>
<classpathentry combineaccessrules="false" kind="src" path="/api"/>
<classpathentry combineaccessrules="false" kind="src" path="/core"/>
<classpathentry combineaccessrules="false" kind="src" path="/tools"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View File

@ -30,5 +30,7 @@
<classpathentry kind="lib" path="ant/apache-ant-1.7.1/lib/xml-apis.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="lib" path="junit/junit-4.8.1.jar"/>
<classpathentry exported="true" kind="lib" path="tooljars/cloud-selenium-java-client-driver.jar"/>
<classpathentry exported="true" kind="lib" path="tooljars/cloud-selenium-server.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>