[mapguide-commits] r5272 - in trunk/MgDev/Web/src: JavaApi PhpApi

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Oct 11 20:22:24 EDT 2010


Author: waltweltonlair
Date: 2010-10-11 17:22:24 -0700 (Mon, 11 Oct 2010)
New Revision: 5272

Modified:
   trunk/MgDev/Web/src/JavaApi/Makefile.am
   trunk/MgDev/Web/src/PhpApi/Makefile.am
Log:
It would help if I got the syntax right....

Modified: trunk/MgDev/Web/src/JavaApi/Makefile.am
===================================================================
--- trunk/MgDev/Web/src/JavaApi/Makefile.am	2010-10-12 00:19:14 UTC (rev 5271)
+++ trunk/MgDev/Web/src/JavaApi/Makefile.am	2010-10-12 00:22:24 UTC (rev 5272)
@@ -449,12 +449,12 @@
     ../WebApp/WebTaskButtonType.h \
     ../WebApp/WebWidgetType.h \
     ../HttpHandler/HttpHeader.h \
-    ../HttpHandler/HttpPrimitiveValue.h
+    ../HttpHandler/HttpPrimitiveValue.h \
     ../HttpHandler/HttpRequest.h \
     ../HttpHandler/HttpRequestMetadata.h \
     ../HttpHandler/HttpRequestParam.h \
     ../HttpHandler/HttpResponse.h \
-    ../HttpHandler/HttpResult.h \
+    ../HttpHandler/HttpResult.h
 	../../../BuildTools/WebTools/IMake/Linux/IMake ../MapGuideApi/MapGuideApiGen.xml Java
 	cp -f java.i language.i
 	../../../BuildTools/WebTools/IMake/Linux/IMake ../MapGuideApi/Constants.xml Java .

Modified: trunk/MgDev/Web/src/PhpApi/Makefile.am
===================================================================
--- trunk/MgDev/Web/src/PhpApi/Makefile.am	2010-10-12 00:19:14 UTC (rev 5271)
+++ trunk/MgDev/Web/src/PhpApi/Makefile.am	2010-10-12 00:22:24 UTC (rev 5272)
@@ -447,12 +447,12 @@
     ../WebApp/WebTaskButtonType.h \
     ../WebApp/WebWidgetType.h \
     ../HttpHandler/HttpHeader.h \
-    ../HttpHandler/HttpPrimitiveValue.h
+    ../HttpHandler/HttpPrimitiveValue.h \
     ../HttpHandler/HttpRequest.h \
     ../HttpHandler/HttpRequestMetadata.h \
     ../HttpHandler/HttpRequestParam.h \
     ../HttpHandler/HttpResponse.h \
-    ../HttpHandler/HttpResult.h \
+    ../HttpHandler/HttpResult.h
 	../../../BuildTools/WebTools/IMake/Linux/IMake ../MapGuideApi/Constants.xml PHP ./constants.php
 	cp -f php.i language.i
 	../../../BuildTools/WebTools/IMake/Linux/IMake ../MapGuideApi/MapGuideApiGen.xml PHP



More information about the mapguide-commits mailing list