Author: sebb
Date: Tue Sep 14 14:57:41 2010
New Revision: 996929

URL: http://svn.apache.org/viewvc?rev=996929&view=rev
Log:
DAEMON-160 - rename native/nt as native/windows

Added:
    commons/proper/daemon/trunk/src/native/windows/
      - copied from r996928, commons/proper/daemon/trunk/src/native/nt/
Removed:
    commons/proper/daemon/trunk/src/native/nt/
Modified:
    commons/proper/daemon/trunk/build.xml

Modified: commons/proper/daemon/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/build.xml?rev=996929&r1=996928&r2=996929&view=diff
==============================================================================
--- commons/proper/daemon/trunk/build.xml (original)
+++ commons/proper/daemon/trunk/build.xml Tue Sep 14 14:57:41 2010
@@ -238,7 +238,7 @@
       <fileset dir="src/native/unix" />
     </copy>
     <copy todir="${native.path}/windows">
-      <fileset dir="src/native/nt/procrun" />
+      <fileset dir="src/native/windows/procrun" />
     </copy>
     <copy file="LICENSE.txt"
           todir="${native.path}"/>


Reply via email to