Sign in
eclipse
/
gerrit
/
www.eclipse.org
/
europa
/
e9638cc7e9330724dee7e621708fe7f2e4ea264c
/
.
/
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
);
?>