diff options
author | James Moger <james.moger@gitblit.com> | 2013-06-19 16:26:32 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-06-19 16:26:58 -0400 |
commit | 430496317177893eeb94579b2946dbafea6d0727 (patch) | |
tree | 85a37b386d1d144d51e2644d302ec00b7f691583 /.classpath | |
parent | bdfb4cbb8175c09beaf77c7270d36403b127a0de (diff) | |
download | gitblit-430496317177893eeb94579b2946dbafea6d0727.tar.gz gitblit-430496317177893eeb94579b2946dbafea6d0727.zip |
Generate filterable project/repository list with FreeMarker
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ <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/freemarker-2.3.19.jar" sourcepath="ext/src/freemarker-2.3.19.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" /> |