Changeset 83
- Timestamp:
- Jan 20, 2011, 3:16:19 PM (14 years ago)
- Location:
- trunk/zoo-services/hello-js/cgi-env
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-services/hello-js/cgi-env/hellojs.zcfg
r80 r83 21 21 </MetaData> 22 22 <LiteralData> 23 DataType = string23 dataType = string 24 24 <Default> 25 25 value = Your Name Here 26 26 </Default> 27 <Supported>28 value = Your Name Here29 </Supported>30 27 </LiteralData> 31 28 </DataInputs> … … 38 35 </MetaData> 39 36 <LiteralOutput> 40 <Default>41 datatype = string42 </Default>43 <Supported>44 37 dataType = string 45 </Supported> 38 <Default> 39 </Default> 46 40 </LiteralOutput> 47 41 </DataOutputs> -
trunk/zoo-services/hello-js/cgi-env/hellojs1.zcfg
r80 r83 1 [hellojs ]1 [hellojs1] 2 2 Title = HelloWorld Service in JavaScript 3 3 Abstract = Output and Hello Wolrd string … … 21 21 </MetaData> 22 22 <LiteralData> 23 DataType = string23 dataType = string 24 24 <Default> 25 25 value = Your Name Here 26 26 </Default> 27 <Supported>28 value = Your Name Here29 </Supported>30 27 </LiteralData> 31 28 </DataInputs> … … 38 35 </MetaData> 39 36 <LiteralOutput> 37 dataType = string 40 38 <Default> 41 datatype = string42 39 </Default> 43 <Supported>44 dataType = string45 </Supported>46 40 </LiteralOutput> 47 41 </DataOutputs>
Note: See TracChangeset
for help on using the changeset viewer.