"Frank" <
[hidden email]> wrote in message
news:
[hidden email]...
> My app uses the Regex package, but the stripper doesn't recognize this
> fact and removes it. How do I state the explicit dependency?
Either
(a) Make sure some global object (class or other global) in the RegEx
package is referenced by your own package
(b) Establish a manual prerequisite: Open the properties of the Package in
the Package Browser. Select the 'manualPrerequisites' aspect. Press the '*'
button in the value pane, and select RegEx from the resulting prompter.
It is normally only necessary to use manual prerequisites for packages that
consist entirely of loose methods.
Regards
Blair