From: <ste...@us...> - 2010-07-16 20:39:45
|
Revision: 1340 http://rails.svn.sourceforge.net/rails/?rev=1340&view=rev Author: stefanfrey Date: 2010-07-16 20:39:39 +0000 (Fri, 16 Jul 2010) Log Message: ----------- Forgot to check in the required Properties.xml Added Paths: ----------- trunk/18xx/data/Properties.xml Added: trunk/18xx/data/Properties.xml =================================================================== --- trunk/18xx/data/Properties.xml (rev 0) +++ trunk/18xx/data/Properties.xml 2010-07-16 20:39:39 UTC (rev 1340) @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Supported properties +Defines rails configuration options, but do not stores the actual values + --> +<Properties> + <Panel name="General"> + <Property name="locale" type="STRING"/> + </Panel> + <Panel name="Colors"> + <Property name="route.colour.1" type="COLOR"/> + </Panel> +</Properties> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |