Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] How to exclude a class from a "public" package in component.xml


FYI, here's how to exclude a class from a "public" package. Un-check all the type usages in the editor.



Or if you prefer XML, here's an example:

<package name="org.eclipse.wst.internet.webbrowser">
        <type
                name="WebBrowser"
                reference="false"
                implement="false"
                subclass="false"
                instantiate="false"
        />
</package>

Thanks,

Jeffrey Liu
IBM Rational Software - Performance Analyst
IBM Toronto Lab.
8200 Warden Ave. Markham, Ontario, L6G 1C7
Internal mail: D3/R8V/8200/MKM (D3-268)
T/L: 969 3531
Tel: (905) 413 3531
Fax: (905) 413 4920
jeffliu@xxxxxxxxxx

Back to the top