You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by bb...@apache.org on 2007/01/21 01:04:26 UTC

svn commit: r498228 - /incubator/xap/trunk/buildsystem/build.xml

Author: bbuffone
Date: Sat Jan 20 17:04:25 2007
New Revision: 498228

URL: http://svn.apache.org/viewvc?view=rev&rev=498228
Log:
removed profiling ant task.

Modified:
    incubator/xap/trunk/buildsystem/build.xml

Modified: incubator/xap/trunk/buildsystem/build.xml
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildsystem/build.xml?view=diff&rev=498228&r1=498227&r2=498228
==============================================================================
--- incubator/xap/trunk/buildsystem/build.xml (original)
+++ incubator/xap/trunk/buildsystem/build.xml Sat Jan 20 17:04:25 2007
@@ -92,14 +92,6 @@
 		<antcall target="deploy-examples"></antcall>
 	</target>
 	
-	<target name="profile-examples">
-		<antcall target="jsLex"></antcall>
-		<antcall target="build-profile">
-			<param name="profile-name" value="${profile}.performance"/>			
-		</antcall>
-		<antcall target="deploy-examples"></antcall>
-	</target>
-	
     <target name="deploy-examples" 
     	description="Builds examples. Usage: examples -Dweb.application.output.location=[dir] -Dweb.application.directory.name=[name]">