Changeset 1829
- Timestamp:
- 01/15/08 14:21:21 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/framework-plugin/src/com/tresys/framework/compiler/translator/Translator.java
r1828 r1829 498 498 String [] context = strcon.split (":"); 499 499 if (context.length > 2) 500 fileConMap.put(path, context[2]); 500 { 501 fileType = context[2]; 502 fileConMap.put(path, fileType); 503 } 501 504 } 502 505
