Changes between Version 4 and Version 5 of FlexJsPlugin

Show
Ignore:
Author:
clay (IP: 68.127.143.78)
Timestamp:
09/23/2006 08:13:51 PM (1 year ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FlexJsPlugin

    v4 v5  
    1616For each section, you may specify a comma-separated list of !JavaScript files. They will be included in the order they are specified. 
    1717 
    18 For `global` !JavaScript files, you should create a directory named `flexjs` in your `chrome/common/js` directory, which is typically `/usr/share/trac/htdocs/js`. 
     18For `global` !JavaScript files, you should create a directory named `flex` in your `chrome/common/js` directory, which is typically `/usr/share/trac/htdocs/js`. 
    1919 
    2020For `local` !JavaScript files, create a directory in your project directory called `htdocs` (if it does not already exist), and then create a `js` directory within that directory.