You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by lh...@apache.org on 2009/01/04 20:02:22 UTC

svn commit: r731336 - /incubator/jsecurity/trunk/build.xml

Author: lhazlewood
Date: Sun Jan  4 11:02:22 2009
New Revision: 731336

URL: http://svn.apache.org/viewvc?rev=731336&view=rev
Log:
necessary modifications to coincide with the src dir move

Modified:
    incubator/jsecurity/trunk/build.xml

Modified: incubator/jsecurity/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/jsecurity/trunk/build.xml?rev=731336&r1=731335&r2=731336&view=diff
==============================================================================
--- incubator/jsecurity/trunk/build.xml (original)
+++ incubator/jsecurity/trunk/build.xml Sun Jan  4 11:02:22 2009
@@ -181,7 +181,7 @@
         </copy>
 
         <copy todir="${classes.dir}/META-INF" preservelastmodified="true">
-            <fileset dir="${src.dir}">
+            <fileset dir="${base.dir}/core/src">
                 <include name="**/*.tld"/>
             </fileset>
         </copy>
@@ -410,7 +410,7 @@
                 ]]>
             </bottom>
             <classpath refid="all.libs"/>
-            <packageset dir="${src.dir}">
+            <packageset dir="${base.dir}/core/src">
                 <include name="org/jsecurity/**"/>
             </packageset>
             <packageset dir="${root.base.dir}/support/ehcache/src">
@@ -711,7 +711,7 @@
         <mkdir dir="${root.dist.dir}"/>
         <delete file="${root.dist.dir}/${project.name}.src.zip"/>
         <zip destfile="${root.dist.dir}/${project.name}.src.zip">
-            <fileset dir="${src.dir}">
+            <fileset dir="${base.dir}/core/src">
                 <include name="org/jsecurity/**"/>
             </fileset>
             <fileset dir="${root.base.dir}/support/ehcache/src">