[jbossws-commits] JBossWS SVN: r6536 - container/jboss50/branches/jbossws-jboss501.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Sat Apr 19 04:42:08 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-04-19 04:42:08 -0400 (Sat, 19 Apr 2008)
New Revision: 6536

Added:
   container/jboss50/branches/jbossws-jboss501/.classpath
   container/jboss50/branches/jbossws-jboss501/.project
Modified:
   container/jboss50/branches/jbossws-jboss501/
   container/jboss50/branches/jbossws-jboss501/ant.properties.example
Log:
Cleanup jbossws-jboss501


Property changes on: container/jboss50/branches/jbossws-jboss501
___________________________________________________________________
Name: svn:ignore
   + output
thirdparty
ant.properties


Added: container/jboss50/branches/jbossws-jboss501/.classpath
===================================================================
--- container/jboss50/branches/jbossws-jboss501/.classpath	                        (rev 0)
+++ container/jboss50/branches/jbossws-jboss501/.classpath	2008-04-19 08:42:08 UTC (rev 6536)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src/main/java"/>
+	<classpathentry kind="lib" path="output/lib/jbossws-jboss50-container.jar"/>
+	<classpathentry kind="lib" path="output/lib/jbossws-jboss50.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jboss-jaxrpc.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jboss-jaxws.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jboss-saaj.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jbossws-common.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jbossws-framework.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jbossws-spi.jar"/>
+	<classpathentry kind="lib" path="thirdparty/servlet-api.jar"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="output" path="output/eclipse-classes"/>
+</classpath>

Added: container/jboss50/branches/jbossws-jboss501/.project
===================================================================
--- container/jboss50/branches/jbossws-jboss501/.project	                        (rev 0)
+++ container/jboss50/branches/jbossws-jboss501/.project	2008-04-19 08:42:08 UTC (rev 6536)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>jbossws-jboss501</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>

Modified: container/jboss50/branches/jbossws-jboss501/ant.properties.example
===================================================================
--- container/jboss50/branches/jbossws-jboss501/ant.properties.example	2008-04-19 08:19:06 UTC (rev 6535)
+++ container/jboss50/branches/jbossws-jboss501/ant.properties.example	2008-04-19 08:42:08 UTC (rev 6536)
@@ -4,17 +4,17 @@
 # $Id: ant.properties.example 3995 2007-07-26 08:52:45Z thomas.diesler at jboss.com $
 
 # JBoss Home
-jboss50.home=/home/hbraun/dev/prj/jbossas/trunk/build/output/jboss-5.0.0.CR1
+jboss50.home=/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1
 
 # The JBoss settings
 jboss.server.instance=default
 
 # JBoss Repository
-jboss.repository=file:/home/hbraun/dev/prj/jboss.local.repository
+jboss.repository=file:/home/tdiesler/svn/jboss.local.repository
 #jboss.repository=http://repository.jboss.org
 
 # JBossWS Release
-jboss.local.repository=/home/hbraun/dev/prj/jboss.local.repository
+jboss.local.repository=/home/tdiesler/svn/jboss.local.repository
 
 # Force thirdparty HTTP get
 #force.thirdparty.get=true




More information about the jbossws-commits mailing list