Sign in
eclipse
/
gerrit
/
www.eclipse.org
/
europa
/
f6a2d1076d784df15c9977b6d153172dfcd06de3
/
.
/
scripts
/
globals.php
blob: ab9fd121154479f077c1703fccc91921bfc8fc59 [
file
] [
log
] [
blame
]
<?
php
define
(
"ENTERPRISE"
,
1
);
define
(
"EMBEDDED"
,
2
);
define
(
"RCP"
,
3
);
define
(
"RIA"
,
4
);
define
(
"AF"
,
5
);
define
(
"IDE"
,
6
);
define
(
"TOOL"
,
7
);
define
(
"EUROPA"
,
8
);
?>