lenya/src/webapp/lenya/pubs/default/config/tasks tasks.xconf,1.1,1.2
Andreas Hartmann <[email protected]> Tue, 13 May 2003 17:10:59 +0200
| Newsgroups | gmane.comp.cms.wyona.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /repository/lenya/src/webapp/lenya/pubs/default/config/tasks
In directory erbium:/tmp/cvs-serv7288/src/webapp/lenya/pubs/default/config/tasks
Modified Files:
tasks.xconf
Log Message:
added label for publish task
Index: tasks.xconf
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/default/config/tasks/tasks.xconf,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** tasks.xconf 7 May 2003 17:33:33 -0000 1.1
--- tasks.xconf 13 May 2003 15:10:57 -0000 1.2
***************
*** 4,7 ****
--- 4,8 ----
<task id="publish" class="org.apache.lenya.cms.task.AntTask">
+ <label>Publish</label>
<parameter name="target" value="publish"/>
</task>