]> git.uio.no Git - ifi-stolz-refaktor.git/commitdiff
Software: fixing build script
authorErlend Kristiansen <erlenkr@ifi.uio.no>
Mon, 7 Apr 2014 19:24:30 +0000 (21:24 +0200)
committerErlend Kristiansen <erlenkr@ifi.uio.no>
Mon, 7 Apr 2014 19:24:30 +0000 (21:24 +0200)
software/no.uio.ifi.refaktor/build.xml

index 2b76c4b70d73ac32cc6ac59507b1868a73c1b4a9..727058dee5e8e632f7b039acf8dc601d9915df25 100644 (file)
             <compilerarg compiler="${ajc.adapter}" value="-classpath"/>
             <compilerarg compiler="${ajc.adapter}" value="${aspectjrt.jar}"/>
                <!-- ASPECTS: -->
-            <compilerarg compiler="${ajc.adapter}" path="${source.dir}/no/uio/ifi/refaktor/aspects/StatisticsAspect.aj"/>
-            <compilerarg compiler="${ajc.adapter}" path="${source.dir}/no/uio/ifi/refaktor/aspects/HeapDumperAspect.aj"/>
-            <compilerarg compiler="${ajc.adapter}" path="${source.dir}/no/uio/ifi/refaktor/aspects/DebugCatchThrowableAspect.aj"/>
+            <compilerarg compiler="${ajc.adapter}" path="${source.dir}/no/uio/ifi/refaktor/statistics/StatisticsAspect.aj"/>
+            <compilerarg compiler="${ajc.adapter}" path="${source.dir}/no/uio/ifi/refaktor/debugging/aspects/HeapDumperAspect.aj"/>
+            <compilerarg compiler="${ajc.adapter}" path="${source.dir}/no/uio/ifi/refaktor/debugging/aspects/DebugCatchThrowableAspect.aj"/>
         </javac>          
     </target>