[mapguide-commits] r9861 - trunk/MgDev/Web/src

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Jun 18 04:18:36 PDT 2021


Author: jng
Date: 2021-06-18 04:18:36 -0700 (Fri, 18 Jun 2021)
New Revision: 9861

Modified:
   trunk/MgDev/Web/src/CMakeLists.txt
Log:
#2839: Don't build MapGuideApi.jar on Linux. We'll restore this when the vanilla SWIG binding work is under way

Modified: trunk/MgDev/Web/src/CMakeLists.txt
===================================================================
--- trunk/MgDev/Web/src/CMakeLists.txt	2021-06-18 11:17:15 UTC (rev 9860)
+++ trunk/MgDev/Web/src/CMakeLists.txt	2021-06-18 11:18:36 UTC (rev 9861)
@@ -11,7 +11,8 @@
     #add_subdirectory(CgiAgent)
     add_subdirectory(PhpApi)
     if (WITH_JAVA)
-        add_subdirectory(JavaApi)
+        # For preview 3 until new vanilla SWIG wrapper in place, only build/ship MapGuideJavaApiEx.jar
+        #add_subdirectory(JavaApi)
         add_subdirectory(JavaApiEx)
     endif (WITH_JAVA)
 



More information about the mapguide-commits mailing list