svn commit: r579533 - /lenya/branches/branch_1_2_x_shibboleth/build.xml
[email protected] Wed, 26 Sep 2007 09:32:01 -0000
Newsgroups
gmane.comp.cms.lenya.cvs
Message-ID
<[email protected] >
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>