- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 05 Aug 2009 10:26:48 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn
In directory hutz:/tmp/cvs-serv19002
Modified Files:
Tag: dev2
.cvsignore
Added Files:
Tag: dev2
build.xml .classpath
Removed Files:
Tag: dev2
COPYRIGHT.html .project web.xml README.cvs Doxyfile
.umlproject README
Log Message:
New project
--- Doxyfile DELETED ---
--- .project DELETED ---
--- NEW FILE: build.xml ---
<?xml version="1.0" ?>
<project name="" basedir=".">
<property name="warfile" value="unicorn_dev"/>
<target name="unpack">
<unwar src="${warfile}.war" dest="${warfile}" />
</target>
<target name="create">
<war destfile="${warfile}.war" webxml="WebContent/WEB-INF/web.xml" update="true">
<classes dir="build\classes"/>
<fileset dir="WebContent">
<exclude name="WEB-INF/web.xml"/>
</fileset>
</war>
</target>
<target name="copy">
<copy todir="/var/lib/tomcat6/webapps/" overwrite="true">
<fileset dir=".">
<include name="*.war"/>
</fileset>
</copy>
</target>
<target name="deploy">
<antcall target="create"/>
<antcall target="copy"/>
</target>
</project>
--- NEW FILE: .classpath ---
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v6.0"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/velocity-1.6.2.jar" sourcepath="E:/Unicorn/librairies/velocity-1.6.2/src/java">
<attributes>
<attribute name="javadoc_location" value="file:/E:/Unicorn/librairies/velocity-1.6.2/docs/api/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/log4j-1.2.15.jar" sourcepath="E:/Unicorn/librairies/apache-log4j-1.2.15/src/main/java">
<attributes>
<attribute name="javadoc_location" value="file:/E:/Unicorn/librairies/apache-log4j-1.2.15/src/main/javadoc/"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/java-6-openjdk">
<attributes>
<attribute name="owner.project.facets" value="jst.java"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="build/classes"/>
</classpath>
--- web.xml DELETED ---
--- README DELETED ---
--- .umlproject DELETED ---
--- README.cvs DELETED ---
--- COPYRIGHT.html DELETED ---
Index: .cvsignore
===================================================================
RCS file: /sources/public/2006/unicorn/.cvsignore,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.4.1
diff -u -d -r1.1.1.1 -r1.1.1.1.4.1
--- .cvsignore 31 Aug 2006 09:05:16 -0000 1.1.1.1
+++ .cvsignore 5 Aug 2009 10:26:46 -0000 1.1.1.1.4.1
@@ -1,3 +1 @@
-logs
build
-velocity.log.1
Received on Wednesday, 5 August 2009 10:27:28 UTC