Author: kurt.stam(a)jboss.com
Date: 2010-10-06 10:38:10 -0400 (Wed, 06 Oct 2010)
New Revision: 1022
Modified:
branches/RiftSaw-2.1.x/distribution/src/main/release/install/build.xml
Log:
RIFTSAW-298, turn off force seeding on every startup
Modified: branches/RiftSaw-2.1.x/distribution/src/main/release/install/build.xml
===================================================================
--- branches/RiftSaw-2.1.x/distribution/src/main/release/install/build.xml 2010-10-06
14:35:52 UTC (rev 1021)
+++ branches/RiftSaw-2.1.x/distribution/src/main/release/install/build.xml 2010-10-06
14:38:10 UTC (rev 1022)
@@ -265,10 +265,6 @@
<replace file="${deploy.dir}/riftsaw.sar/bpel.properties"
token="bpel.uddi.lookup=false"
value="bpel.uddi.lookup=true"/>
- <replace file="${deploy.dir}/jbossesb-registry.sar/esb.juddi.xml">
-
<replacetoken><![CDATA[juddi.seed.always">false]]></replacetoken>
-
<replacevalue><![CDATA[juddi.seed.always">true]]></replacevalue>
- </replace>
<replace file="${deploy.dir}/riftsaw.sar/bpel.properties"
token="bpel.uddi.clerk.manager=esb-registry"
value="bpel.uddi.clerk.manager=esb-registry"/>
Show replies by date