mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
Generate file with same name as class it contains.
This commit is contained in:
parent
f7907c866d
commit
6bf9de70d5
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
cd $(dirname $0)
|
||||
cd ../../
|
||||
|
||||
cat <<EOF > android/XWords4/src/org/eehouse/android/xw4/VERS.java
|
||||
cat <<EOF > android/XWords4/src/org/eehouse/android/xw4/SvnVersion.java
|
||||
// auto-generated; do not edit
|
||||
package org.eehouse.android.xw4;
|
||||
class SvnVersion {
|
||||
|
|
Loading…
Reference in a new issue