summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Burmeister <joe.burmeister@codethink.co.uk>2012-11-12 10:31:29 +0000
committerJoe Burmeister <joe.burmeister@codethink.co.uk>2012-11-12 10:31:29 +0000
commit78ca1909c61908eaeb34b3e6b377ce8e8095ea98 (patch)
treef8dd4642927de74dda9ef0a948b674e61e1312ca
parent6648361ee14197e7c3337fb7bf4d6d0ee27e0aee (diff)
downloadlorries-78ca1909c61908eaeb34b3e6b377ce8e8095ea98.tar.gz
Change GNU Classpath lorry to point at git instead of cvs.
-rw-r--r--active/classpath.lorry5
1 files changed, 2 insertions, 3 deletions
diff --git a/active/classpath.lorry b/active/classpath.lorry
index c673387..dcbb92f 100644
--- a/active/classpath.lorry
+++ b/active/classpath.lorry
@@ -1,7 +1,6 @@
{
"classpath": {
- "type": "cvs",
- "url": ":pserver:anonymous@cvs.savannah.gnu.org:/sources/classpath",
- "module": "classpath"
+ "type": "git",
+ "url": "git://git.savannah.gnu.org/classpath.git"
}
}