JBossWS SVN: r4187 - legacy and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-03 10:54:17 -0400 (Fri, 03 Aug 2007)
New Revision: 4187
Added:
legacy/tags/
Removed:
tags/
Log:
Move tags to legacy
Copied: legacy/tags (from rev 4186, tags)
17 years, 4 months
JBossWS SVN: r4186 - /.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-03 10:53:24 -0400 (Fri, 03 Aug 2007)
New Revision: 4186
Added:
legacy/
Log:
create legacy
17 years, 4 months
JBossWS SVN: r4185 - trunk.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-03 10:45:47 -0400 (Fri, 03 Aug 2007)
New Revision: 4185
Modified:
trunk/readme.txt
Log:
Add readme
Modified: trunk/readme.txt
===================================================================
--- trunk/readme.txt 2007-08-03 14:44:53 UTC (rev 4184)
+++ trunk/readme.txt 2007-08-03 14:45:47 UTC (rev 4185)
@@ -15,7 +15,7 @@
+ metro
+ cxf
-Each project is defines binary dependencies only, source dependencies have been removed.
+Each project defines binary dependencies only, source dependencies have been removed.
Most of the time you will want to checkout a single stack and do your work there. You will
not have to checkout the dependent projects unless you need to fix integration issues.
17 years, 4 months
JBossWS SVN: r4184 - trunk.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-03 10:44:53 -0400 (Fri, 03 Aug 2007)
New Revision: 4184
Added:
trunk/readme.txt
Log:
Add readme
Added: trunk/readme.txt
===================================================================
--- trunk/readme.txt (rev 0)
+++ trunk/readme.txt 2007-08-03 14:44:53 UTC (rev 4184)
@@ -0,0 +1,24 @@
+# $Id: $
+
+The JBossWS project structure has changed
+
+jbossws
+ + spi
+ + common
+ + framework
+ + container
+ + jboss40
+ + jboss42
+ + jboss50
+ + stack
+ + native
+ + metro
+ + cxf
+
+Each project is defines binary dependencies only, source dependencies have been removed.
+Most of the time you will want to checkout a single stack and do your work there. You will
+not have to checkout the dependent projects unless you need to fix integration issues.
+
+cheers
+-thomas
+
17 years, 4 months
JBossWS SVN: r4183 - trunk.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-03 10:36:35 -0400 (Fri, 03 Aug 2007)
New Revision: 4183
Removed:
trunk/build/
Log:
Delete build
17 years, 4 months
JBossWS SVN: r4182 - trunk/build and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-03 10:35:33 -0400 (Fri, 03 Aug 2007)
New Revision: 4182
Added:
framework/trunk/README-COMMITTERS
Removed:
trunk/build/README-COMMITTERS
Log:
Move readme
Copied: framework/trunk/README-COMMITTERS (from rev 4181, trunk/build/README-COMMITTERS)
===================================================================
--- framework/trunk/README-COMMITTERS (rev 0)
+++ framework/trunk/README-COMMITTERS 2007-08-03 14:35:33 UTC (rev 4182)
@@ -0,0 +1,25 @@
+#
+# $Id: $
+#
+
+1. Edit your subversion config ~/.subversion/config and set the following in each section:
+
+[miscellany]
+enable-auto-props = yes
+
+[auto-props]
+*.bat = svn:keywords=Id Revision;svn:eol-style=LF
+*.java = svn:keywords=Id Revision;svn:eol-style=LF
+*.sh = svn:keywords=Id Revision;svn:eol-style=LF
+*.txt = svn:keywords=Id Revision;svn:eol-style=LF
+*.wsdl = svn:keywords=Id Revision;svn:eol-style=LF
+*.xml = svn:keywords=Id Revision;svn:eol-style=LF
+*.xsd = svn:keywords=Id Revision;svn:eol-style=LF
+
+2. If you are using an IDE, make sure that it refers to the same config. So,
+for example, if you are using Eclipse with Subclipse on windows, you need to
+set Team->SVN->Configuration Location to:
+
+/home/<your user name>/.subversion
+
+3. If you are using Eclipse, set your code style to JBossWSCodeStyle.xml
Deleted: trunk/build/README-COMMITTERS
===================================================================
--- trunk/build/README-COMMITTERS 2007-08-03 14:34:09 UTC (rev 4181)
+++ trunk/build/README-COMMITTERS 2007-08-03 14:35:33 UTC (rev 4182)
@@ -1,25 +0,0 @@
-#
-# $Id: $
-#
-
-1. Edit your subversion config ~/.subversion/config and set the following in each section:
-
-[miscellany]
-enable-auto-props = yes
-
-[auto-props]
-*.bat = svn:keywords=Id Revision;svn:eol-style=LF
-*.java = svn:keywords=Id Revision;svn:eol-style=LF
-*.sh = svn:keywords=Id Revision;svn:eol-style=LF
-*.txt = svn:keywords=Id Revision;svn:eol-style=LF
-*.wsdl = svn:keywords=Id Revision;svn:eol-style=LF
-*.xml = svn:keywords=Id Revision;svn:eol-style=LF
-*.xsd = svn:keywords=Id Revision;svn:eol-style=LF
-
-2. If you are using an IDE, make sure that it refers to the same config. So,
-for example, if you are using Eclipse with Subclipse on windows, you need to
-set Team->SVN->Configuration Location to:
-
-/home/<your user name>/.subversion
-
-3. If you are using Eclipse, set your code style to JBossWSCodeStyle.xml
17 years, 4 months
JBossWS SVN: r4181 - trunk/build and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-03 10:34:09 -0400 (Fri, 03 Aug 2007)
New Revision: 4181
Added:
framework/trunk/distro/
Removed:
trunk/build/dist/
Log:
Move dist
Copied: framework/trunk/distro (from rev 4180, trunk/build/dist)
17 years, 4 months
JBossWS SVN: r4180 - trunk/build and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-03 10:33:33 -0400 (Fri, 03 Aug 2007)
New Revision: 4180
Added:
stack/native/trunk/tools/
Removed:
trunk/build/tools/
Log:
Move tools
Copied: stack/native/trunk/tools (from rev 4179, trunk/build/tools)
17 years, 4 months
JBossWS SVN: r4179 - trunk/build and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-03 10:32:53 -0400 (Fri, 03 Aug 2007)
New Revision: 4179
Added:
framework/trunk/eclipse/
Removed:
trunk/build/eclipse/
Log:
Move eclipse
Copied: framework/trunk/eclipse (from rev 4178, trunk/build/eclipse)
17 years, 4 months
JBossWS SVN: r4178 - in stack/metro/trunk: ant-import and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-03 10:25:47 -0400 (Fri, 03 Aug 2007)
New Revision: 4178
Modified:
stack/metro/trunk/.project
stack/metro/trunk/ant-import/build-deploy.xml
Log:
Remove dependecy on other stacks
Modified: stack/metro/trunk/.project
===================================================================
--- stack/metro/trunk/.project 2007-08-03 14:25:40 UTC (rev 4177)
+++ stack/metro/trunk/.project 2007-08-03 14:25:47 UTC (rev 4178)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>integration-sunri</name>
+ <name>stack-metro</name>
<comment></comment>
<projects>
</projects>
Modified: stack/metro/trunk/ant-import/build-deploy.xml
===================================================================
--- stack/metro/trunk/ant-import/build-deploy.xml 2007-08-03 14:25:40 UTC (rev 4177)
+++ stack/metro/trunk/ant-import/build-deploy.xml 2007-08-03 14:25:47 UTC (rev 4178)
@@ -22,8 +22,6 @@
<!-- Deploy to jboss50 -->
<target name="deploy-jboss50" depends="jars-jboss50,undeploy-jboss50" description="Deploy jbossws/sunri to jboss50">
- <ant antfile="${core.dir}/build.xml" target="undeploy-jboss50" inheritall="false"/>
- <ant antfile="${int.xfire.dir}/build.xml" target="undeploy-jboss50" inheritall="false"/>
<macro-deploy-sunri50
stacklibs="${int.sunri.dir}/output/lib"
thirdpartylibs="${int.sunri.dir}/thirdparty"/>
@@ -41,8 +39,6 @@
<!-- Deploy to jboss42 -->
<target name="deploy-jboss42" depends="jars-jboss42,undeploy-jboss42" description="Deploy jbossws/sunri to jboss42">
- <ant antfile="${core.dir}/build.xml" target="undeploy-jboss42" inheritall="false"/>
- <ant antfile="${int.xfire.dir}/build.xml" target="undeploy-jboss42" inheritall="false"/>
<macro-deploy-sunri42
stacklibs="${int.sunri.dir}/output/lib"
thirdpartylibs="${int.sunri.dir}/thirdparty"/>
17 years, 4 months