summaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2014-09-06 11:25:42 -0400
committerJames Moger <james.moger@gitblit.com>2014-09-07 11:42:40 -0400
commitfc3a39d464b1303f0b7d01d0160f81cbbb80a98b (patch)
tree9a45d2f99aa1393198e8610221eb51e982e0d5af /.classpath
parent90eb5a08ddd6a3a246e8b73da9524c304838928a (diff)
downloadgitblit-fc3a39d464b1303f0b7d01d0160f81cbbb80a98b.tar.gz
gitblit-fc3a39d464b1303f0b7d01d0160f81cbbb80a98b.zip
Create infrastructure for XSS sanitization
Diffstat (limited to '.classpath')
-rw-r--r--.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/.classpath b/.classpath
index f6e655e1..a6b40100 100644
--- a/.classpath
+++ b/.classpath
@@ -77,6 +77,7 @@
<classpathentry kind="lib" path="ext/commons-pool2-2.0.jar" sourcepath="ext/src/commons-pool2-2.0.jar" />
<classpathentry kind="lib" path="ext/pf4j-0.8.0.jar" sourcepath="ext/src/pf4j-0.8.0.jar" />
<classpathentry kind="lib" path="ext/tika-core-1.5.jar" sourcepath="ext/src/tika-core-1.5.jar" />
+ <classpathentry kind="lib" path="ext/jsoup-1.7.3.jar" sourcepath="ext/src/jsoup-1.7.3.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" />