Skip to content
Snippets Groups Projects
Commit e10c8d55 authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

Modification to use svn when compiling java files

parent db6fbe04
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,9 @@ RELEASE_STD_FILES_BIN = $(TTOOL_CONFIG) $(LAUNCHER_BINARY) $(TTOOL_BINARY) $(TIF
RELEASE_STD_FILES_LICENSES = LICENSE LICENSE_CECILL_ENG LICENSE_CECILL_FR
all:
svn update builder.txt
$(JAVA) -jar $(BUILDER) $(BUILD_INFO) $(BUILD_TO_MODIFY)
svn commit -m "update on build version: builder.txt"
$(JAVAC) $(CLASSPATH) $(TTOOL_SRC) $(TTOOL_SRC)/*.java
ttooljar_std:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment