[Fusionforge-commits] r15703 - trunk/src/plugins/scmhook/common

Alain Peyrat aljeux at fusionforge.org
Sat Jun 9 18:18:55 CEST 2012


Author: aljeux
Date: 2012-06-09 18:18:55 +0200 (Sat, 09 Jun 2012)
New Revision: 15703

Removed:
   trunk/src/plugins/scmhook/common/languages/
   trunk/src/plugins/scmhook/common/scmhook-init.php
Log:
Drop obsolete files in scmhook

Deleted: trunk/src/plugins/scmhook/common/scmhook-init.php
===================================================================
--- trunk/src/plugins/scmhook/common/scmhook-init.php	2012-06-08 15:46:03 UTC (rev 15702)
+++ trunk/src/plugins/scmhook/common/scmhook-init.php	2012-06-09 16:18:55 UTC (rev 15703)
@@ -1,28 +0,0 @@
-<?php
-/**
- * Copyright 2011, Franck Villaume - Capgemini
- *
- * This file is part of FusionForge. FusionForge is free software;
- * you can redistribute it and/or modify it under the terms of the
- * GNU General Public License as published by the Free Software
- * Foundation; either version 2 of the Licence, or (at your option)
- * any later version.
- *
- * FusionForge is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with FusionForge; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- */
-
-global $gfplugins;
-require_once $gfplugins.'scmhook/common/scmhookPlugin.class.php' ;
-
-$scmhookPluginObject = new scmhookPlugin;
-
-register_plugin($scmhookPluginObject);
-
-?>




More information about the Fusionforge-commits mailing list