summaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2011-04-07 09:46:30 -0400
committerJames Moger <james.moger@gitblit.com>2011-04-07 09:46:30 -0400
commitcebf455f3fd54b72e530942f308097ec54b408cd (patch)
tree081f6c6235157fbf8cc004a292b3112a1238d80d /.classpath
parent7ba0ec1e871a1f7b5a40b3272e860ade13038e95 (diff)
downloadgitblit-cebf455f3fd54b72e530942f308097ec54b408cd.tar.gz
gitblit-cebf455f3fd54b72e530942f308097ec54b408cd.zip
Let Wicket manage resources and use markup inheritance.
This seems to improve page loading times.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath1
1 files changed, 0 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index 2fc1d0f4..4f9e926b 100644
--- a/.classpath
+++ b/.classpath
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
- <classpathentry kind="src" path="resources"/>
<classpathentry kind="src" path="contrib"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="lib/jgit-0.11.3.jar" sourcepath="/org.eclipse.jgit"/>