diff options
author | William Whittle <william.whittle@gmail.com> | 2013-06-07 16:04:18 +0100 |
---|---|---|
committer | William Whittle <william.whittle@gmail.com> | 2013-06-07 16:09:49 +0100 |
commit | e8b8eec715a41fc0b5e4c397f27c54997f505cb7 (patch) | |
tree | dcbcd2e24f6e5554b4d366d2ab46a140fcd022a6 /.classpath | |
parent | 635ef9bf1134735bb0cbab00dbdc81fe2db97130 (diff) | |
download | gitblit-e8b8eec715a41fc0b5e4c397f27c54997f505cb7.tar.gz gitblit-e8b8eec715a41fc0b5e4c397f27c54997f505cb7.zip |
Added support for authenticating against a Salesforce org.
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -37,6 +37,9 @@ <classpathentry kind="lib" path="ext/jcalendar-1.3.2.jar" /> <classpathentry kind="lib" path="ext/commons-compress-1.4.1.jar" sourcepath="ext/src/commons-compress-1.4.1.jar" /> <classpathentry kind="lib" path="ext/xz-1.0.jar" sourcepath="ext/src/xz-1.0.jar" /> + <classpathentry kind="lib" path="ext/force-partner-api-24.0.0.jar" sourcepath="ext/src/force-partner-api-24.0.0.jar" /> + <classpathentry kind="lib" path="ext/force-wsc-24.0.0.jar" sourcepath="ext/src/force-wsc-24.0.0.jar" /> + <classpathentry kind="lib" path="ext/js-1.7R2.jar" sourcepath="ext/src/js-1.7R2.jar" /> <classpathentry kind="lib" path="ext/junit-4.11.jar" sourcepath="ext/src/junit-4.11.jar" /> <classpathentry kind="lib" path="ext/hamcrest-core-1.3.jar" sourcepath="ext/src/hamcrest-core-1.3.jar" /> <classpathentry kind="lib" path="ext/selenium-java-2.28.0.jar" sourcepath="ext/src/selenium-java-2.28.0.jar" /> |