Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AltaRica Project
AltaRica Checker
Commits
5f395e51
Commit
5f395e51
authored
Dec 10, 2010
by
Point Gerald
Browse files
fix bad packages in install-arc.sh
parent
009df220
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
5f395e51
...
...
@@ -6,6 +6,10 @@ arc 1.4:
. add 'attribute id' formula in Acheck specifications that is the set of
transitions whose event contains a component with the attribute 'id'.
arc 1.3.5 :
Bug fixes:
. update install-arc.sh
arc 1.3.4 :
Bug fixes:
. issue #30: in ar_ts_display_trans, the same state was used for the source
...
...
configure.ac
View file @
5f395e51
...
...
@@ -4,7 +4,7 @@ dnl used by clients.
dnl
AC_PREREQ(2.59)
AC_INIT(arc, 1.3.
4
, altarica-bugs.labri@listes.u-bordeaux1.fr)
AC_INIT(arc, 1.3.
5
, altarica-bugs.labri@listes.u-bordeaux1.fr)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign])
...
...
install-arc.sh
View file @
5f395e51
#!/bin/sh
stable_packages
=
"ccl-1.
4
arsyntax-1.
3
arc-1.
2
"
stable_packages
=
"ccl-1.
6
arsyntax-1.
5
arc-1.
3.5
"
current_packages
=
"ccl-current arsyntax-current arc-current"
INSTALLER
=
"install-arc.sh"
FTPHOST
=
"altarica.labri.fr"
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment