You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/09/26 11:32:01 UTC

svn commit: r579533 - /lenya/branches/branch_1_2_x_shibboleth/build.xml

Author: andreas
Date: Wed Sep 26 02:32:00 2007
New Revision: 579533

URL: http://svn.apache.org/viewvc?rev=579533&view=rev
Log:
Adding antlr build import to build.xml

Modified:
    lenya/branches/branch_1_2_x_shibboleth/build.xml

Modified: lenya/branches/branch_1_2_x_shibboleth/build.xml
URL: http://svn.apache.org/viewvc/lenya/branches/branch_1_2_x_shibboleth/build.xml?rev=579533&r1=579532&r2=579533&view=diff
==============================================================================
--- lenya/branches/branch_1_2_x_shibboleth/build.xml (original)
+++ lenya/branches/branch_1_2_x_shibboleth/build.xml Wed Sep 26 02:32:00 2007
@@ -70,6 +70,8 @@
   <import file="src/targets/publication-test-build.xml" />
   <!-- Successfully Built Message       -->
   <import file="src/targets/message-build.xml" />
+  <!-- Antlr grammar compilation       -->
+  <import file="src/targets/antlr-build.xml" />
   <!-- =================================================================== -->
 
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org