Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2008-05-28 12:31:49 +0000
committerEike Stepper2008-05-28 12:31:49 +0000
commit775439dfabbd09a58f0ab6b5610ca44514fd0e80 (patch)
tree463740243d0d21aa30b3dd3ef90390d5a1aa66c4 /plugins/org.eclipse.net4j.http.tests
parent42edfff58de232e8471bb7e55f2451bddee96e9c (diff)
downloadcdo-775439dfabbd09a58f0ab6b5610ca44514fd0e80.tar.gz
cdo-775439dfabbd09a58f0ab6b5610ca44514fd0e80.tar.xz
cdo-775439dfabbd09a58f0ab6b5610ca44514fd0e80.zip
[232648] Provide an HTTPConnector
https://bugs.eclipse.org/bugs/show_bug.cgi?id=232648
Diffstat (limited to 'plugins/org.eclipse.net4j.http.tests')
-rw-r--r--plugins/org.eclipse.net4j.http.tests/.options5
-rw-r--r--plugins/org.eclipse.net4j.http.tests/build.properties1
2 files changed, 0 insertions, 6 deletions
diff --git a/plugins/org.eclipse.net4j.http.tests/.options b/plugins/org.eclipse.net4j.http.tests/.options
deleted file mode 100644
index d0e2ee2bf2..0000000000
--- a/plugins/org.eclipse.net4j.http.tests/.options
+++ /dev/null
@@ -1,5 +0,0 @@
-# Debugging and tracing options
-
-org.eclipse.net4j.http/debug = true
-
-org.eclipse.net4j.http/protocol.registration.timeout = 10000
diff --git a/plugins/org.eclipse.net4j.http.tests/build.properties b/plugins/org.eclipse.net4j.http.tests/build.properties
index ca446c6de7..8030e50d88 100644
--- a/plugins/org.eclipse.net4j.http.tests/build.properties
+++ b/plugins/org.eclipse.net4j.http.tests/build.properties
@@ -13,7 +13,6 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
- .options,\
plugin.properties,\
plugin.xml,\
about.html,\

Back to the top