Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TTool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mbe-tools
TTool
Commits
88b79a1e
Commit
88b79a1e
authored
7 years ago
by
Ludovic Apvrille
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of gitlab.enst.fr:mbe-tools/TTool
parents
30a49806
37e925cc
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+2
-0
2 additions, 0 deletions
Makefile
build.txt
+1
-1
1 addition, 1 deletion
build.txt
src/main/java/ui/util/DefaultText.java
+2
-2
2 additions, 2 deletions
src/main/java/ui/util/DefaultText.java
with
5 additions
and
3 deletions
Makefile
+
2
−
0
View file @
88b79a1e
...
...
@@ -308,6 +308,7 @@ $(TTOOL_PREINSTALL_MACOS:.tgz=.tar): $(BASERELEASE:.tgz=.tar)
@
mv
$(
TTOOL_TARGET_MACOS
)
/uppaal
*
$(
TTOOL_TARGET_MACOS
)
/uppaal
@
cp
$(
TTOOL_DOC
)
/config_macosx.xml
$(
TTOOL_TARGET_MACOS
)
/TTool/bin/config_macosx.xml
@
sed
's#cd [^;]*#cd TTool/bin#'
$(
TTOOL_DOC
)
/ttool_macosx.exe
>
$(
TTOOL_TARGET_MACOS
)
/ttool.exe
@
chmod
u+x
$(
TTOOL_TARGET_MACOS
)
/ttool.exe
@$(
TAR
)
uf
$@
-C
$(
TTOOL_TARGET_MACOS
)
proverif uppaal TTool/bin/config_macosx.xml ttool.exe
$(TTOOL_PREINSTALL_LINUX
:
.tgz=.tar): $(BASERELEASE:.tgz=.tar)
...
...
@@ -318,6 +319,7 @@ $(TTOOL_PREINSTALL_LINUX:.tgz=.tar): $(BASERELEASE:.tgz=.tar)
@$(
TAR
)
xzvf
$(
TTOOL_PRIVATE
)
/stocks/uppaal.tar.gz
-C
$(
TTOOL_TARGET_LINUX
)
@
cp
$(
TTOOL_DOC
)
/config_linux.xml
$(
TTOOL_TARGET_LINUX
)
/TTool/bin/config_linux.xml
@
sed
's#cd [^;]*#cd TTool/bin#'
$(
TTOOL_DOC
)
/ttool_linux.exe
>
$(
TTOOL_TARGET_LINUX
)
/ttool.exe
@
chmod
u+x
$(
TTOOL_TARGET_LINUX
)
/ttool.exe
@$(
TAR
)
uf
$@
-C
$(
TTOOL_TARGET_LINUX
)
proverif uppaal TTool/bin/config_linux.xml ttool.exe
$(BASERELEASE
:
.tgz=.tar): $(JTTOOL_BINARY) $(TTOOL_BINARY) $(LAUNCHER_BINARY) $(TIFTRANSLATOR_BINARY) $(TMLTRANSLATOR_BINARY) $(RUNDSE_BINARY) FORCE
...
...
This diff is collapsed.
Click to expand it.
build.txt
+
1
−
1
View file @
88b79a1e
12374
\ No newline at end of file
12377
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/main/java/ui/util/DefaultText.java
+
2
−
2
View file @
88b79a1e
...
...
@@ -51,8 +51,8 @@ package ui.util;
*/
public
class
DefaultText
{
public
static
String
BUILD
=
"1237
3
"
;
public
static
String
DATE
=
"2017/10/0
3
0
2:01:28
CET"
;
public
static
String
BUILD
=
"1237
6
"
;
public
static
String
DATE
=
"2017/10/0
5
0
9:57:49
CET"
;
public
static
StringBuffer
sbAbout
=
makeAbout
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment