Skip to content

Commit 51a13b9

Browse files
committed
do not automatically overwrite sorma2 main class
1 parent 600e296 commit 51a13b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/init_sorma2.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ java \
2020
-classpath ".:sqlite-jdbc-3.46.1.2.jar:sorma2.jar" \
2121
com/zoffcc/applications/sorm/Generator "gen" || exit 1
2222

23-
cp -v \
24-
../sorma2/gen/com/zoffcc/applications/sorm/OrmaDatabase.java \
25-
../android-refimpl-app/app/src/main/java/com/zoffcc/applications/sorm/OrmaDatabase.java
23+
# cp -v \
24+
# ../sorma2/gen/com/zoffcc/applications/sorm/OrmaDatabase.java \
25+
# ../android-refimpl-app/app/src/main/java/com/zoffcc/applications/sorm/OrmaDatabase.java

0 commit comments

Comments
 (0)