Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse.org-architecture-council] [Bug 217263] files like *test* could be skipped

https://bugs.eclipse.org/bugs/show_bug.cgi?id=217263
Product/Component: Babel / Server

Kit Lo <kitlo@xxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #18 from Kit Lo <kitlo@xxxxxxxxxx> 2011-07-28 10:13:38 EDT ---
Babel added the capability to specify "plugin exclude patterns" when defining
map files or update sites for file extraction. The following patterns are in
the default list:
- "/^.*\.test\/.*$/"
- "/^.*\.tests\/.*$/"
- "/^.*\.testing\/.*$/"

If you look at the latest file list for Eclipse 3.7 or 4.1, you will notice
that there are no files from the test plugins.

-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Back to the top