diff options
author | Brent Eagles <brent@zeroc.com> | 2005-12-16 17:01:33 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2005-12-16 17:01:33 +0000 |
commit | 5bf7337f24e480aa5a656fabafaaec9008e27c47 (patch) | |
tree | a2870664eea2774e765d17c570bbdf3752e1d3a6 /cpp/install/common/components/ice.python.python | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=679 (diff) | |
download | ice-5bf7337f24e480aa5a656fabafaaec9008e27c47.tar.bz2 ice-5bf7337f24e480aa5a656fabafaaec9008e27c47.tar.xz ice-5bf7337f24e480aa5a656fabafaaec9008e27c47.zip |
- Adding shell script to populate ice.python.python list.
- Fixing some component definitions and component target lists.
- Adding a missing license file component.
Diffstat (limited to 'cpp/install/common/components/ice.python.python')
-rwxr-xr-x | cpp/install/common/components/ice.python.python | 66 |
1 files changed, 65 insertions, 1 deletions
diff --git a/cpp/install/common/components/ice.python.python b/cpp/install/common/components/ice.python.python index 2f7d51cd123..439efe11338 100755 --- a/cpp/install/common/components/ice.python.python +++ b/cpp/install/common/components/ice.python.python @@ -1 +1,65 @@ -##% filespec +# To create an explicit listing for the demos run the following command +# in the demo directory of the IcePy distribution: +# find . -name "*.py" -type f | sed -e 's/^\.\///' >> file +# +# If you want to use wild card searches instead of explicitly listing +# files, you can delete the filenames and uncomment the following lines: +# +# *.py +# include=**/*.py +# +# Stop uncommenting here +# Delete from here to EOF + +Glacier2/__init__.py +Glacier2_PermissionsVerifierF_ice.py +Glacier2_PermissionsVerifier_ice.py +Glacier2_RouterF_ice.py +Glacier2_Router_ice.py +Glacier2_SessionF_ice.py +Glacier2_Session_ice.py +Ice.py +IceBox/__init__.py +IceBox_IceBox_ice.py +IceGrid/__init__.py +IceGrid_Admin_ice.py +IceGrid_Descriptor_ice.py +IceGrid_Exception_ice.py +IceGrid_Observer_ice.py +IceGrid_Query_ice.py +IcePatch2/__init__.py +IcePatch2_FileInfo_ice.py +IcePatch2_FileServer_ice.py +IceStorm/__init__.py +IceStorm_IceStorm_ice.py +Ice_BuiltinSequences_ice.py +Ice_CommunicatorF_ice.py +Ice_Communicator_ice.py +Ice_ConnectionF_ice.py +Ice_Connection_ice.py +Ice_Current_ice.py +Ice_Endpoint_ice.py +Ice_FacetMap_ice.py +Ice_Identity_ice.py +Ice_LocalException_ice.py +Ice_LocatorF_ice.py +Ice_Locator_ice.py +Ice_LoggerF_ice.py +Ice_Logger_ice.py +Ice_ObjectAdapterF_ice.py +Ice_ObjectAdapter_ice.py +Ice_ObjectFactoryF_ice.py +Ice_ObjectFactory_ice.py +Ice_PluginF_ice.py +Ice_Plugin_ice.py +Ice_ProcessF_ice.py +Ice_Process_ice.py +Ice_PropertiesF_ice.py +Ice_Properties_ice.py +Ice_RouterF_ice.py +Ice_Router_ice.py +Ice_ServantLocatorF_ice.py +Ice_ServantLocator_ice.py +Ice_SliceChecksumDict_ice.py +Ice_StatsF_ice.py +Ice_Stats_ice.py |