[mapguide-commits] r6085 - in trunk/MgDev/Common: MdfModel MdfParser
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Mon Aug 22 02:05:08 EDT 2011
Author: liuar
Date: 2011-08-21 23:05:08 -0700 (Sun, 21 Aug 2011)
New Revision: 6085
Modified:
trunk/MgDev/Common/MdfModel/Makefile.am
trunk/MgDev/Common/MdfParser/Makefile.am
Log:
Fix the incorrect path in makefile for ProfileResult.
Modified: trunk/MgDev/Common/MdfModel/Makefile.am
===================================================================
--- trunk/MgDev/Common/MdfModel/Makefile.am 2011-08-22 04:56:16 UTC (rev 6084)
+++ trunk/MgDev/Common/MdfModel/Makefile.am 2011-08-22 06:05:08 UTC (rev 6085)
@@ -21,15 +21,6 @@
PrintLayout/PropertyMapping.cpp \
PrintLayout/StylizationConfiguration.cpp \
PrintLayout/Thickness.cpp \
- ProfileResult/ProfileRenderLabelsResult.cpp \
- ProfileResult/ProfileRenderLayerResult.cpp \
- ProfileResult/ProfileRenderLayersResult.cpp \
- ProfileResult/ProfileRenderMapResult.cpp \
- ProfileResult/ProfileRenderSelectionResult.cpp \
- ProfileResult/ProfileRenderWatermarkResult.cpp \
- ProfileResult/ProfileRenderWatermarksResult.cpp \
- ProfileResult/ProfileResult.cpp \
- ProfileResult/ScaleRange.cpp \
AreaRule.cpp \
AreaSymbolization2D.cpp \
AreaTypeStyle.cpp \
@@ -86,9 +77,18 @@
PointSymbolization2D.cpp \
PointTypeStyle.cpp \
PointUsage.cpp \
+ ProfileRenderLabelsResult.cpp \
+ ProfileRenderLayerResult.cpp \
+ ProfileRenderLayersResult.cpp \
+ ProfileRenderMapResult.cpp \
+ ProfileRenderSelectionResult.cpp \
+ ProfileRenderWatermarkResult.cpp \
+ ProfileRenderWatermarksResult.cpp \
+ ProfileResult.cpp \
RelateProperty.cpp \
ResizeBox.cpp \
Rule.cpp \
+ ScaleRange.cpp \
SimpleSymbol.cpp \
SimpleSymbolDefinition.cpp \
Stroke.cpp \
@@ -133,15 +133,6 @@
PrintLayout/PropertyMapping.h \
PrintLayout/StylizationConfiguration.h \
PrintLayout/Thickness.h \
- ProfileResult/ProfileRenderLabelsResult.h \
- ProfileResult/ProfileRenderLayerResult.h \
- ProfileResult/ProfileRenderLayersResult.h \
- ProfileResult/ProfileRenderMapResult.h \
- ProfileResult/ProfileRenderSelectionResult.h \
- ProfileResult/ProfileRenderWatermarkResult.h \
- ProfileResult/ProfileRenderWatermarksResult.h \
- ProfileResult/ProfileResult.h \
- ProfileResult/ScaleRange.h \
AreaRule.h \
AreaSymbolization2D.h \
AreaTypeStyle.h \
@@ -205,9 +196,18 @@
PointSymbolization2D.h \
PointTypeStyle.h \
PointUsage.h \
+ ProfileRenderLabelsResult.h \
+ ProfileRenderLayerResult.h \
+ ProfileRenderLayersResult.h \
+ ProfileRenderMapResult.h \
+ ProfileRenderSelectionResult.h \
+ ProfileRenderWatermarkResult.h \
+ ProfileRenderWatermarksResult.h \
+ ProfileResult.h \
RelateProperty.h \
ResizeBox.h \
Rule.h \
+ ScaleRange.h \
SimpleSymbol.h \
SimpleSymbolDefinition.h \
SizeContexts.h \
Modified: trunk/MgDev/Common/MdfParser/Makefile.am
===================================================================
--- trunk/MgDev/Common/MdfParser/Makefile.am 2011-08-22 04:56:16 UTC (rev 6084)
+++ trunk/MgDev/Common/MdfParser/Makefile.am 2011-08-22 06:05:08 UTC (rev 6085)
@@ -24,15 +24,6 @@
PrintLayout/IOPrintLayoutElementStyle.cpp \
PrintLayout/IOPropertyMappingCollection.cpp \
PrintLayout/IOStylizationConfiguration.cpp \
- ProfileResult/IOProfileRenderLabelsResult.cpp \
- ProfileResult/IOProfileRenderLayerResult.cpp \
- ProfileResult/IOProfileRenderLayersResult.cpp \
- ProfileResult/IOProfileRenderMapResult.cpp \
- ProfileResult/IOProfileRenderSelectionResult.cpp \
- ProfileResult/IOProfileRenderWatermarkResult.cpp \
- ProfileResult/IOProfileRenderWatermarksResult.cpp \
- ProfileResult/IOProfileResult.cpp \
- ProfileResult/IOScaleRange.cpp \
PrintLayout/IOThickness.cpp \
FSDSAX2Parser.cpp \
IOAreaRule.cpp \
@@ -90,9 +81,18 @@
IOPointSymbolization2D.cpp \
IOPointTypeStyle.cpp \
IOPointUsage.cpp \
+ IOProfileRenderLabelsResult.cpp \
+ IOProfileRenderLayerResult.cpp \
+ IOProfileRenderLayersResult.cpp \
+ IOProfileRenderMapResult.cpp \
+ IOProfileRenderSelectionResult.cpp \
+ IOProfileRenderWatermarkResult.cpp \
+ IOProfileRenderWatermarksResult.cpp \
+ IOProfileResult.cpp \
IORelateProperty.cpp \
IOResizeBox.cpp \
IOResourceRef.cpp \
+ IOScaleRange.cpp \
IOSimpleSymbol.cpp \
IOSimpleSymbolDefinition.cpp \
IOStroke.cpp \
@@ -137,15 +137,6 @@
PrintLayout/IOPropertyMappingCollection.h \
PrintLayout/IOStylizationConfiguration.h \
PrintLayout/IOThickness.h \
- ProfileResult/IOProfileRenderLabelsResult.h \
- ProfileResult/IOProfileRenderLayerResult.h \
- ProfileResult/IOProfileRenderLayersResult.h \
- ProfileResult/IOProfileRenderMapResult.h \
- ProfileResult/IOProfileRenderSelectionResult.h \
- ProfileResult/IOProfileRenderWatermarkResult.h \
- ProfileResult/IOProfileRenderWatermarksResult.h \
- ProfileResult/IOProfileResult.h \
- ProfileResult/IOScaleRange.h \
FSDSAX2Parser.h \
IOAreaRule.h \
IOAreaSymbolization2D.h \
@@ -201,9 +192,18 @@
IOPointSymbolization2D.h \
IOPointTypeStyle.h \
IOPointUsage.h \
+ IOProfileRenderLabelsResult.h \
+ IOProfileRenderLayerResult.h \
+ IOProfileRenderLayersResult.h \
+ IOProfileRenderMapResult.h \
+ IOProfileRenderSelectionResult.h \
+ IOProfileRenderWatermarkResult.h \
+ IOProfileRenderWatermarksResult.h \
+ IOProfileResult.h \
IORelateProperty.h \
IOResizeBox.h \
IOResourceRef.h \
+ IOScaleRange.h \
IOSimpleSymbol.h \
IOSimpleSymbolDefinition.h \
IOStroke.h \
More information about the mapguide-commits
mailing list