diff options
author | Brent Eagles <brent@zeroc.com> | 2005-12-09 19:15:57 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2005-12-09 19:15:57 +0000 |
commit | 99c6f807f1446e8f430f16b2313ba8679950e626 (patch) | |
tree | e239718e9503fb562b43f75798281411c6046d0a /cpp/install/common/components/icephp.demo | |
parent | adding a few tools for creating demo lists (diff) | |
download | ice-99c6f807f1446e8f430f16b2313ba8679950e626.tar.bz2 ice-99c6f807f1446e8f430f16b2313ba8679950e626.tar.xz ice-99c6f807f1446e8f430f16b2313ba8679950e626.zip |
adding some more file list scripts
Diffstat (limited to 'cpp/install/common/components/icephp.demo')
-rwxr-xr-x | cpp/install/common/components/icephp.demo | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/cpp/install/common/components/icephp.demo b/cpp/install/common/components/icephp.demo index 2578eee68f5..ca51399be8f 100755 --- a/cpp/install/common/components/icephp.demo +++ b/cpp/install/common/components/icephp.demo @@ -1,2 +1,21 @@ -*.* -**/*.* +# To create an explicit listing for the demos run the following command +# in the demo directory of the IcePHP distribution.: +# find . -name "*" -type f | sed -e 's/^\.\///' >> $1 +# +# If you want to use wild card searches instead of explicitly listing +# files, you can delete the filenames and uncomment the following lines: +# +# include=*.* +# include=**/*.* +# +# Stop uncommenting here! +# Delete from here to EOF + +Ice/hello/Hello.ice +Ice/hello/hello.php +Ice/hello/README +Ice/README +Ice/value/Client.php +Ice/value/php.ini +Ice/value/README +Ice/value/Value.ice |