Changeset 115
- Timestamp:
- 10/18/07 10:27:32 (10 months ago)
- Location:
- Xml/Validator/Backend
- Files:
-
- 2 modified
-
OmeValidator.py (modified) (1 diff)
-
ValidatorBackend.tmproj (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Xml/Validator/Backend/OmeValidator.py
r102 r115 267 267 # choose the schema source 268 268 # assume the new schema 269 theSchemaFile = "ome-2007-07 .xsd"269 theSchemaFile = "ome-2007-07-V2.xsd" 270 270 # if old schema 271 271 if self.theNamespace == "http://www.openmicroscopy.org/XMLschemas/OME/FC/ome.xsd": -
Xml/Validator/Backend/ValidatorBackend.tmproj
r102 r115 21 21 <string>RunAndCheck.py</string> 22 22 <key>lastUsed</key> 23 <date>2007-09-24T11:42:02Z</date> 23 <date>2007-10-16T18:37:26Z</date> 24 <key>selected</key> 25 <true/> 24 26 </dict> 25 27 <dict> … … 27 29 <string>OmeValidator.py</string> 28 30 <key>lastUsed</key> 29 <date>2007-09-24T11:42:02Z</date> 31 <date>2007-10-16T18:37:24Z</date> 32 </dict> 33 <dict> 34 <key>filename</key> 35 <string>ome-fc.xsd</string> 30 36 </dict> 31 37 <dict> … … 33 39 <string>ome-fc-tiff.xsd</string> 34 40 <key>lastUsed</key> 35 <date>2007-09-24T11:42:03Z</date> 36 <key>selected</key> 37 <true/> 41 <date>2007-10-16T18:37:26Z</date> 38 42 </dict> 39 43 <dict> 40 44 <key>filename</key> 41 45 <string>ome-2007-07.xsd</string> 46 <key>lastUsed</key> 47 <date>2007-10-02T10:08:08Z</date> 42 48 </dict> 43 49 <dict> 44 50 <key>filename</key> 45 <string>ome-fc.xsd</string> 51 <string>ome-2007-07-V1.xsd</string> 52 <key>lastUsed</key> 53 <date>2007-10-16T18:37:25Z</date> 54 </dict> 55 <dict> 56 <key>filename</key> 57 <string>ome-2007-07-V2.xsd</string> 58 <key>lastUsed</key> 59 <date>2007-10-16T18:37:25Z</date> 46 60 </dict> 47 61 <dict> … … 54 68 <key>sourceDirectory</key> 55 69 <string>samples</string> 70 </dict> 71 <dict> 72 <key>filename</key> 73 <string>samples/tinyV1.ome</string> 74 <key>lastUsed</key> 75 <date>2007-10-16T18:37:23Z</date> 76 </dict> 77 <dict> 78 <key>filename</key> 79 <string>samples/tinyV2.ome</string> 80 <key>lastUsed</key> 81 <date>2007-10-11T13:58:22Z</date> 56 82 </dict> 57 83 </array> … … 88 114 <integer>0</integer> 89 115 </dict> 90 <key>samples/ sdub-fix.ome</key>116 <key>samples/tinyV1.ome</key> 91 117 <dict> 92 118 <key>caret</key> 93 119 <dict> 94 120 <key>column</key> 95 <integer> 0</integer>121 <integer>23</integer> 96 122 <key>line</key> 97 <integer> 0</integer>123 <integer>13</integer> 98 124 </dict> 99 <key>columnSelection</key>100 <false/>101 125 <key>firstVisibleColumn</key> 102 126 <integer>0</integer> 103 127 <key>firstVisibleLine</key> 104 128 <integer>0</integer> 105 <key>selectFrom</key>106 <dict>107 <key>column</key>108 <integer>43</integer>109 <key>line</key>110 <integer>0</integer>111 </dict>112 <key>selectTo</key>113 <dict>114 <key>column</key>115 <integer>0</integer>116 <key>line</key>117 <integer>0</integer>118 </dict>119 129 </dict> 120 130 <key>samples/untitled.txt</key> … … 136 146 <true/> 137 147 <key>windowFrame</key> 138 <string>{{ 392, 104}, {857, 983}}</string>148 <string>{{10, 50}, {1139, 828}}</string> 139 149 </dict> 140 150 </plist>
