diff options
author | James Moger <james.moger@gitblit.com> | 2011-04-07 09:46:30 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-04-07 09:46:30 -0400 |
commit | cebf455f3fd54b72e530942f308097ec54b408cd (patch) | |
tree | 081f6c6235157fbf8cc004a292b3112a1238d80d /.classpath | |
parent | 7ba0ec1e871a1f7b5a40b3272e860ade13038e95 (diff) | |
download | gitblit-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-- | .classpath | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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"/>
|