Update of /cvsroot/archive-access/archive-access/projects/wayback
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3483
Added Files:
.classpath .tomcatplugin .project .cvsignore
Log Message:
Initial check-in -- pre code review
--- NEW FILE: .cvsignore ---
work
--- NEW FILE: .project ---
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>wayback</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>
<nature>com.sysdeo.eclipse.tomcat.tomcatnature</nature>
</natures>
</projectDescription>
--- NEW FILE: .tomcatplugin ---
<?xml version="1.0" encoding="UTF-8"?>
<tomcatProjectProperties>
<rootDir>/src/webapp</rootDir>
<exportSource>false</exportSource>
<reloadable>true</reloadable>
<redirectLogger>false</redirectLogger>
<updateXml>true</updateXml>
<warLocation></warLocation>
<extraInfo></extraInfo>
<webPath>/wayback</webPath>
</tomcatProjectProperties>
--- NEW FILE: .classpath ---
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="var" path="TOMCAT_HOME/common/lib/servlet-api.jar"/>
<classpathentry kind="var" path="TOMCAT_HOME/common/lib/jasper-runtime.jar"/>
<classpathentry kind="var" path="TOMCAT_HOME/common/lib/jsp-api.jar"/>
<classpathentry kind="src" path="src/java"/>
<classpathentry kind="src" path="/ArchiveOpenCrawler"/>
<classpathentry kind="lib" path="/ArchiveOpenCrawler/lib/je-2.0.54.jar"/>
<classpathentry kind="lib" path="/wb/src/webapp/WEB-INF/lib/commons-httpclient-3.0-beta1.jar"/>
<classpathentry kind="output" path="src/webapp/WEB-INF/classes"/>
</classpath>
|