[evolvis-commits] r11276: Added SCM support to SOAP interface↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 18:06:41 CET 2011


Author: mirabilos
Date: 2011-02-24 18:06:41 +0100 (Thu, 24 Feb 2011)
New Revision: 11276

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/ChangeLog
   trunk/gforge_base/evolvisforge-5.1/gforge/www/soap/index.php
Log:
Added SCM support to SOAP interface


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/ChangeLog
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/ChangeLog	2011-02-24 17:06:41 UTC (rev 11275)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/ChangeLog	2011-02-24 17:06:41 UTC (rev 11276)
@@ -1,3 +1,6 @@
+2005-10-12  Marcelo Mottalli   <marcelo at gforgegroup.com>
+	* Added SCM support to SOAP interface
+
 2005-10-12  Ognyan Kulev  <ogi at fmi.uni-sofia.bg>
 
 	* docs/docbook/docbook/installation_guide/installation_guide.xml: 

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/www/soap/index.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/www/soap/index.php	2011-02-24 17:06:41 UTC (rev 11275)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/www/soap/index.php	2011-02-24 17:06:41 UTC (rev 11276)
@@ -105,7 +105,12 @@
 //
 require_once('www/soap/frs/frs.php');
 
+//
+//	Include SCM Functions
+//
+require_once('www/soap/scm/scm.php');
 
+
 $wsdl_data = $server->wsdl->serialize();
 
 if ($wsdl == "save") {



More information about the evolvis-commits mailing list