Хранилища Subversion ant

Сравнить редакции

Не учитывать пробелы Редакция 301 → Редакция 302

/branches/ant-ng/lib/init.php
Новый файл
0,0 → 1,18
<?php
 
/**
*
* Codename: ant-ng - generator of sources.list for Debian and
* distributives, based on Debian
* http://alex-w.org.ru/p/ant-ng/
*
* Copyright (c) 2009 Alexander Wolf
* Dual licensed under the MIT and GNU LGPL licenses.
* http://alex-w.org.ru/p/ant-ng/license.html
*
*/
 
require_once dirname(__FILE__)."/config.php";
 
 
?>
/branches/ant-ng/lib/config.php
Новый файл
0,0 → 1,18
<?php
 
/**
*
* Codename: ant-ng - generator of sources.list for Debian and
* distributives, based on Debian
* http://alex-w.org.ru/p/ant-ng/
*
* Copyright (c) 2009 Alexander Wolf
* Dual licensed under the MIT and GNU LGPL licenses.
* http://alex-w.org.ru/p/ant-ng/license.html
*
*/
 
require_once dirname(__FILE__)."/config.php";
 
 
?>