Sign in
eclipse
/
www.eclipse.org
/
modeling
/
tmf
/
35b4a7643e018bf4f42479e4ec048408b53ca571
/
.
/
news-whatsnew.php
blob: e852c45bea454fc4d2b6d842a717c66bcc125a47 [
file
] [
log
] [
blame
]
<?
php
require_once
(
"../includes/buildServer-common.php"
);
require
(
$_SERVER
[
"DOCUMENT_ROOT"
]
.
"/modeling/includes/news-common.php"
);
require
(
$_SERVER
[
"DOCUMENT_ROOT"
]
.
"/modeling/includes/db.php"
);
allnews
(
"TMF"
,
$cvsprojs
,
$cvscoms
,
$proj
);
?>