From: adrian <adr...@us...> - 2013-01-23 17:08:01
|
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 "compose-hpc". The branch, master has been updated via 8e3a563ddfd8ae3e2b6a942ac1770af52757374e (commit) from 04efdf034f947e58268ac42696ace68867e74d43 (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 8e3a563ddfd8ae3e2b6a942ac1770af52757374e Author: Adrian Prantl <ad...@ll...> Date: Wed Jan 23 09:07:10 2013 -0800 move examples into a subdirectory ----------------------------------------------------------------------- Summary of changes: paul/bxl/Makefile.am | 10 +++++++++- paul/bxl/bxl-f.in | 13 +++++++++++++ paul/bxl/demo.sh | 21 --------------------- paul/bxl/examples/arith.bxl | 15 +++++++++++++++ paul/bxl/{ => examples}/aterm2contract.bxl | 0 paul/bxl/{ => examples}/contract2aterm.bxl | 0 paul/bxl/examples/demo.sh | 25 +++++++++++++++++++++++++ 7 files changed, 62 insertions(+), 22 deletions(-) create mode 100644 paul/bxl/bxl-f.in delete mode 100644 paul/bxl/demo.sh create mode 100644 paul/bxl/examples/arith.bxl rename paul/bxl/{ => examples}/aterm2contract.bxl (100%) rename paul/bxl/{ => examples}/contract2aterm.bxl (100%) create mode 100644 paul/bxl/examples/demo.sh hooks/post-receive -- compose-hpc |