lenya build.xml,1.56,1.57
Andreas Hartmann <[email protected]> Mon, 12 May 2003 23:45:52 +0200
| Newsgroups | gmane.comp.cms.wyona.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /repository/lenya
In directory erbium:/tmp/cvs-serv26325
Modified Files:
build.xml
Log Message:
added export target buildfile
Index: build.xml
===================================================================
RCS file: /repository/lenya/build.xml,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -d -r1.56 -r1.57
*** build.xml 16 Apr 2003 19:38:39 -0000 1.56
--- build.xml 12 May 2003 21:45:47 -0000 1.57
***************
*** 29,32 ****
--- 29,33 ----
<!ENTITY test-targets SYSTEM "./src/targets/test-build.xml">
<!ENTITY dist-targets SYSTEM "./src/targets/dist-build.xml">
+ <!ENTITY export-targets SYSTEM "./src/targets/export-build.xml">
<!-- =================================================================== -->
***************
*** 51,54 ****
--- 52,57 ----
<!-- =================================================================== -->
<!-- Distribution targets --> &dist-targets;
+ <!-- =================================================================== -->
+ <!-- Export targets --> &export-targets;
<!-- =================================================================== -->