Revision: 576
http://openautomation.svn.sourceforge.net/openautomation/?rev=576&view=rev
Author: mayerch
Date: 2011-12-15 18:24:48 +0000 (Thu, 15 Dec 2011)
Log Message:
-----------
Fix id (couldn't be valid XML otherwise...)
Modified Paths:
--------------
JSFloorPlan/trunk/floorplan01.xml
Modified: JSFloorPlan/trunk/floorplan01.xml
===================================================================
--- JSFloorPlan/trunk/floorplan01.xml 2011-12-13 15:35:00 UTC (rev 575)
+++ JSFloorPlan/trunk/floorplan01.xml 2011-12-15 18:24:48 UTC (rev 576)
@@ -41,7 +41,7 @@
<wall start="12" end="1" thickness=".24" />
<wall start="2" end="13" thickness=".10" />
<wall start="12" end="13" thickness=".10">
- <hole id="door01" distance="0.5" width="0.88" paparet="0.0" lintel="0.2" />
+ <hole id="door02" distance="0.5" width="0.88" paparet="0.0" lintel="0.2" />
</wall>
<wall start="13" end="14" thickness=".10" />
<wall start="14" end="4" thickness=".10" endoffset="-.07" />
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|