diff options
author | Jens Baumgart <jens.baumgart@sap.com> | 2010-12-08 16:20:28 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2010-12-08 16:20:28 +0100 |
commit | 51e2646d4a17a22210111675030dee54f4cfee49 (patch) | |
tree | ca46985247e23b7abc282b8167750459550b0a11 /org.eclipse.jgit.junit.http/.project | |
parent | a02be9725c9f83f0a0280a9a1f00e8d484825885 (diff) | |
download | jgit-51e2646d4a17a22210111675030dee54f4cfee49.tar.gz jgit-51e2646d4a17a22210111675030dee54f4cfee49.zip |
Introduce http test bundle
Introduce a http test bundle to make this functionality available for
EGit tests. A simple http server class is provided. The jetty version
was updated to a version that is also available via p2 (needed in EGit
UI tests).
Change-Id: I13bfc4c6c47e27d8f97d3e9752347d6d23e553d4
Signed-off-by: Jens Baumgart <jens.baumgart@sap.com>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.junit.http/.project')
-rw-r--r-- | org.eclipse.jgit.junit.http/.project | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/org.eclipse.jgit.junit.http/.project b/org.eclipse.jgit.junit.http/.project new file mode 100644 index 0000000000..0a38e4ab93 --- /dev/null +++ b/org.eclipse.jgit.junit.http/.project @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.jgit.junit.http</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
|