- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 05 Aug 2009 14:23:39 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn
In directory hutz:/tmp/cvs-serv14280
Modified Files:
Tag: dev2
build.xml .project .cvsignore .classpath
Log Message:
eclipse config
Index: .cvsignore
===================================================================
RCS file: /sources/public/2006/unicorn/.cvsignore,v
retrieving revision 1.1.1.1.4.2
retrieving revision 1.1.1.1.4.3
diff -u -d -r1.1.1.1.4.2 -r1.1.1.1.4.3
--- .cvsignore 5 Aug 2009 13:32:36 -0000 1.1.1.1.4.2
+++ .cvsignore 5 Aug 2009 14:23:36 -0000 1.1.1.1.4.3
@@ -1,2 +1,2 @@
build
-unicorn_dev.war
+unicorn.war
Index: .project
===================================================================
RCS file: /sources/public/2006/unicorn/.project,v
retrieving revision 1.1.1.1.4.2
retrieving revision 1.1.1.1.4.3
diff -u -d -r1.1.1.1.4.2 -r1.1.1.1.4.3
--- .project 5 Aug 2009 13:32:36 -0000 1.1.1.1.4.2
+++ .project 5 Aug 2009 14:23:36 -0000 1.1.1.1.4.3
@@ -1,23 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>unicorn_dev</name>
- <comment>@key 32303036303332302D3130303020756E69636F726E2F6A65616E </comment>
+ <name>unicorn</name>
+ <comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
+ <name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
- <name>com.omondo.uml.std.Builder</name>
+ <name>org.eclipse.wst.common.project.facet.core.builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
+ <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
+ <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
+ <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
- <nature>com.omondo.uml.std.Nature</nature>
+ <nature>org.eclipse.wst.jsdt.core.jsNature</nature>
</natures>
</projectDescription>
Index: build.xml
===================================================================
RCS file: /sources/public/2006/unicorn/build.xml,v
retrieving revision 1.9.4.3
retrieving revision 1.9.4.4
diff -u -d -r1.9.4.3 -r1.9.4.4
--- build.xml 5 Aug 2009 13:32:36 -0000 1.9.4.3
+++ build.xml 5 Aug 2009 14:23:36 -0000 1.9.4.4
@@ -1,26 +1,26 @@
-<?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="/home/tgambet/apache-tomcat-6.0.20/webapps" overwrite="true">
- <fileset dir=".">
- <include name="*.war"/>
- </fileset>
- </copy>
- </target>
- <target name="deploy">
- <antcall target="create"/>
- <antcall target="copy"/>
- </target>
+<?xml version="1.0" ?>
+<project name="" basedir=".">
+ <property name="warfile" value="unicorn"/>
+ <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="/home/tgambet/apache-tomcat-6.0.20/webapps" overwrite="true">
+ <fileset dir=".">
+ <include name="*.war"/>
+ </fileset>
+ </copy>
+ </target>
+ <target name="deploy">
+ <antcall target="create"/>
+ <antcall target="copy"/>
+ </target>
</project>
\ No newline at end of file
Index: .classpath
===================================================================
RCS file: /sources/public/2006/unicorn/.classpath,v
retrieving revision 1.4.4.3
retrieving revision 1.4.4.4
diff -u -d -r1.4.4.3 -r1.4.4.4
--- .classpath 5 Aug 2009 13:32:36 -0000 1.4.4.3
+++ .classpath 5 Aug 2009 14:23:37 -0000 1.4.4.4
@@ -13,11 +13,7 @@
</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="lib" path="WebContent/WEB-INF/lib/xbean.jar"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>
Received on Wednesday, 5 August 2009 14:23:48 UTC