2006/unicorn .project,1.1.1.1.4.1,1.1.1.1.4.2 .classpath,1.4.4.2,1.4.4.3 build.xml,1.9.4.2,1.9.4.3 .cvsignore,1.1.1.1.4.1,1.1.1.1.4.2

Update of /sources/public/2006/unicorn
In directory hutz:/tmp/cvs-serv7483

Modified Files:
      Tag: dev2
	.classpath build.xml .cvsignore 
Added Files:
      Tag: dev2
	.project 
Log Message:
created route.xml

Index: .cvsignore
===================================================================
RCS file: /sources/public/2006/unicorn/.cvsignore,v
retrieving revision 1.1.1.1.4.1
retrieving revision 1.1.1.1.4.2
diff -u -d -r1.1.1.1.4.1 -r1.1.1.1.4.2
--- .cvsignore	5 Aug 2009 10:26:46 -0000	1.1.1.1.4.1
+++ .cvsignore	5 Aug 2009 13:32:36 -0000	1.1.1.1.4.2
@@ -1 +1,2 @@
 build
+unicorn_dev.war

--- NEW FILE: .project ---
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
	<name>unicorn_dev</name>
	<comment>@key 32303036303332302D3130303020756E69636F726E2F6A65616E </comment>
	<projects>
	</projects>
	<buildSpec>
		<buildCommand>
			<name>org.eclipse.jdt.core.javabuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>com.omondo.uml.std.Builder</name>
			<arguments>
			</arguments>
		</buildCommand>
	</buildSpec>
	<natures>
		<nature>org.eclipse.jdt.core.javanature</nature>
		<nature>com.omondo.uml.std.Nature</nature>
	</natures>
</projectDescription>

Index: build.xml
===================================================================
RCS file: /sources/public/2006/unicorn/build.xml,v
retrieving revision 1.9.4.2
retrieving revision 1.9.4.3
diff -u -d -r1.9.4.2 -r1.9.4.3
--- build.xml	5 Aug 2009 10:26:46 -0000	1.9.4.2
+++ build.xml	5 Aug 2009 13:32:36 -0000	1.9.4.3
@@ -13,7 +13,7 @@
 		</war>
 	</target>
 	<target name="copy">
-		<copy todir="/var/lib/tomcat6/webapps/" overwrite="true">
+		<copy todir="/home/tgambet/apache-tomcat-6.0.20/webapps" overwrite="true">
 			<fileset dir=".">
 				<include name="*.war"/>
 			</fileset>

Index: .classpath
===================================================================
RCS file: /sources/public/2006/unicorn/.classpath,v
retrieving revision 1.4.4.2
retrieving revision 1.4.4.3
diff -u -d -r1.4.4.2 -r1.4.4.3
--- .classpath	5 Aug 2009 10:26:46 -0000	1.4.4.2
+++ .classpath	5 Aug 2009 13:32:36 -0000	1.4.4.3
@@ -18,5 +18,6 @@
 			<attribute name="owner.project.facets" value="jst.java"/>
 		</attributes>
 	</classpathentry>
+	<classpathentry kind="lib" path="WebContent/WEB-INF/lib/xbean.jar"/>
 	<classpathentry kind="output" path="build/classes"/>
 </classpath>

Received on Wednesday, 5 August 2009 13:32:46 UTC