Skip to content

Commit 16947b1

Browse files
committed
remove SVN stuff in mkdist
git-svn-id: svn://svn.rforge.net/rJava/trunk@195 634b503b-a89c-4e0f-88f7-82c2bf7838a2
1 parent 8e17100 commit 16947b1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

mkdist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ fi
3434

3535
if [ ! -e getsp.class ]; then
3636
echo "Compiling getsp.class"
37-
javac getsp.java
37+
javac -target 1.2 -source 1.2 getsp.java
3838
fi
3939

40-
echo "Removing CVS and backup files ..."
41-
find . -name CVS -or -name \*~ | xargs rm -rf
40+
echo "Removing CVS/SVN and backup files ..."
41+
find . -name CVS -or -name .svn -or -name \*~ | xargs rm -rf
4242

4343
if [ ! -e jri/configure ]; then
4444
: ${JRI=$SWD/../../../org/rosuda/JRI}

0 commit comments

Comments
 (0)