JBossWS SVN: r4828 - framework/branches/jbossws-framework-2.0.2.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-10-20 06:06:00 -0400 (Sat, 20 Oct 2007)
New Revision: 4828
Modified:
framework/branches/jbossws-framework-2.0.2/ant.properties.example
Log:
restore jdk16
Modified: framework/branches/jbossws-framework-2.0.2/ant.properties.example
===================================================================
--- framework/branches/jbossws-framework-2.0.2/ant.properties.example 2007-10-20 09:59:16 UTC (rev 4827)
+++ framework/branches/jbossws-framework-2.0.2/ant.properties.example 2007-10-20 10:06:00 UTC (rev 4828)
@@ -3,6 +3,9 @@
#
# $Id: ant.properties.example 3995 2007-07-26 08:52:45Z thomas.diesler(a)jboss.com $
+# JDK settings
+#java.home.jdk16=/usr/java/jdk1.6
+
# The JBoss settings
jboss.server.instance=default
jboss.bind.address=localhost
@@ -22,9 +25,9 @@
hudson.native.url=https://svn.jboss.org/repos/jbossws/stack/native/branch...
-hudson.jboss500.url=https://svn.jboss.org/repos/jbossas/trunk
-hudson.jboss500.build=jboss-5.0.0.Beta3
-hudson.jboss500.rev=HEAD
+hudson.jboss405.url=https://svn.jboss.org/repos/jbossas/tags/JBoss_4_0_5_GA
+hudson.jboss405.build=jboss-4.0.5.GA
+hudson.jboss405.rev=HEAD
hudson.jboss421.url=https://svn.jboss.org/repos/jbossas/tags/JBoss_4_2_1_GA
hudson.jboss421.build=jboss-4.2.1.GA
@@ -34,9 +37,9 @@
hudson.jboss422.build=jboss-4.2.2.GA
hudson.jboss422.rev=HEAD
-hudson.jboss405.url=https://svn.jboss.org/repos/jbossas/tags/JBoss_4_0_5_GA
-hudson.jboss405.build=jboss-4.0.5.GA
-hudson.jboss405.rev=HEAD
+hudson.jboss500.url=https://svn.jboss.org/repos/jbossas/trunk
+hudson.jboss500.build=jboss-5.0.0.Beta3
+hudson.jboss500.rev=HEAD
hudson.mail.recipients=
hudson.smtp.host=localhost
17 years
JBossWS SVN: r4827 - stack/native/branches/jbossws-native-2.0.2.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-10-20 05:59:16 -0400 (Sat, 20 Oct 2007)
New Revision: 4827
Modified:
stack/native/branches/jbossws-native-2.0.2/version.properties
Log:
Fix versions
Modified: stack/native/branches/jbossws-native-2.0.2/version.properties
===================================================================
--- stack/native/branches/jbossws-native-2.0.2/version.properties 2007-10-20 09:59:09 UTC (rev 4826)
+++ stack/native/branches/jbossws-native-2.0.2/version.properties 2007-10-20 09:59:16 UTC (rev 4827)
@@ -5,8 +5,8 @@
specification.vendor=JBoss (http://www.jboss.org)
specification.version=jbossws-2.0
-version.id=2.1.0.DEV
-repository.id=snapshot
+version.id=2.0.2.GA
+repository.id=2.0.2.GA
implementation.title=JBoss Web Services - Native
implementation.url=http://www.jboss.org/products/jbossws
@@ -25,9 +25,9 @@
# Dependend integration projects
jbossws-spi=1.0.0.GA
-jbossws-common=snapshot
-jbossws-framework=snapshot
-jbossws-jboss40=snapshot
+jbossws-common=1.0.0.GA
+jbossws-framework=2.0.2.GA
+jbossws-jboss40=2.0.2.GA
jbossws-jboss42=2.0.1.GA
# JBossAS-5.0
17 years
JBossWS SVN: r4825 - container/jboss40/tags/jbossws-jboss40-2.0.2.GA.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-10-20 05:54:25 -0400 (Sat, 20 Oct 2007)
New Revision: 4825
Modified:
container/jboss40/tags/jbossws-jboss40-2.0.2.GA/version.properties
Log:
Fix versions
Modified: container/jboss40/tags/jbossws-jboss40-2.0.2.GA/version.properties
===================================================================
--- container/jboss40/tags/jbossws-jboss40-2.0.2.GA/version.properties 2007-10-20 09:52:16 UTC (rev 4824)
+++ container/jboss40/tags/jbossws-jboss40-2.0.2.GA/version.properties 2007-10-20 09:54:25 UTC (rev 4825)
@@ -5,8 +5,8 @@
specification.vendor=JBoss (http://www.jboss.org)
specification.version=jbossws-2.0
-version.id=2.0.1.GA
-repository.id=snapshot
+version.id=2.0.2.GA
+repository.id=2.0.2.GA
implementation.title=JBoss Web Services - Integration JBoss40
implementation.url=http://www.jboss.org/products/jbossws
@@ -14,9 +14,9 @@
implementation.vendor.id=http://www.jboss.org
# Thirdparty library versions
-jbossws-common=1.0.0.GA
+jbossws-common=1.0.1.GA
jbossws-spi=1.0.0.GA
-jbossws-framework=2.0.1.GA
+jbossws-framework=2.0.2.GA
dom4j=1.6.1
sun-jaxrpc=1.1
17 years
JBossWS SVN: r4824 - container/jboss40/tags.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-10-20 05:52:16 -0400 (Sat, 20 Oct 2007)
New Revision: 4824
Added:
container/jboss40/tags/jbossws-jboss40-2.0.2.GA/
Log:
Tag jbossws-jboss40-2.0.2.GA
Copied: container/jboss40/tags/jbossws-jboss40-2.0.2.GA (from rev 4823, container/jboss40/trunk)
17 years
JBossWS SVN: r4823 - in framework/branches/jbossws-framework-2.0.2: hudson/hudson-home and 15 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-10-20 05:47:25 -0400 (Sat, 20 Oct 2007)
New Revision: 4823
Removed:
framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/AS-Tests-AS-4.0.5/
framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Distro-CXF-AS-4.2.2/
framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Distro-CXF-AS-5.0.0/
framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Distro-Metro-AS-4.2.2/
framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Distro-Metro-AS-5.0.0/
framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Integration-CXF-AS-4.2.2/
framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Integration-CXF-AS-5.0.0/
framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Integration-Metro-AS-4.2.2/
framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Integration-Metro-AS-5.0.0/
Modified:
framework/branches/jbossws-framework-2.0.2/ant.properties.example
framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/config.xml
framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/AS-Tests-AS-4.2.2/config.xml
framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/AS-Tests-AS-5.0.0/config.xml
framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Core-Tests-AS-4.0.5-No-EJB3/config.xml
framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Core-Tests-AS-4.0.5/config.xml
framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Core-Tests-AS-4.2.2-JDK6/config.xml
framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Core-Tests-AS-4.2.2/config.xml
framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Core-Tests-AS-5.0.0/config.xml
framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Distro-Native-AS-4.0.5/config.xml
framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Distro-Native-AS-4.2.2-JDK6/config.xml
framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Distro-Native-AS-4.2.2/config.xml
framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Distro-Native-AS-5.0.0/config.xml
framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Integration-Native-AS-4.0.5/config.xml
framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Integration-Native-AS-4.2.2/config.xml
framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Integration-Native-AS-5.0.0/config.xml
framework/branches/jbossws-framework-2.0.2/version.properties
Log:
remove metro & cxf
Modified: framework/branches/jbossws-framework-2.0.2/ant.properties.example
===================================================================
--- framework/branches/jbossws-framework-2.0.2/ant.properties.example 2007-10-20 09:34:06 UTC (rev 4822)
+++ framework/branches/jbossws-framework-2.0.2/ant.properties.example 2007-10-20 09:47:25 UTC (rev 4823)
@@ -11,21 +11,16 @@
#jboss.repository=file:/home/tdiesler/svn/jboss.local.repository
jboss.repository=http://repository.jboss.org
-# JDK settings
-#java.home.jdk16=/usr/java/jdk1.6
-
# Hudson QA Environment
hudson.username=changeme
hudson.password=changeme
hudson.root=/home/tdiesler/workspace
hudson.host=jbws.dyndns.org
-hudson.admin.port=8150
-hudson.http.port=8180
+hudson.admin.port=8250
+hudson.http.port=8280
-hudson.native.url=https://svn.jboss.org/repos/jbossws/stack/native/trunk
-hudson.metro.url=https://svn.jboss.org/repos/jbossws/stack/metro/trunk
-hudson.cxf.url=https://svn.jboss.org/repos/jbossws/stack/cxf/trunk
+hudson.native.url=https://svn.jboss.org/repos/jbossws/stack/native/branches/jbossws-native-2.0.2
hudson.jboss500.url=https://svn.jboss.org/repos/jbossas/trunk
hudson.jboss500.build=jboss-5.0.0.Beta3
Modified: framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/config.xml
===================================================================
--- framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/config.xml 2007-10-20 09:34:06 UTC (rev 4822)
+++ framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/config.xml 2007-10-20 09:47:25 UTC (rev 4823)
@@ -10,13 +10,11 @@
<tr><th align=left>Framework:</th><td>@hudson.framework.url@</td></tr>
<tr><td colspan=2></td></tr>
<tr><th align=left>Stack-Native:</th><td>@hudson.native.url@</td></tr>
- <tr><th align=left>Stack-Metro:</th><td>@hudson.metro.url@</td></tr>
- <tr><th align=left>Stack-CXF:</th><td>@hudson.cxf.url@</td></tr>
<tr><td colspan=2></td></tr>
- <tr><th align=left>@hudson.jboss500.build@</th><td>-r(a)hudson.jboss500.rev@ @hudson.jboss500.url@</td></tr>
- <tr><th align=left>@hudson.jboss422.build@</th><td>-r(a)hudson.jboss422.rev@ @hudson.jboss422.url@</td></tr>
- <tr><th align=left>@hudson.jboss421.build@</th><td>-r(a)hudson.jboss421.rev@ @hudson.jboss421.url@</td></tr>
<tr><th align=left>@hudson.jboss405.build@</th><td>-r(a)hudson.jboss405.rev@ @hudson.jboss405.url@</td></tr>
+ <tr><th align=left>@hudson.jboss421.build@</th><td>-r(a)hudson.jboss421.rev@ @hudson.jboss421.url@</td></tr>
+ <tr><th align=left>@hudson.jboss422.build@</th><td>-r(a)hudson.jboss422.rev@ @hudson.jboss422.url@</td></tr>
+ <tr><th align=left>@hudson.jboss500.build@</th><td>-r(a)hudson.jboss500.rev@ @hudson.jboss500.url@</td></tr>
</table>
]]>
</systemMessage>
Modified: framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/AS-Tests-AS-4.2.2/config.xml
===================================================================
--- framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/AS-Tests-AS-4.2.2/config.xml 2007-10-20 09:34:06 UTC (rev 4822)
+++ framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/AS-Tests-AS-4.2.2/config.xml 2007-10-20 09:47:25 UTC (rev 4823)
@@ -11,8 +11,6 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
STACKNATIVE=$WORKSPACE/stack-native
-STACKMETRO=$WORKSPACE/stack-metro
-STACKCXF=$WORKSPACE/stack-cxf
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-4.2.2/workspace/JBossAS-4.2.2/build/output/(a)hudson.jboss422.build@
ENVIRONMENT="-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss422 -Djboss422.home=$JBOSS_INSTANCE"
@@ -23,20 +21,6 @@
$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
#
-# undeploy stack-metro
-#
-cd $STACKMETRO
-cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss422
-
-#
-# undeploy stack-cxf
-#
-cd $STACKCXF
-cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss422
-
-#
# build and deploy
#
cd $STACKNATIVE
@@ -103,14 +87,6 @@
<remote>@hudson.native.url@</remote>
<local>stack-native</local>
</hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.metro.url@</remote>
- <local>stack-metro</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.cxf.url@</remote>
- <local>stack-cxf</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
<browser class="hudson.scm.browsers.FishEyeSVN">
Modified: framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/AS-Tests-AS-5.0.0/config.xml
===================================================================
--- framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/AS-Tests-AS-5.0.0/config.xml 2007-10-20 09:34:06 UTC (rev 4822)
+++ framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/AS-Tests-AS-5.0.0/config.xml 2007-10-20 09:47:25 UTC (rev 4823)
@@ -11,8 +11,6 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
STACKNATIVE=$WORKSPACE/stack-native
-STACKMETRO=$WORKSPACE/stack-metro
-STACKCXF=$WORKSPACE/stack-cxf
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-5.0.0/workspace/JBossAS-5.0.0/build/output/(a)hudson.jboss500.build@
ENVIRONMENT="-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss500 -Djboss500.home=$JBOSS_INSTANCE"
@@ -23,20 +21,6 @@
$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
#
-# undeploy stack-metro
-#
-cd $STACKMETRO
-cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss500
-
-#
-# undeploy stack-cxf
-#
-cd $STACKCXF
-cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss500
-
-#
# build and deploy
#
cd $STACKNATIVE
@@ -103,14 +87,6 @@
<remote>@hudson.native.url@</remote>
<local>stack-native</local>
</hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.metro.url@</remote>
- <local>stack-metro</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.cxf.url@</remote>
- <local>stack-cxf</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
<browser class="hudson.scm.browsers.FishEyeSVN">
Modified: framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Core-Tests-AS-4.0.5/config.xml
===================================================================
--- framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Core-Tests-AS-4.0.5/config.xml 2007-10-20 09:34:06 UTC (rev 4822)
+++ framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Core-Tests-AS-4.0.5/config.xml 2007-10-20 09:47:25 UTC (rev 4823)
@@ -11,8 +11,6 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
STACKNATIVE=$WORKSPACE/stack-native
-STACKMETRO=$WORKSPACE/stack-metro
-STACKCXF=$WORKSPACE/stack-cxf
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-4.0.5/workspace/JBossAS-4.0.5/build/output/@hudson.jboss405.build(a)-ejb3
ENVIRONMENT="-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss405 -Djboss405.home=$JBOSS_INSTANCE"
@@ -76,14 +74,6 @@
<remote>@hudson.native.url@</remote>
<local>stack-native</local>
</hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.metro.url@</remote>
- <local>stack-metro</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.cxf.url@</remote>
- <local>stack-cxf</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
<browser class="hudson.scm.browsers.FishEyeSVN">
Modified: framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Core-Tests-AS-4.0.5-No-EJB3/config.xml
===================================================================
--- framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Core-Tests-AS-4.0.5-No-EJB3/config.xml 2007-10-20 09:34:06 UTC (rev 4822)
+++ framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Core-Tests-AS-4.0.5-No-EJB3/config.xml 2007-10-20 09:47:25 UTC (rev 4823)
@@ -11,8 +11,6 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
STACKNATIVE=$WORKSPACE/stack-native
-STACKMETRO=$WORKSPACE/stack-metro
-STACKCXF=$WORKSPACE/stack-cxf
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-4.0.5/workspace/JBossAS-4.0.5/build/output/(a)hudson.jboss405.build@
ENVIRONMENT="-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss405.no.ejb3 -Djboss405.home=$JBOSS_INSTANCE"
@@ -76,14 +74,6 @@
<remote>@hudson.native.url@</remote>
<local>stack-native</local>
</hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.metro.url@</remote>
- <local>stack-metro</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.cxf.url@</remote>
- <local>stack-cxf</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
<browser class="hudson.scm.browsers.FishEyeSVN">
Modified: framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Core-Tests-AS-4.2.2/config.xml
===================================================================
--- framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Core-Tests-AS-4.2.2/config.xml 2007-10-20 09:34:06 UTC (rev 4822)
+++ framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Core-Tests-AS-4.2.2/config.xml 2007-10-20 09:47:25 UTC (rev 4823)
@@ -11,8 +11,6 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
STACKNATIVE=$WORKSPACE/stack-native
-STACKMETRO=$WORKSPACE/stack-metro
-STACKCXF=$WORKSPACE/stack-cxf
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-4.2.2/workspace/JBossAS-4.2.2/build/output/(a)hudson.jboss422.build@
ENVIRONMENT="-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss422 -Djboss422.home=$JBOSS_INSTANCE"
@@ -23,20 +21,6 @@
$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
#
-# undeploy stack-metro
-#
-cd $STACKMETRO
-cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss422
-
-#
-# undeploy stack-cxf
-#
-cd $STACKCXF
-cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss422
-
-#
# build and deploy
#
cd $STACKNATIVE
@@ -90,14 +74,6 @@
<remote>@hudson.native.url@</remote>
<local>stack-native</local>
</hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.metro.url@</remote>
- <local>stack-metro</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.cxf.url@</remote>
- <local>stack-cxf</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
<browser class="hudson.scm.browsers.FishEyeSVN">
Modified: framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Core-Tests-AS-4.2.2-JDK6/config.xml
===================================================================
--- framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Core-Tests-AS-4.2.2-JDK6/config.xml 2007-10-20 09:34:06 UTC (rev 4822)
+++ framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Core-Tests-AS-4.2.2-JDK6/config.xml 2007-10-20 09:47:25 UTC (rev 4823)
@@ -11,8 +11,6 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
STACKNATIVE=$WORKSPACE/stack-native
-STACKMETRO=$WORKSPACE/stack-metro
-STACKCXF=$WORKSPACE/stack-cxf
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-4.2.2/workspace/JBossAS-4.2.2/build/output/(a)hudson.jboss422.build@
ENVIRONMENT="-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss422 -Djboss422.home=$JBOSS_INSTANCE"
@@ -33,20 +31,6 @@
$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
#
-# undeploy stack-metro
-#
-cd $STACKMETRO
-cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss422
-
-#
-# undeploy stack-cxf
-#
-cd $STACKCXF
-cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss422
-
-#
# build and deploy
#
cd $STACKNATIVE
@@ -100,14 +84,6 @@
<remote>@hudson.native.url@</remote>
<local>stack-native</local>
</hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.metro.url@</remote>
- <local>stack-metro</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.cxf.url@</remote>
- <local>stack-cxf</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
<browser class="hudson.scm.browsers.FishEyeSVN">
Modified: framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Core-Tests-AS-5.0.0/config.xml
===================================================================
--- framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Core-Tests-AS-5.0.0/config.xml 2007-10-20 09:34:06 UTC (rev 4822)
+++ framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Core-Tests-AS-5.0.0/config.xml 2007-10-20 09:47:25 UTC (rev 4823)
@@ -11,8 +11,6 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
STACKNATIVE=$WORKSPACE/stack-native
-STACKMETRO=$WORKSPACE/stack-metro
-STACKCXF=$WORKSPACE/stack-cxf
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-5.0.0/workspace/JBossAS-5.0.0/build/output/(a)hudson.jboss500.build@
ENVIRONMENT="-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss500 -Djboss500.home=$JBOSS_INSTANCE"
@@ -23,20 +21,6 @@
$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
#
-# undeploy stack-metro
-#
-cd $STACKMETRO
-cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss500
-
-#
-# undeploy stack-cxf
-#
-cd $STACKCXF
-cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss500
-
-#
# build and deploy
#
cd $STACKNATIVE
@@ -90,14 +74,6 @@
<remote>@hudson.native.url@</remote>
<local>stack-native</local>
</hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.metro.url@</remote>
- <local>stack-metro</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.cxf.url@</remote>
- <local>stack-cxf</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
<browser class="hudson.scm.browsers.FishEyeSVN">
Modified: framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Distro-Native-AS-4.0.5/config.xml
===================================================================
--- framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Distro-Native-AS-4.0.5/config.xml 2007-10-20 09:34:06 UTC (rev 4822)
+++ framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Distro-Native-AS-4.0.5/config.xml 2007-10-20 09:47:25 UTC (rev 4823)
@@ -11,8 +11,6 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
STACKNATIVE=$WORKSPACE/stack-native
-STACKMETRO=$WORKSPACE/stack-metro
-STACKCXF=$WORKSPACE/stack-cxf
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS500_INSTANCE=@hudson.home@/jobs/AS-5.0.0/workspace/JBossAS-5.0.0/build/output/(a)hudson.jboss500.build@
JBOSS422_INSTANCE=@hudson.home@/jobs/AS-4.2.2/workspace/JBossAS-4.2.2/build/output/(a)hudson.jboss422.build@
@@ -85,14 +83,6 @@
<remote>@hudson.native.url@</remote>
<local>stack-native</local>
</hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.metro.url@</remote>
- <local>stack-metro</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.cxf.url@</remote>
- <local>stack-cxf</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
<browser class="hudson.scm.browsers.FishEyeSVN">
Modified: framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Distro-Native-AS-4.2.2/config.xml
===================================================================
--- framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Distro-Native-AS-4.2.2/config.xml 2007-10-20 09:34:06 UTC (rev 4822)
+++ framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Distro-Native-AS-4.2.2/config.xml 2007-10-20 09:47:25 UTC (rev 4823)
@@ -11,8 +11,6 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
STACKNATIVE=$WORKSPACE/stack-native
-STACKMETRO=$WORKSPACE/stack-metro
-STACKCXF=$WORKSPACE/stack-cxf
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS500_INSTANCE=@hudson.home@/jobs/AS-5.0.0/workspace/JBossAS-5.0.0/build/output/(a)hudson.jboss500.build@
JBOSS422_INSTANCE=@hudson.home@/jobs/AS-4.2.2/workspace/JBossAS-4.2.2/build/output/(a)hudson.jboss422.build@
@@ -26,20 +24,6 @@
$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
#
-# undeploy stack-metro
-#
-cd $STACKMETRO
-cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss422
-
-#
-# undeploy stack-cxf
-#
-cd $STACKCXF
-cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss422
-
-#
# Build distro
#
cd $STACKNATIVE
@@ -99,14 +83,6 @@
<remote>@hudson.native.url@</remote>
<local>stack-native</local>
</hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.metro.url@</remote>
- <local>stack-metro</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.cxf.url@</remote>
- <local>stack-cxf</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
<browser class="hudson.scm.browsers.FishEyeSVN">
Modified: framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Distro-Native-AS-4.2.2-JDK6/config.xml
===================================================================
--- framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Distro-Native-AS-4.2.2-JDK6/config.xml 2007-10-20 09:34:06 UTC (rev 4822)
+++ framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Distro-Native-AS-4.2.2-JDK6/config.xml 2007-10-20 09:47:25 UTC (rev 4823)
@@ -11,8 +11,6 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
STACKNATIVE=$WORKSPACE/stack-native
-STACKMETRO=$WORKSPACE/stack-metro
-STACKCXF=$WORKSPACE/stack-cxf
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS500_INSTANCE=@hudson.home@/jobs/AS-5.0.0/workspace/JBossAS-5.0.0/build/output/(a)hudson.jboss500.build@
JBOSS422_INSTANCE=@hudson.home@/jobs/AS-4.2.2/workspace/JBossAS-4.2.2/build/output/(a)hudson.jboss422.build@
@@ -36,20 +34,6 @@
$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
#
-# undeploy stack-metro
-#
-cd $STACKMETRO
-cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss422
-
-#
-# undeploy stack-cxf
-#
-cd $STACKCXF
-cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss422
-
-#
# Build distro
#
cd $STACKNATIVE
@@ -109,14 +93,6 @@
<remote>@hudson.native.url@</remote>
<local>stack-native</local>
</hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.metro.url@</remote>
- <local>stack-metro</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.cxf.url@</remote>
- <local>stack-cxf</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
<browser class="hudson.scm.browsers.FishEyeSVN">
Modified: framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Distro-Native-AS-5.0.0/config.xml
===================================================================
--- framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Distro-Native-AS-5.0.0/config.xml 2007-10-20 09:34:06 UTC (rev 4822)
+++ framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Distro-Native-AS-5.0.0/config.xml 2007-10-20 09:47:25 UTC (rev 4823)
@@ -11,8 +11,6 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
STACKNATIVE=$WORKSPACE/stack-native
-STACKMETRO=$WORKSPACE/stack-metro
-STACKCXF=$WORKSPACE/stack-cxf
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS500_INSTANCE=@hudson.home@/jobs/AS-5.0.0/workspace/JBossAS-5.0.0/build/output/(a)hudson.jboss500.build@
JBOSS422_INSTANCE=@hudson.home@/jobs/AS-4.2.2/workspace/JBossAS-4.2.2/build/output/(a)hudson.jboss422.build@
@@ -26,20 +24,6 @@
$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
#
-# undeploy stack-metro
-#
-cd $STACKMETRO
-cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss500
-
-#
-# undeploy stack-cxf
-#
-cd $STACKCXF
-cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss500
-
-#
# Build distro
#
cd $STACKNATIVE
@@ -99,14 +83,6 @@
<remote>@hudson.native.url@</remote>
<local>stack-native</local>
</hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.metro.url@</remote>
- <local>stack-metro</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.cxf.url@</remote>
- <local>stack-cxf</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
<browser class="hudson.scm.browsers.FishEyeSVN">
Modified: framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Integration-Native-AS-4.0.5/config.xml
===================================================================
--- framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Integration-Native-AS-4.0.5/config.xml 2007-10-20 09:34:06 UTC (rev 4822)
+++ framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Integration-Native-AS-4.0.5/config.xml 2007-10-20 09:47:25 UTC (rev 4823)
@@ -11,8 +11,6 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
STACKNATIVE=$WORKSPACE/stack-native
-STACKMETRO=$WORKSPACE/stack-metro
-STACKCXF=$WORKSPACE/stack-cxf
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-4.0.5/workspace/JBossAS-4.0.5/build/output/@hudson.jboss405.build(a)-ejb3
ENVIRONMENT="-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss405 -Djboss405.home=$JBOSS_INSTANCE"
@@ -76,14 +74,6 @@
<remote>@hudson.native.url@</remote>
<local>stack-native</local>
</hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.metro.url@</remote>
- <local>stack-metro</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.cxf.url@</remote>
- <local>stack-cxf</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
<browser class="hudson.scm.browsers.FishEyeSVN">
Modified: framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Integration-Native-AS-4.2.2/config.xml
===================================================================
--- framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Integration-Native-AS-4.2.2/config.xml 2007-10-20 09:34:06 UTC (rev 4822)
+++ framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Integration-Native-AS-4.2.2/config.xml 2007-10-20 09:47:25 UTC (rev 4823)
@@ -11,8 +11,6 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
STACKNATIVE=$WORKSPACE/stack-native
-STACKMETRO=$WORKSPACE/stack-metro
-STACKCXF=$WORKSPACE/stack-cxf
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-4.2.2/workspace/JBossAS-4.2.2/build/output/(a)hudson.jboss422.build@
ENVIRONMENT="-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss422 -Djboss422.home=$JBOSS_INSTANCE"
@@ -23,20 +21,6 @@
$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
#
-# undeploy stack-metro
-#
-cd $STACKMETRO
-cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss422
-
-#
-# undeploy stack-cxf
-#
-cd $STACKCXF
-cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss422
-
-#
# build and deploy
#
cd $STACKNATIVE
@@ -90,14 +74,6 @@
<remote>@hudson.native.url@</remote>
<local>stack-native</local>
</hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.metro.url@</remote>
- <local>stack-metro</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.cxf.url@</remote>
- <local>stack-cxf</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
<browser class="hudson.scm.browsers.FishEyeSVN">
Modified: framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Integration-Native-AS-5.0.0/config.xml
===================================================================
--- framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Integration-Native-AS-5.0.0/config.xml 2007-10-20 09:34:06 UTC (rev 4822)
+++ framework/branches/jbossws-framework-2.0.2/hudson/hudson-home/jobs/Integration-Native-AS-5.0.0/config.xml 2007-10-20 09:47:25 UTC (rev 4823)
@@ -11,8 +11,6 @@
WORKSPACE=`pwd`
FRAMEWORKDIR=$WORKSPACE/framework
STACKNATIVE=$WORKSPACE/stack-native
-STACKMETRO=$WORKSPACE/stack-metro
-STACKCXF=$WORKSPACE/stack-cxf
JBOSS_BINDADDR=(a)jboss.bind.address@
JBOSS_INSTANCE=@hudson.home@/jobs/AS-5.0.0/workspace/JBossAS-5.0.0/build/output/(a)hudson.jboss500.build@
ENVIRONMENT="-Djboss.bind.address=(a)jboss.bind.address@ -Djbossws.integration.target=jboss500 -Djboss500.home=$JBOSS_INSTANCE"
@@ -23,20 +21,6 @@
$FRAMEWORKDIR/hudson/jboss/bin/jboss.sh $JBOSS_INSTANCE stop
#
-# undeploy stack-metro
-#
-cd $STACKMETRO
-cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss500
-
-#
-# undeploy stack-cxf
-#
-cd $STACKCXF
-cp ant.properties.example ant.properties
-./build.sh $ENVIRONMENT undeploy-jboss500
-
-#
# build and deploy
#
cd $STACKNATIVE
@@ -90,14 +74,6 @@
<remote>@hudson.native.url@</remote>
<local>stack-native</local>
</hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.metro.url@</remote>
- <local>stack-metro</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
- <hudson.scm.SubversionSCM-ModuleLocation>
- <remote>@hudson.cxf.url@</remote>
- <local>stack-cxf</local>
- </hudson.scm.SubversionSCM-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
<browser class="hudson.scm.browsers.FishEyeSVN">
Modified: framework/branches/jbossws-framework-2.0.2/version.properties
===================================================================
--- framework/branches/jbossws-framework-2.0.2/version.properties 2007-10-20 09:34:06 UTC (rev 4822)
+++ framework/branches/jbossws-framework-2.0.2/version.properties 2007-10-20 09:47:25 UTC (rev 4823)
@@ -5,8 +5,8 @@
specification.vendor=JBoss (http://www.jboss.org)
specification.version=jbossws-2.0
-version.id=2.1.0.DEV
-repository.id=snapshot
+version.id=2.0.2.GA
+repository.id=2.0.2.GA
implementation.title=JBoss Web Services - Framework
implementation.url=http://www.jboss.org/products/jbossws
@@ -14,7 +14,7 @@
implementation.vendor.id=http://www.jboss.org
# Thirdparty library versions
-jbossws-common=1.0.0.GA
+jbossws-common=1.0.1.GA
jbossws-spi=1.0.0.GA
dom4j=1.6.1
17 years
JBossWS SVN: r4822 - common/tags.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-10-20 05:34:06 -0400 (Sat, 20 Oct 2007)
New Revision: 4822
Added:
common/tags/jbossws-common-1.0.1.GA/
Log:
jbossws-common-1.0.1.GA
Copied: common/tags/jbossws-common-1.0.1.GA (from rev 4821, common/trunk)
17 years
JBossWS SVN: r4821 - common/trunk.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-10-20 05:33:08 -0400 (Sat, 20 Oct 2007)
New Revision: 4821
Modified:
common/trunk/version.properties
Log:
repositoryid=1.0.1.GA
Modified: common/trunk/version.properties
===================================================================
--- common/trunk/version.properties 2007-10-20 09:27:28 UTC (rev 4820)
+++ common/trunk/version.properties 2007-10-20 09:33:08 UTC (rev 4821)
@@ -6,7 +6,7 @@
specification.version=jbossws-2.0
version.id=1.0.1.GA
-repository.id=snapshot
+repository.id=1.0.1.GA
implementation.title=JBoss Web Services - Common
implementation.url=http://www.jboss.org/products/jbossws
17 years
JBossWS SVN: r4820 - framework/branches.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-10-20 05:27:28 -0400 (Sat, 20 Oct 2007)
New Revision: 4820
Added:
framework/branches/jbossws-framework-2.0.2/
Removed:
framework/branches/jbossws-framework-2.0.2.GA/
Log:
Move to jbossws-framework-2.0.2
Copied: framework/branches/jbossws-framework-2.0.2 (from rev 4819, framework/branches/jbossws-framework-2.0.2.GA)
17 years
JBossWS SVN: r4819 - framework/branches.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-10-20 05:26:08 -0400 (Sat, 20 Oct 2007)
New Revision: 4819
Removed:
framework/branches/framework-2.0/
Log:
Delete framework-2.0
17 years