<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -22,9 +22,9 @@ oformat = 'xml'
 
 opts = OptionParser.new
 
-opts.banner = &quot;Usage: bin/xpdl_to_owfe {xpdl_file_path}&quot;
+opts.banner = &quot;Usage: bin/to_owfe [options] {filename}&quot;
 opts.separator &quot;&quot;
-opts.separator &quot;attempts to turn an XPDL file to an OpenWFEru process definition&quot;
+opts.separator &quot;attempts to turn an XPDL (or YAWL) file to an OpenWFEru process definition&quot;
 opts.separator &quot;&quot;
 opts.separator &quot;options:&quot;
 </diff>
      <filename>bin/to_owfe</filename>
    </modified>
    <modified>
      <diff>@@ -240,7 +240,12 @@ module Trans
       @transitions.values.each do |t|
 
         from_place = @places[t.from]
-        details = from_place ? from_place.transition_details[t.eid] : nil
+
+        details = if from_place
+          from_place.transition_details[t.eid] || from_place.transition_details[:all]
+        else
+          nil
+        end
 
         split_xor = (details == [ :split, :xor ])
 </diff>
      <filename>lib/openwfe/trans/graph.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6f66c4bfd3184a55052b612e1afad772ed8fa5e4</id>
    </parent>
  </parents>
  <author>
    <name>John Mettraux</name>
    <email>jmettraux@gmail.com</email>
  </author>
  <url>http://github.com/jmettraux/ruote-transition/commit/373eaddde2b162fa34e5b0ffcb7d3fdfa63a4e04</url>
  <id>373eaddde2b162fa34e5b0ffcb7d3fdfa63a4e04</id>
  <committed-date>2008-05-18T06:49:35-07:00</committed-date>
  <authored-date>2008-05-18T06:49:35-07:00</authored-date>
  <message>fixing the bin/to_owfe usage</message>
  <tree>63b6c08fc2b4079c7f8f5126771e48b1a8302535</tree>
  <committer>
    <name>John Mettraux</name>
    <email>jmettraux@gmail.com</email>
  </committer>
</commit>
