<?xml version='1.0' encoding='UTF-8'?>

<profile
 xmlns:xi='http://www.w3.org/2001/XInclude'>

<!-- Profile identification -->

    <profile_name>WindowsXPPro</profile_name>
    <profile_revision>$LastChangedRevision: 16754 $</profile_revision>
    <profile_author>$LastChangedBy: cubitrepo $</profile_author>
    <profile_descr> Windows XP Professional VMWare Image</profile_descr>
    <profile_type>public</profile_type>

    <label name='prebuilt'/>

    <os_vendor>Microsoft</os_vendor>
    <os_name>Windows</os_name>
    <os_release>xp_pro</os_release>
    <os_arch>i386</os_arch>
 
    <!-- adapter = "ide | buslogic | lsilogic"
         base_uri = "http|https|pbl://mgr/path"

    if base_uri is omited, default base_uri to
        https://mgr/public/os/$os_vendor/$os_release/$os_arch/$verion/"
    -->
    <VMdisk adapter="ide"
            base_uri="pbl://mgr/pbl/cee/pub/">
      <name>WindowsXP_pro</name>
      <version>1</version>
      <size unit="GB">10</size>
    </VMdisk>

<!-- These scripts are called from the cubit.bat script in following order:
      1) DOS batch script
      2) python script
      3) bash shellscript
    
    All scriptlets of the same type will be combined into a single script
    which is written to RunOnce.{py, sh}, and called by cubit.bat.

    If you provide an include file, that file should not have the usual 
    sheebang line (#!/bin/sh or #!/usr/bin/env python).
    
-->

    <script lang="DOS-BATCH">
REM
REM this is a test
REM

set
    </script>
    <script lang="python"
            interpreter="C:\cygwin\bin\Python2.4.exe">
# watch for indentations!
import sys
print sys.path
    </script>

    <script lang="shell"
            interpreter="C:\cygwin\bin\bash.exe"
            include="includes/win_clientnode.sh"/>

</profile>
