Changeset 10777
- Timestamp:
- 07/08/11 12:25:29 (23 months ago)
- Location:
- ossiedev/trunk/system
- Files:
-
- 2 modified
-
customInterfaces/python/setup.py (modified) (1 diff)
-
standardInterfaces/python/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/trunk/system/customInterfaces/python/setup.py
r10776 r10777 4 4 import sys 5 5 6 ossie pyidl = ['ossie','ossie/custominterfaces', 'ossie/custominterfaces/customInterfaces', 'ossie/custominterfaces/customInterfaces__POA', 'ossie/custominterfaces/PortTypes', 'ossie/custominterfaces/PortTypes__POA']6 ossiecipyidl = ['ossie/custominterfaces', 'ossie/custominterfaces/customInterfaces', 'ossie/custominterfaces/customInterfaces__POA', 'ossie/custominterfaces/PortTypes', 'ossie/custominterfaces/PortTypes__POA'] 7 7 8 8 setup( 9 name='ossie pyidl',9 name='ossiecipyidl', 10 10 version='0.8.0', 11 description='OSSIE Python IDL bindings',12 packages=ossie pyidl,11 description='OSSIE Custom Interfaces Python IDL bindings', 12 packages=ossiecipyidl, 13 13 ) -
ossiedev/trunk/system/standardInterfaces/python/setup.py
r10776 r10777 4 4 import sys 5 5 6 ossie pyidl = ['ossie','ossie/standardinterfaces', 'ossie/standardinterfaces/standardInterfaces', 'ossie/standardinterfaces/CF', 'ossie/standardinterfaces/CF__POA', 'ossie/standardinterfaces/PortTypes', 'ossie/standardinterfaces/PortTypes__POA', 'ossie/standardinterfaces/standardInterfaces__POA']6 ossiesipyidl = ['ossie/standardinterfaces', 'ossie/standardinterfaces/standardInterfaces', 'ossie/standardinterfaces/CF', 'ossie/standardinterfaces/CF__POA', 'ossie/standardinterfaces/PortTypes', 'ossie/standardinterfaces/PortTypes__POA', 'ossie/standardinterfaces/standardInterfaces__POA'] 7 7 8 8 setup( 9 name='ossie pyidl',9 name='ossiesipyidl', 10 10 version='0.8.0', 11 description='OSSIE Python IDL bindings',12 packages=ossie pyidl,11 description='OSSIE Standard Interfaces Python IDL bindings', 12 packages=ossiesipyidl, 13 13 )