[mapguide-commits] r1098 - in trunk/MgDev: . Common/Foundation Common/Geometry Common/MapGuideCommon Common/PlatformBase Server/src/Common Server/src/Services/ServerAdmin Web/src Web/src/HttpHandler Web/src/WebApp

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Feb 9 17:02:38 EST 2007


Author: timstrang
Date: 2007-02-09 17:02:38 -0500 (Fri, 09 Feb 2007)
New Revision: 1098

Modified:
   trunk/MgDev/Common/Foundation/Makefile.am
   trunk/MgDev/Common/Geometry/Makefile.am
   trunk/MgDev/Common/MapGuideCommon/Makefile.am
   trunk/MgDev/Common/PlatformBase/Makefile.am
   trunk/MgDev/Makefile.am
   trunk/MgDev/Server/src/Common/Makefile.am
   trunk/MgDev/Server/src/Services/ServerAdmin/Makefile.am
   trunk/MgDev/Web/src/HttpHandler/Makefile.am
   trunk/MgDev/Web/src/Makefile.am
   trunk/MgDev/Web/src/WebApp/Makefile.am
Log:
add missing files to the source code distribution zip file

Modified: trunk/MgDev/Common/Foundation/Makefile.am
===================================================================
--- trunk/MgDev/Common/Foundation/Makefile.am	2007-02-08 23:29:08 UTC (rev 1097)
+++ trunk/MgDev/Common/Foundation/Makefile.am	2007-02-09 22:02:38 UTC (rev 1098)
@@ -1,6 +1,6 @@
 AUTOMAKE_OPTIONS = foreign
 
-EXTRA_DIST = Foundation.vcproj
+EXTRA_DIST = Foundation.vcproj Foundation.rc
 
 lib_LTLIBRARIES = libMgFoundation.la
 
@@ -212,6 +212,7 @@
   System/ServerConnectionBase.h \
   System/SetLocale.h \
   System/Stream.h \
+  System/StreamData.h \
   System/StreamHeader.h \
   System/StreamHelper.h \
   System/StreamParser.h \
@@ -241,4 +242,4 @@
   -L../../Oem/ACE/ACE_wrappers/ace \
   -L../../Oem/dbxml-2.2.13/install/lib \
   -L../MdfParser \
-  -L../MdfModel 
\ No newline at end of file
+  -L../MdfModel 

Modified: trunk/MgDev/Common/Geometry/Makefile.am
===================================================================
--- trunk/MgDev/Common/Geometry/Makefile.am	2007-02-08 23:29:08 UTC (rev 1097)
+++ trunk/MgDev/Common/Geometry/Makefile.am	2007-02-09 22:02:38 UTC (rev 1098)
@@ -1,6 +1,6 @@
 AUTOMAKE_OPTIONS = foreign
 
-EXTRA_DIST = Geometry.vcproj
+EXTRA_DIST = Geometry.vcproj Geometry.rc Parse/script Parse/script_linux Parse/yyAwkt.y
 
 lib_LTLIBRARIES = libMgGeometry.la
 
@@ -146,6 +146,7 @@
   GeometryCollection.h \
   GeometryCommon.h \
   GeometryComponent.h \
+  GeometryComponentCollection.h \
   GeometryComponentType.h \
   GeometryExceptionDef.h \
   GeometryFactory.h \

Modified: trunk/MgDev/Common/MapGuideCommon/Makefile.am
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Makefile.am	2007-02-08 23:29:08 UTC (rev 1097)
+++ trunk/MgDev/Common/MapGuideCommon/Makefile.am	2007-02-09 22:02:38 UTC (rev 1098)
@@ -1,6 +1,6 @@
 AUTOMAKE_OPTIONS = foreign
 
-EXTRA_DIST = Resources MapGuideCommon.vcproj
+EXTRA_DIST = Resources MapGuideCommon.vcproj MapGuideCommon.rc
 
 lib_LTLIBRARIES = libMgMapGuideCommon.la
 
@@ -122,6 +122,7 @@
   Util/IpUtil.cpp
 
 noinst_HEADERS = $(include_SOURCES) \
+  MapGuideCommon.h \
   Controller/Controller.h \
   Controller/DwfController.h \
   Controller/HtmlController.h \

Modified: trunk/MgDev/Common/PlatformBase/Makefile.am
===================================================================
--- trunk/MgDev/Common/PlatformBase/Makefile.am	2007-02-08 23:29:08 UTC (rev 1097)
+++ trunk/MgDev/Common/PlatformBase/Makefile.am	2007-02-09 22:02:38 UTC (rev 1098)
@@ -1,6 +1,6 @@
 AUTOMAKE_OPTIONS = foreign
 
-EXTRA_DIST = PlatformBase.vcproj
+EXTRA_DIST = PlatformBase.vcproj PlatformBase.rc
 
 lib_LTLIBRARIES = libMgPlatformBase.la
 
@@ -98,6 +98,7 @@
   Services/Warnings.cpp  
 
 noinst_HEADERS = $(include_SOURCES) \
+  PlatformBase.h \
   Data/BlobProperty.h \
   Data/BooleanProperty.h \
   Data/ByteProperty.h \
@@ -114,13 +115,27 @@
   Data/SingleProperty.h \
   Data/StringPropertyCollection.h \
   Exception/ArrayTypeMismatchException.h \
+  Exception/DuplicateResourceDataException.h \
+  Exception/DuplicateResourceException.h \
+  Exception/EmptyFeatureSetException.h \
+  Exception/FdoException.h \
+  Exception/FeatureServiceException.h \
   Exception/InvalidMapDefinitionException.h \
   Exception/InvalidRepositoryNameException.h \
   Exception/InvalidRepositoryTypeException.h \
+  Exception/InvalidResourceDataNameException.h \
+  Exception/InvalidResourceDataTypeException.h \
   Exception/InvalidResourceNameException.h \
   Exception/InvalidResourcePathException.h \
+  Exception/InvalidResourcePreProcessingTypeException.h \
   Exception/InvalidResourceTypeException.h \
+  Exception/LayerNotFoundException.h \
+  Exception/ResourceBusyException.h \
+  Exception/ResourceDataNotFoundException.h \
+  Exception/ResourceNotFoundException.h \
+  Exception/ServiceNotAvailableException.h \
   Exception/ServiceNotSupportedException.h \
+  Exception/UserNotFoundException.h \
   MapLayer/ChangeList.h \
   MapLayer/LayerBase.h \
   MapLayer/LayerCollection.h \
@@ -161,6 +176,7 @@
   Services/GeometryProperty.h \
   Services/GwsFeatureReader.h \
   Services/InsertFeatures.h \
+  Services/LockFeatures.h \
   Services/LongTransactionData.h \
   Services/LongTransactionReader.h \
   Services/ObjectPropertyDefinition.h \
@@ -183,6 +199,7 @@
   Services/SpatialContextExtentType.h \
   Services/SpatialContextReader.h \
   Services/SqlDataReader.h \
+  Services/UnlockFeatures.h \
   Services/UpdateFeatures.h \
   Services/Warnings.h
 

Modified: trunk/MgDev/Makefile.am
===================================================================
--- trunk/MgDev/Makefile.am	2007-02-08 23:29:08 UTC (rev 1097)
+++ trunk/MgDev/Makefile.am	2007-02-09 22:02:38 UTC (rev 1098)
@@ -1,4 +1,4 @@
 AUTOMAKE_OPTIONS = foreign
 SUBDIRS = $(map_toplevel_subdirs)
 DIST_SUBDIRS = Oem Common Server Web
-EXTRA_DIST = BuildTools/WebTools/IMake UnitTest License.htm build_oem.sh
+EXTRA_DIST = BuildTools/WebTools/IMake README.CONFIGURE UnitTest License.htm build_oem.sh

Modified: trunk/MgDev/Server/src/Common/Makefile.am
===================================================================
--- trunk/MgDev/Server/src/Common/Makefile.am	2007-02-08 23:29:08 UTC (rev 1097)
+++ trunk/MgDev/Server/src/Common/Makefile.am	2007-02-09 22:02:38 UTC (rev 1098)
@@ -1,3 +1,4 @@
 AUTOMAKE_OPTIONS = foreign
 SUBDIRS = Base Manager Thread
 DIST_SUBDIRS = Base Manager Thread
+EXTRA_DIST = Dll.cpp

Modified: trunk/MgDev/Server/src/Services/ServerAdmin/Makefile.am
===================================================================
--- trunk/MgDev/Server/src/Services/ServerAdmin/Makefile.am	2007-02-08 23:29:08 UTC (rev 1097)
+++ trunk/MgDev/Server/src/Services/ServerAdmin/Makefile.am	2007-02-09 22:02:38 UTC (rev 1098)
@@ -74,6 +74,7 @@
   OpMakePackage.h \
   OpNotifyResourcesChanged.h \
   OpRegisterServicesOnServers.h \
+  OpRemoveConfigurationProperties.h \
   OpRenameLog.h \
   OpSetConfigurationProperties.h \
   OpSetDocument.h \

Modified: trunk/MgDev/Web/src/HttpHandler/Makefile.am
===================================================================
--- trunk/MgDev/Web/src/HttpHandler/Makefile.am	2007-02-08 23:29:08 UTC (rev 1097)
+++ trunk/MgDev/Web/src/HttpHandler/Makefile.am	2007-02-09 22:02:38 UTC (rev 1098)
@@ -196,6 +196,7 @@
   HttpGetVisibleMapExtent.h \
   HttpHandler.h \
   HttpHandlerApiDllExport.h \
+  HttpHandlerClassId.h \
   HttpHeader.h \
   HttpInheritPermissionsFrom.h \
   HttpKmlGetMap.h \

Modified: trunk/MgDev/Web/src/Makefile.am
===================================================================
--- trunk/MgDev/Web/src/Makefile.am	2007-02-08 23:29:08 UTC (rev 1097)
+++ trunk/MgDev/Web/src/Makefile.am	2007-02-09 22:02:38 UTC (rev 1098)
@@ -1,7 +1,7 @@
 AUTOMAKE_OPTIONS = foreign
 SUBDIRS = WebApp HttpHandler FastCgiAgent PhpApi JavaApi
 DIST_SUBDIRS = WebApp HttpHandler FastCgiAgent PhpApi JavaApi
-EXTRA_DIST = MapGuideApi DotNetApi DotNetUnmanagedApi mapviewernet mapviewerjava mapviewerphp mapadmin mapagent stdicons viewerfiles WebSupport WebTier.sln webconfig.ini WEB-INF localized
+EXTRA_DIST = MapGuideApi DotNetApi DotNetUnmanagedApi mapviewernet mapviewerjava mapviewerphp mapadmin mapagent stdicons viewerfiles WebSupport WebTier.sln webconfig.ini WEB-INF localized schemareport webstudio PostBuild
 
 prefix=@prefix@/webserverextensions/www
 

Modified: trunk/MgDev/Web/src/WebApp/Makefile.am
===================================================================
--- trunk/MgDev/Web/src/WebApp/Makefile.am	2007-02-08 23:29:08 UTC (rev 1097)
+++ trunk/MgDev/Web/src/WebApp/Makefile.am	2007-02-09 22:02:38 UTC (rev 1098)
@@ -38,6 +38,7 @@
 noinst_HEADERS = $(include_SOURCES) \
                 WebActions.h \
                 WebApp.h \
+                WebAppClassId.h \
                 WebAppExport.h \
                 WebBufferCommand.h \
                 WebCommand.h \



More information about the mapguide-commits mailing list