diff options
author | Brent Eagles <brent@zeroc.com> | 2007-02-20 15:52:42 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2007-02-20 15:52:42 +0000 |
commit | d0e16c1f91a38ad6f6efd2e73d6b5402fa019ef0 (patch) | |
tree | 5b439067833282d401ed7ce7ec505ae4e2c54eea /cpp/install/common/components/icephp.demo | |
parent | Bug 1884 (diff) | |
download | ice-d0e16c1f91a38ad6f6efd2e73d6b5402fa019ef0.tar.bz2 ice-d0e16c1f91a38ad6f6efd2e73d6b5402fa019ef0.tar.xz ice-d0e16c1f91a38ad6f6efd2e73d6b5402fa019ef0.zip |
Fixing missing python component from vc80 installer and misc demo lists
Diffstat (limited to 'cpp/install/common/components/icephp.demo')
-rwxr-xr-x | cpp/install/common/components/icephp.demo | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/cpp/install/common/components/icephp.demo b/cpp/install/common/components/icephp.demo index ca51399be8f..4614af48ba5 100755 --- a/cpp/install/common/components/icephp.demo +++ b/cpp/install/common/components/icephp.demo @@ -1,21 +1,2 @@ -# 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 +include=*.* +include=**/*.* |