Changeset 128


Ignore:
Timestamp:
Nov 7, 2005, 6:15:20 AM (19 years ago)
Author:
cxsong
Message:

added examples to script

Location:
trunk/examples
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/c-example/tool.xml

    r125 r128  
    22<run>
    33    <tool>
    4         <title>SIN(x) Graph</title>
     4        <title>SIN(x) Graph (C++ example)</title>
    55        <about>Press Simulate to view results.</about>
    66        <command> @tool/plot @driver</command>
  • trunk/examples/c-example/tool2.xml

    r90 r128  
    22<run>
    33    <tool>
    4         <title>SIN(x) Graph</title>
     4        <title>SIN(x) Graph (C example)</title>
    55        <about>Press Simulate to view results.</about>
    66        <command> @tool/plotc @driver</command>
  • trunk/examples/demo.bash

    r105 r128  
    88
    99exdir=/opt/rappture/examples
    10 dirs="app-fermi/tcl app-fermi/python app-fermi/fortran c-example graph zoo/structure"
     10dirs="app-fermi/tcl app-fermi/python app-fermi/fortran c-example graph zoo/structure zoo/image zoo/cloud"
    1111
    1212echo "7 examples will be shown-->"
Note: See TracChangeset for help on using the changeset viewer.