[mapguide-commits] r7237 - in sandbox/jng/swig-java: . BuildTools Oem/SQLite/src/SQLitePhpApi

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Nov 28 01:03:39 PST 2012


Author: jng
Date: 2012-11-28 01:03:38 -0800 (Wed, 28 Nov 2012)
New Revision: 7237

Removed:
   sandbox/jng/swig-java/BuildTools/DoxyTransform/
Modified:
   sandbox/jng/swig-java/Oem/SQLite/src/SQLitePhpApi/SQliteApiGen.xml
   sandbox/jng/swig-java/build.bat
   sandbox/jng/swig-java/build64.bat
Log:
#9, #2114:
 - Remove the DoxyTransform tool and update build scripts to no longer call them. The updated SWIG/IMake infrastructure has eliminated the need for this tool
 - Update SQLitePhpApiGen.xml with a dummy DocTarget

Modified: sandbox/jng/swig-java/Oem/SQLite/src/SQLitePhpApi/SQliteApiGen.xml
===================================================================
--- sandbox/jng/swig-java/Oem/SQLite/src/SQLitePhpApi/SQliteApiGen.xml	2012-11-27 15:29:57 UTC (rev 7236)
+++ sandbox/jng/swig-java/Oem/SQLite/src/SQLitePhpApi/SQliteApiGen.xml	2012-11-28 09:03:38 UTC (rev 7237)
@@ -9,6 +9,7 @@
    Target section. 
 -->
 <Target path="./SQLitePhpApi.i"/>
+<DocTarget path="./SQLitePhpApi_Doc.i"/>
 
 <!--  
    C++ inline section. 

Modified: sandbox/jng/swig-java/build.bat
===================================================================
--- sandbox/jng/swig-java/build.bat	2012-11-27 15:29:57 UTC (rev 7236)
+++ sandbox/jng/swig-java/build.bat	2012-11-28 09:03:38 UTC (rev 7237)
@@ -388,8 +388,6 @@
 echo [install]: Copy dlls into .net samples
 %XCOPY% "%MG_OUTPUT_WEB%\www\mapviewernet\bin\*.dll" "%MG_OUTPUT_WEB%\www\dotnetsamples\bin" /EXCLUDE:svn_excludes.txt+%TYPEBUILD%_excludes.txt
 %XCOPY% "%MG_OUTPUT_WEB%\www\mapviewernet\bin\*.dll" "%MG_OUTPUT_WEB%\www\dotnetviewersample\bin" /EXCLUDE:svn_excludes.txt+%TYPEBUILD%_excludes.txt
-echo [build]: .net intellisense files
-DoxyTransform.exe dotnet "%MG_DOC_XML%" "%MG_OUTPUT_WEB%\www\mapviewernet\bin"
 goto quit
 
 :error

Modified: sandbox/jng/swig-java/build64.bat
===================================================================
--- sandbox/jng/swig-java/build64.bat	2012-11-27 15:29:57 UTC (rev 7236)
+++ sandbox/jng/swig-java/build64.bat	2012-11-28 09:03:38 UTC (rev 7237)
@@ -420,8 +420,6 @@
 echo [install]: Copy dlls into .net samples
 %XCOPY% "%MG_OUTPUT_WEB%\www\mapviewernet\bin\*.dll" "%MG_OUTPUT_WEB%\www\dotnetsamples\bin" /EXCLUDE:svn_excludes.txt+%TYPEBUILD%_excludes.txt
 %XCOPY% "%MG_OUTPUT_WEB%\www\mapviewernet\bin\*.dll" "%MG_OUTPUT_WEB%\www\dotnetviewersample\bin" /EXCLUDE:svn_excludes.txt+%TYPEBUILD%_excludes.txt
-echo [build]: .net intellisense files
-DoxyTransform.exe dotnet "%MG_DOC_XML%" "%MG_OUTPUT_WEB%\www\mapviewernet\bin"
 goto quit
 
 :error



More information about the mapguide-commits mailing list