This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "roboptim-core-plugin-ipopt".
The branch, master has been updated via 1954545ef046b2501c07ff73638caf889697d93c (commit) via 97c7a9dc057c5e46eeaaea4a206ab98423ab73c7 (commit) from ed8668d4c5760f83f07ecf8f4dd35f1592565fc4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1954545ef046b2501c07ff73638caf889697d93c Author: Francois Keith <francois.ke...@aist.go.jp> Date: Wed Apr 21 14:55:15 2010 +0900 Add missing file required to compile the sample tests. * msvc/roboptim-core-plugin-ipopt/config.h: Give details on this package (version, bugreport...). Signed-off-by: Keith Francois <francois.ke...@aist.go.jp> diff --git a/ChangeLog b/ChangeLog index 24d0c8c..53ee9a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2010-04-21 Keith Francois <francois.ke...@aist.go.jp> + Add missing file required to compile the sample tests + * msvc/roboptim-core-plugin-ipopt/config.h: Give details on this package + (version, bugreport...) + +2010-04-21 Keith Francois <francois.ke...@aist.go.jp> + Add missing file required to install the headers of core-plugin-ipopt * msvc/INSTALL/excludedFiles.txt: prevents the installation of some files considering their extension, required for the Install command diff --git a/msvc/roboptim-core-plugin-ipopt/config.h b/msvc/roboptim-core-plugin-ipopt/config.h new file mode 100644 index 0000000..00840ac --- /dev/null +++ b/msvc/roboptim-core-plugin-ipopt/config.h @@ -0,0 +1,20 @@ +/* Name of package */ +#define PACKAGE "roboptim-core-ipopt-plugin" + +/* Define to the address where bug reports for this package should be sent. */ +#define PACKAGE_BUGREPORT "roboptim-u...@lists.sourceforge.net" + +/* Define to the full name of this package. */ +#define PACKAGE_NAME "RobOptim core IPOPT plug-in" + +/* Define to the full name and version of this package. */ +#define PACKAGE_STRING "RobOptim core IPOPT plug-in 0.2" + +/* Define to the one symbol short name of this package. */ +#define PACKAGE_TARNAME "roboptim-core-ipopt-plugin" + +/* Define to the version of this package. */ +#define PACKAGE_VERSION "0.2" + +/* Version number of package */ +#define VERSION "0.2" commit 97c7a9dc057c5e46eeaaea4a206ab98423ab73c7 Author: Francois Keith <francois.ke...@aist.go.jp> Date: Wed Apr 21 14:49:06 2010 +0900 Add missing file required to install the headers of core-plugin-ipopt * msvc/INSTALL/excludedFiles.txt: prevents the installation of some files considering their extension, required for the Install command. Signed-off-by: Keith Francois <francois.ke...@aist.go.jp> diff --git a/ChangeLog b/ChangeLog index 76861fb..24d0c8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-04-21 Keith Francois <francois.ke...@aist.go.jp> + + Add missing file required to install the headers of core-plugin-ipopt + * msvc/INSTALL/excludedFiles.txt: prevents the installation of some files + considering their extension, required for the Install command + 2010-04-14 Thomas Moulard <thomas.moul...@gmail.com> Uniformize behavior on Windows and Unix. diff --git a/msvc/INSTALL/excludedFiles.txt b/msvc/INSTALL/excludedFiles.txt new file mode 100644 index 0000000..89064d2 --- /dev/null +++ b/msvc/INSTALL/excludedFiles.txt @@ -0,0 +1 @@ +.am \ No newline at end of file ----------------------------------------------------------------------- Summary of changes: ChangeLog | 12 ++++++++++++ msvc/INSTALL/excludedFiles.txt | 1 + msvc/roboptim-core-plugin-ipopt/config.h | 20 ++++++++++++++++++++ 3 files changed, 33 insertions(+), 0 deletions(-) create mode 100644 msvc/INSTALL/excludedFiles.txt create mode 100644 msvc/roboptim-core-plugin-ipopt/config.h hooks/post-receive -- roboptim-core-plugin-ipopt ------------------------------------------------------------------------------ _______________________________________________ roboptim-commit mailing list roboptim-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/roboptim-commit