Update of /cvsroot/mocklib/gwtmocklib
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23230
Added Files:
.cvsignore build.bat build .project .classpath
Log Message:
first commit of gwtmocklib module.
--- NEW FILE: .cvsignore ---
output
tomcat
--- NEW FILE: .project ---
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>staging</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
--- NEW FILE: build ---
#************************************
# Generated file. Do not modify
#
# TODO: check for JAVA_HOME. if not set show error as this is
# the one and only thing that has to be set!!!!
#************************************
export ANT_HOME=$PWD/tools/ant
chmod 755 tools/ant/bin/ant
tools/ant/bin/ant -f bldfiles/build.xml $@
--- NEW FILE: build.bat ---
rem **************************************
rem Generated file, do not modify!!!!
rem
rem
rem **************************************
@echo off
if "%JAVA_HOME%" == "" goto noJavaHome
set ANT_HOME=%CD%\tools\ant
tools\ant\bin\ant -f bldfiles\build.xml %1 %2 %3 %4 %5 %6 %7 %8 %9
goto end
:noJavaHome
if "%_JAVACMD%" == "" set _JAVACMD=java
echo.
echo Error: JAVA_HOME environment variable is not set.
echo It must be set to the jdk1.4 directory
echo.
:end
pause
--- NEW FILE: .classpath ---
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="input/javasrc"/>
<classpathentry kind="src" path="input/jscript"/>
<classpathentry kind="lib" path="tools/ant-junit/junit.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="input/libinclude/gwt-user.jar"/>
<classpathentry kind="lib" path="input/libexclude/servlet-api.jar"/>
<classpathentry kind="output" path="eclipsegen"/>
</classpath>
|