Author: scottbw
Date: Thu Mar 31 18:25:42 2011
New Revision: 1087399

URL: http://svn.apache.org/viewvc?rev=1087399&view=rev
Log:
Features build file modified to also work with portable version of Wookie - 
thanks to Martin Hawksey for the fix. See WOOKIE-152 for more details.

Modified:
    incubator/wookie/trunk/features/build.xml

Modified: incubator/wookie/trunk/features/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/features/build.xml?rev=1087399&r1=1087398&r2=1087399&view=diff
==============================================================================
--- incubator/wookie/trunk/features/build.xml (original)
+++ incubator/wookie/trunk/features/build.xml Thu Mar 31 18:25:42 2011
@@ -38,7 +38,7 @@
                    destdir="${project.build.classes.dir}" 
                        debug="${compile.debug}" 
                        >
-                       <src 
path="${user.dir}/${wookie.features.dir}/${feature.shortname}/src" />
+                       <src 
path="${wookie.root.dir}/${wookie.features.dir}/${feature.shortname}/src" />
                </javac>
        <!-- copy to classes dir -->
     </target>


Reply via email to