ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/BOSS/Examples/TestErrProgram.xml
Revision: 1.1
Committed: Mon Mar 27 11:00:52 2006 UTC (19 years, 1 month ago) by yzhang
Content type: text/xml
Branch: MAIN
CVS Tags: BOSS_4_2_4, BOSS_4_2_3, BOSS_4_2_2, BOSS_4_2_1, BOSS_4_2_0, BOSS_4_1_10, BOSS_4_1_9, BOSS_4_1_9-test, BOSS_4_1_8, BOSS_4_1_7, BOSS_4_1_6, BOSS_4_1_5, BOSS_4_1_4, BOSS_4_1_3, BOSS_4_1_2, BOSS_4_1_1, BOSS_4_1_0, BOSS_4_0_11, BOSS_4_0_10, BOSS_4_0_9, BOSS_4_0_8, BOSS_4_0_7, BOSS_4_0_6, BOSS_4_0_5, BOSS_4_0_4, BOSS_4_0_3, BOSS_4_0_2, BOSS_4_0_1, BOSS_4_0_0
Log Message:
XML form of program type registration

File Contents

# User Rev Content
1 yzhang 1.1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2     <PROGRAMTYPE name="testErr"
3     schema="schemaErr"
4     pre="preprocessErr"
5     runtime="runtimeprocessErr"
6     post="postprocessErr"
7     comment="Test job for err out"
8     />
9