<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -69,7 +69,7 @@ class ProjectCreator
   def mkdir?(dir)
     exists = File.directory?(dir)
 
-    !exists &amp;&amp; amend? or exists &amp;&amp; force?
+    !exists &amp;&amp; amend? or exists &amp;&amp; force? or !exists
   end
 
   def copy(from, to)
@@ -85,7 +85,7 @@ class ProjectCreator
   def copy?(file)
     exists = File.file?(file)
 
-    !exists &amp;&amp; amend? or exists &amp;&amp; force?
+    !exists &amp;&amp; amend? or exists &amp;&amp; force? or !exists
   end
 
   # Think about a useful way to process the generated files it should be</diff>
      <filename>lib/ramaze/tool/project_creator.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1cc16ac69a8ee5f718a228e09c5414d9fe6e5cbd</id>
    </parent>
  </parents>
  <author>
    <name>Michael Fellinger</name>
    <email>m.fellinger@gmail.com</email>
  </author>
  <url>http://github.com/manveru/ramaze/commit/d29bafe9618e895bbcc276bc299239626f07be4c</url>
  <id>d29bafe9618e895bbcc276bc299239626f07be4c</id>
  <committed-date>2009-10-18T08:46:36-07:00</committed-date>
  <authored-date>2009-10-18T08:46:36-07:00</authored-date>
  <message>Fix logic error in project creator</message>
  <tree>20b5aa47fae73b728f9e6cf77b0844cd2e7d59cb</tree>
  <committer>
    <name>Michael Fellinger</name>
    <email>m.fellinger@gmail.com</email>
  </committer>
</commit>
