Sign in
eclipse
/
gerrit
/
www.eclipse.org
/
projects
/
e42fdeb952cf2d5b3548203d81bfd651e246a8c9
/
.
/
libs
/
config.php
blob: 6525b7059a92b12a0600f74863a03b803cd687d5 [
file
] [
log
] [
blame
]
<?
php
define
(
DDD
,
'/.*\d+\.\d+.*/'
);
// digit-dot-digit pattern
define
(
RCM
,
'/.*\d+\.\d+(M\d+|RC\d)/'
);
// RC and M pattern
?>