Changeset 5385

Show
Ignore:
Timestamp:
10/11/07 16:43:30 (6 years ago)
Author:
DrewCormier
Message:

added support for alf plugins in the setup file

Location:
scripts/release-0.6.2/tools
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • scripts/release-0.6.2/tools/INSTALL

    r5207 r5385  
    88    4.  Install everything else in system and platform  
    99    5.  Make the ossie.pth file 
    10         This file will need to contain "/sdr/tools" 
     10        **This file will need to contain "/sdr/tools" 
    1111    6.  Double check that the OSSIE dependencies are all installed (including omniORBpy!) 
    1212 
  • scripts/release-0.6.2/tools/setup.py

    r5205 r5385  
    146146                        'WaveDev/wavedev/generate/templates/py_comp/_sampleComp.py',   
    147147                        'WaveDev/wavedev/generate/templates/py_comp/genStructure.py' 
     148                        ]), 
     149 
     150                 (install_location+'AWG', 
     151                        [ 
     152                        'AWG/AWG.py', 
     153                        'AWG/__init__.py',    
     154                        'AWG/toolconfig.xml',      
     155                        'AWG/sources.py'   
     156                        ]), 
     157 
     158                 (install_location+'plot', 
     159                        [ 
     160                        'plot/plot.py', 
     161                        'plot/__init__.py',    
     162                        'plot/toolconfig.xml'      
     163                        ]), 
     164                  
     165                 (install_location+'write_to_file', 
     166                        [ 
     167                        'write_to_file/write_to_file.py', 
     168                        'write_to_file/__init__.py',    
     169                        'write_to_file/toolconfig.xml'      
    148170                        ]) 
    149171                 ]