Skip to content

Commit 3fc1b74

Browse files
author
rcartwright
committed
This commit patches build.xml to use the new svn repository address:
https://drjava.svn.sourceforge.net/svnroot/drjava The following file was modified: M build.xml git-svn-id: file:///tmp/test-svn/trunk@5756 fe72c1cf-3628-48e9-8b72-1c46755d3cff
1 parent 523677d commit 3fc1b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drjava/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<property name="md5-temp-name" value="classes/md5.properties" />
1313
<property name="md5-properties-path" value="edu/rice/cs/drjava/md5.properties" />
1414
<property name="main-class" value="edu.rice.cs.drjava.DrJava" />
15-
<property name="svn-repository" value="https://drjava.svn.sourceforge.net/svnroot/drjava" />
15+
<property name="svn-repository" value="https://svn.code.sf.net/p/drjava/code/tags" />
1616

1717
<!-- Properties loaded from a file -->
1818
<property name="props" value="../ant.properties" />

0 commit comments

Comments
 (0)