You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ro...@apache.org on 2004/12/30 00:15:51 UTC

svn commit: r123682 - /lenya/trunk/build.xml

Author: roku
Date: Wed Dec 29 15:15:48 2004
New Revision: 123682

URL: http://svn.apache.org/viewcvs?view=rev&rev=123682
Log:
Added kupu target
Modified:
   lenya/trunk/build.xml

Modified: lenya/trunk/build.xml
Url: http://svn.apache.org/viewcvs/lenya/trunk/build.xml?view=diff&rev=123682&p1=lenya/trunk/build.xml&r1=123681&p2=lenya/trunk/build.xml&r2=123682
==============================================================================
--- lenya/trunk/build.xml	(original)
+++ lenya/trunk/build.xml	Wed Dec 29 15:15:48 2004
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: build.xml,v 1.63 2004/03/21 18:35:14 gregor Exp $ -->
+<!-- $Id$ -->
 
 <!DOCTYPE project [
 <!-- ===========================================================================
@@ -24,7 +24,7 @@
                        |  Apache Lenya Build System |
                        * =========================== *
 
-       CVS $Id: build.xml,v 1.63 2004/03/21 18:35:14 gregor Exp $:
+       CVS $Id$:
 
     History
     =======
@@ -61,6 +61,8 @@
   <import file="src/targets/test-build.xml" />
   <!-- Distribution targets    -->
   <import file="src/targets/dist-build.xml" />
+  <!-- Kupu targets            -->
+  <import file="src/targets/kupu-build.xml" />
   <!-- Export targets          -->
   <import file="src/targets/export-build.xml" />
   <!-- Publication tests       -->

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