Rename wrap/python/cgi/ as wrap/python/cgi-bin/.
* wrap/python/cgi/: Rename as ... * wrap/python/cgi-bin/: ... this. * configure.ac, spot/wrap/python/Makefile.am, README: Adjust.
This commit is contained in:
parent
28289f95b5
commit
7d5f493fb2
9 changed files with 15 additions and 5 deletions
|
|
@ -1,3 +1,11 @@
|
||||||
|
2010-01-29 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
|
Rename wrap/python/cgi/ as wrap/python/cgi-bin/.
|
||||||
|
|
||||||
|
* wrap/python/cgi/: Rename as ...
|
||||||
|
* wrap/python/cgi-bin/: ... this.
|
||||||
|
* configure.ac, spot/wrap/python/Makefile.am, README: Adjust.
|
||||||
|
|
||||||
2010-01-29 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
2010-01-29 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
* src/tgbaalgos/gtec/gtec.hh: Fix copyright.
|
* src/tgbaalgos/gtec/gtec.hh: Fix copyright.
|
||||||
|
|
|
||||||
2
README
2
README
|
|
@ -126,7 +126,7 @@ bench/ Benchmarks for ...
|
||||||
wrap/ Wrappers for other languages.
|
wrap/ Wrappers for other languages.
|
||||||
python/ Python bindings for Spot and BuDDy
|
python/ Python bindings for Spot and BuDDy
|
||||||
tests/ Tests for these bindings
|
tests/ Tests for these bindings
|
||||||
cgi/ Python-based CGI script (ltl-to-tgba translator)
|
cgi-bin/ Python-based CGI script (ltl-to-tgba translator)
|
||||||
iface/ Interfaces to other libraries.
|
iface/ Interfaces to other libraries.
|
||||||
gspn/ GreatSPN interface.
|
gspn/ GreatSPN interface.
|
||||||
examples/ Supporting models used by the test cases.
|
examples/ Supporting models used by the test cases.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# Copyright (C) 2008, 2009 Laboratoire de Recherche et Développement
|
# Copyright (C) 2008, 2009, 2010 Laboratoire de Recherche et
|
||||||
# de l'Epita (LRDE).
|
# Développement de l'Epita (LRDE).
|
||||||
# Copyright (C) 2003, 2004, 2005, 2006, 2007 Laboratoire d'Informatique de
|
# Copyright (C) 2003, 2004, 2005, 2006, 2007 Laboratoire d'Informatique de
|
||||||
# Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), Université
|
# Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), Université
|
||||||
# Pierre et Marie Curie.
|
# Pierre et Marie Curie.
|
||||||
|
|
@ -122,7 +122,7 @@ AC_CONFIG_FILES([
|
||||||
src/tgbatest/Makefile
|
src/tgbatest/Makefile
|
||||||
wrap/Makefile
|
wrap/Makefile
|
||||||
wrap/python/Makefile
|
wrap/python/Makefile
|
||||||
wrap/python/cgi/Makefile
|
wrap/python/cgi-bin/Makefile
|
||||||
wrap/python/tests/Makefile
|
wrap/python/tests/Makefile
|
||||||
])
|
])
|
||||||
AC_CONFIG_FILES([bench/ltl2tgba/ltl2baw.pl:bench/ltl2tgba/ltl2baw.in],
|
AC_CONFIG_FILES([bench/ltl2tgba/ltl2baw.pl:bench/ltl2tgba/ltl2baw.in],
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
## Copyright (C) 2010 Laboratoire de Recherche et Development de
|
||||||
|
## l'Epita (LRDE).
|
||||||
## Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6),
|
## Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6),
|
||||||
## département Systèmes Répartis Coopératifs (SRC), Université Pierre
|
## département Systèmes Répartis Coopératifs (SRC), Université Pierre
|
||||||
## et Marie Curie.
|
## et Marie Curie.
|
||||||
|
|
@ -19,7 +21,7 @@
|
||||||
## Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
## Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||||
## 02111-1307, USA.
|
## 02111-1307, USA.
|
||||||
|
|
||||||
SUBDIRS = . cgi tests
|
SUBDIRS = . cgi-bin tests
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(PYTHONINC) -I$(top_srcdir)/src $(BUDDY_CPPFLAGS)
|
AM_CPPFLAGS = -I$(PYTHONINC) -I$(top_srcdir)/src $(BUDDY_CPPFLAGS)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue