summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.test/build.properties
Commit message (Collapse)AuthorAgeFilesLines
* Add path src/ to source path in build.propertiesMatthias Sohn2016-08-061-1/+2
| | | | | | This fixes the warning "src/ is missing from source.." Change-Id: I166e3a6a3d5230e4110d3283ec4dbc7d1dfe6732 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* http.test: Add missing plugin.properties to buildShawn O. Pearce2010-02-091-1/+2
| | | | Change-Id: I17e2c22498092d25dace88319698626ce55df822
* Make HTTP test project work in EclipseRobin Rosenberg2010-01-231-0/+4
The Jetty components are not available as part of Eclipse, but a P2 packaged version can be found via [1] for Eclipse 3.5 and newer. [1] http://wiki.eclipse.org/Jetty-OSGi_SDK Change-Id: Ibd5930bb9fc9589125876ca50c52e58bd31b051c Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>