summaryrefslogtreecommitdiff
path: root/cpp/install/common/components/icephp.demo
blob: ca51399be8ff9ca1bf890d9224e0b6ce84578f39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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