diff options
author | James Moger <james.moger@gitblit.com> | 2011-04-04 09:10:51 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-04-04 09:10:51 -0400 |
commit | 5fe7df81eb38dc66f2cfc4bf1973863a19f55cf2 (patch) | |
tree | 3f1b1b3f953aa8a5ed60e149043598fbdaf4d42f /.classpath | |
download | gitblit-5fe7df81eb38dc66f2cfc4bf1973863a19f55cf2.tar.gz gitblit-5fe7df81eb38dc66f2cfc4bf1973863a19f55cf2.zip |
Initial import of Git:Blit.
Change-Id: Ifce000c85c8947c3a768e782c841e41a8953d314
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 00000000..c9073ae4 --- /dev/null +++ b/.classpath @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="resources"/>
+ <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"/>
+ <classpathentry kind="lib" path="lib/jgit-http-0.11.3.jar" sourcepath="/org.eclipse.jgit.http.server"/>
+ <classpathentry kind="lib" path="ext/log4j-1.2.16.jar"/>
+ <classpathentry kind="lib" path="ext/servlet-api-2.5.jar"/>
+ <classpathentry kind="lib" path="ext/slf4j-api-1.6.1.jar"/>
+ <classpathentry kind="lib" path="ext/slf4j-log4j12-1.6.1.jar"/>
+ <classpathentry kind="lib" path="ext/jetty-all-7.2.2.v20101205.jar"/>
+ <classpathentry kind="lib" path="ext/jcommander-1.17.jar"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
+ <classpathentry kind="lib" path="ext/wicket-1.4.17.jar"/>
+ <classpathentry kind="lib" path="ext/wicket-auth-roles-1.4.17.jar"/>
+ <classpathentry kind="lib" path="ext/wicket-extensions-1.4.17.jar"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
|