Changes between Version 8 and Version 9 of YAMLColonInFlowContext
- Timestamp:
- 03/26/10 10:10:12 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
YAMLColonInFlowContext
v8 v9 49 49 50 50 Solution #1 may be natural for Python but not for other languages. Since YAML should stay language-neutral solution #2 would meet much more expectations. 51 Example from Polyglot Maven: 52 {{{ 53 distributionManagement: 54 site: { id: site, url: "http://www.apache.org" } 55 repository: { id: releases, name: releases, url: "http://maven.sonatype.org/releases" } 56 snapshotRepository: { id: snapshots, name: snapshots, url: "http://maven.sonatype.org/snapshots" } 57 }}}
