<!-- 

PTRACO Application (ProjectTracking System)

********************************************************
Created By: Sagark
Thursday, August 29, 2006
********************************************************
version 0.2.0, 29. August 2004
Source code, modifications, copy and use not without permession
contact sagaint@yahoo.com for more details.
********************************************************

-->


<project name="ptraco" default="StartServer" basedir=".">
    <description>
        Ptraco Building 
    </description>
  <!-- set global properties for this build -->
  <property name="serverStartHome" location="C:\Program Files\Apache Software Foundation\Tomcat 5.0\bin"/>


<target name="StartServer" >
  <exec dir="${serverStartHome}" executable="startup.bat" />


	
</target>
  

</project>

