Revision: 22726
Author:   emmartins
Date:     Mon Jun 18 18:02:34 2012
Log:      release stuff for slee 2.7
http://code.google.com/p/mobicents/source/detail?r=22726

Modified:
 /trunk/servers/jain-slee/release/README
 /trunk/servers/jain-slee/release/build.xml
 /trunk/servers/jain-slee/release/pom.xml

=======================================
--- /trunk/servers/jain-slee/release/README     Tue Feb  7 11:56:50 2012
+++ /trunk/servers/jain-slee/release/README     Mon Jun 18 18:02:34 2012
@@ -1,69 +1,69 @@
-The Mobicents team is glad to announce that Mobicents JAIN-SLEE
-2.6.0.FINAL, codenamed GANDHI, is now available for download.
+The Mobicents team is glad to announce that Mobicents SLEE
+2.7.0.FINAL, codenamed RAY, is now available for download.

 Release Notes:

-The GANDHI SLEE Core includes, besides a few bug fixes, enhancements for
-smooth upgrades of SLEE services with zero downtime, and also a core
-deploy-config.xml resource that admins may use to define Resource Adaptor
-Entities out of deployable units. The SLEE core also includes support for
-period purge of canceled timer tasks, introduced in the latest release of
-the Mobicents Cluster framework.
-
-Regarding SIP, the SIP11 Resource Adaptor includes fixes for several bugs
-reported by the community.
-
-With respect to Diameter, GANDHI bundles the recently released Mobicents
-Diameter 1.4.0.CR2, and with it introduces a new Resource Adaptor too:
-Diameter S6a.
-
-With respect to SS7, the release bundles the latest Mobicents SS7
-1.0.0.CR3, and both MAP and JCC Resource Adaptors were updated
-to ensure compatibility.
-
-With respect to media control, GANDHI includes the first BETA release of
-the MS Control (JSR 309) Resource Adaptor, which aims to provide a
-standard high level API to interact with media resources.
-
-Finally, on Resource Adaptors topic, this release also introduces the
-first FINAL release of JDBC RA, the RA with a simple, yet very powerful
-and flexible, interface for interacting with JDBC Data Sources.
-
-Regarding the bundled application Enablers, the first candidate release for
-the REST Client enabler is included, while the SIP Publication Client, the
-SIP Subscription Client, and the XDM Client, now reach the first FINAL
-release.
-
-In the Tools department, we are proud to introduce the first
-FINAL release of EclipSLEE 2.x, the Mobicents JAIN SLEE Eclipse Plugin.
-This new release, besides fixing a couple of bugs, enhances the initial
-feature set for this generation of the plugin, now with support for Fault
-Tolerant Resource Adaptors. the Twiddle CLI tool also reached now the first
-FINAL version.
-
-We are also very happy to introduce the new SLEE Management Console, the
-reborn of the old but much missed Mobicents SLEE 1.x GWT web console. The
-interface was refreshed and improved, and supports JAIN SLEE 1.1
-functionality such as Resource Adaptor Entity reconfiguration. Even if
-this is only the first BETA release of the tool, we trust it will be
-popular and very useful. The new console comes pre-deployed in both SLEE
-server profiles, to check it out point your web browser to
-http://serverhost:8080/slee-management-console , where serverhost should be
-replaced by the host that Mobicents SLEE is bound, localhost by default.
-
-Finally, to complete the big change log, the team released two new example
-applications: one is the SIP JDBC Registrar, a rework of the old - and now
-removed - SIP Services example, that demos the usage of the JDBC Resource
-Adaptor, to manage the state of a SIP Registrar server. Note that the Call
-Controller 2 and SIP Wake Up examples were also updated to take advantage
-of this new SIP Registrar. The other new example application is a demo of
-MS Control Resource Adaptor usage, which should be handy for developers
-wanting a quick start on the new media control API.
-
-Note, this release bundles a new and unreleased SNAPSHOT of the Mobicents
-Media Server 2.1.0 BETA5 current trunk source code, that supports JSR 309.
-Due to this there were other updates to media related examples, such as
-the MGCP Demo, but functionality did not change.
+The RAY SLEE Core includes not only fixes for several issues, it
+also includes plenty of enhancements, such as: better classloading
+deadlock prevention, configurable default timeout for EventContext
+suspension, optimized sbb entity ordering when routing events
+(which should prevent transaction timeouts due to locks), enhanced
+container state dump logging, enhanced log4j default configurations
+or reworked (activity) event queue managers. This release also
+introduces an additional JAIN SLEE 1.1 extension, which allows SBBs
+to control ACI suspension on attach/detach operations. Please note
+that the default behavior introduced on 2.6.0.FINAL, with respect
+to forced SBB entity removal on service deactivation, was reverted,
+which means Mobicents SLEE will remove existent entities after 1
+minute. Such default behavior is easier for development times, but
+should be changed (to off) on production.
+
+Regarding SIP, the SIP11 Resource Adaptor includes latest JAIN SIP
+RI stack, of version 1.2.170, an easier logging configuration (done
+through log4j), and a few fixes for bugs reported by the community.
+
+With respect to Diameter and SS7, RAY bundles the long waited stable
+releases for these resources, which are of major relevance for today's
+SLEE applications. In concrete, this release includes Mobicents
+Diameter 1.4.0.FINAL and Mobicents SS7 1.0.0.FINAL. All related
+Resource Adaptors have been updated.
+
+With respect to media control, RAY brings a new release of the MGCP
+Resource Adaptor, due to some fixes on the underlying MGCP stack.
+
+Regarding the bundled application Enablers, RAY brings the first
+stable release for the REST Client enabler.
+
+In the Tools department, we are proud to introduce EclipSLEE
+2.1.0.FINAL, the second stable release of EclipSLEE 2.x, the Mobicents
+JAIN SLEE Eclipse Plugin. This new release now includes an higher
+level wizard for project creation, and adds support for event handler
+methods with custom SBB ActivityContextInterface types and
+EventContexts. As usual, the default versions for maven dependencies
+commonly needed by developers, such as Resource Adaptor Types and
+Enablers, have been updated to match the SLEE components included in
+this release.
+
+We are also very happy to introduce the second BETA release for the
+SLEE Management Console, now introducing lists of Root SBB Entities
+per service,allowing as well to remove existing SBB Entities, useful
+in development. It also includes fixes for ActivityContext listing
+operations.
+
+Also, new builds of the Jopr Plugin and Remote SLEE Connection tools
+were made, which are needed to ensure full compatibility with the
+changes introduced in RAY SLEE Core.
+
+Finally, with respect the bundled SLEE applications, RAY introduces
+the stable version for the SIP JDBC Registrar, and new releases for
+the standard SIP benchmarking applications, SIP UAS and B2BUA, with
+minor enhancements related with performance.
+
+Note, this release continues to bundle the unreleased SNAPSHOT of the
+Mobicents Media Server 2.1.0 BETA5, introduced in GHANDI. The team
+worked hard to integrate the recently released Mobicents Media Server
+2.2.0.FINAL, but ultimately decided more time was needed to present
+our community with proper integration.

 About Mobicents JAIN SLEE:

@@ -102,14 +102,14 @@

 What is included in this release:
------------------------------------------------------------------------------- -* JBoss AS 5.1.0.GA with JAIN SLEE 1.1 Container and SLEE Management Consoled installed
-(in /jboss-5.1.0.GA)
-* Mobicents Jopr Plugin (in /tools/jopr-plugin)
-* Mobicents SLEE Remote Connection Tool 2.4.0.FINAL (in /tools/remote-slee-connection)
-* Mobicents EclipSLEE Plugin 2.0.0.FINAL (in /tools/eclipslee)
+* JBoss AS 5.1.0.GA with JAIN SLEE 1.1 Container and SLEE Web Management Consoled
+installed (in /jboss-5.1.0.GA)
+* Mobicents Jopr Plugin 2.7.0.FINAL (in /tools/jopr-plugin)
+* Mobicents SLEE Remote Connection Tool 2.7.0.FINAL (in /tools/remote-slee-connection)
+* Mobicents EclipSLEE Plugin 2.1.0.FINAL (in /tools/eclipslee)
* Mobicents Media Server 2.1.0.BETA5-SNAPSHOT (in /extra/mobicents-media-server)
-* Mobicents Diameter 1.4.0.CR2 (in /extra/mobicents-diameter)
-* Mobicents SS7 1.0.0.CR3 (in /extra/mobicents-ss7)
+* Mobicents Diameter 1.4.0.FINAL (in /extra/mobicents-diameter)
+* Mobicents SS7 1.0.0.FINAL (in /extra/mobicents-ss7)
 * Mobicents SIP Load Balancer 1.4.0 (in /extra/sip-balancer)
 * Resource adaptors: Diameter Base, Diameter CCA, Diameter
Cx/Dx, Diameter Gq, Diameter Gx, Diameter Rf, Diameter Ro, Diameter Rx, Diameter S6a,
@@ -124,25 +124,25 @@

 SVN sources and tag:
-------------------------------------------------------------------------------
-http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/core/2.6.0.FINAL
-http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/diameter-base/2.6.0.FINAL
-http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/diameter-cca/2.6.0.FINAL
-http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/diameter-cx-dx/2.6.0.FINAL
-http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/diameter-gq/1.0.0.CR2
-http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/diameter-gx/2.6.0.FINAL
-http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/diameter-rf/2.6.0.FINAL
-http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/diameter-ro/2.6.0.FINAL
-http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/diameter-rx/1.0.0.BETA2
-http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/diameter-s6a/1.0.0.BETA2
-http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/diameter-sh-client/2.6.0.FINAL
-http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/diameter-sh-server/2.6.0.FINAL
+http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/core/2.7.0.FINAL
+http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/diameter-base/2.7.0.FINAL
+http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/diameter-cca/2.7.0.FINAL
+http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/diameter-cx-dx/2.7.0.FINAL
+http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/diameter-gq/1.0.0.FINAL
+http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/diameter-gx/2.7.0.FINAL
+http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/diameter-rf/2.7.0.FINAL
+http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/diameter-ro/2.7.0.FINAL
+http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/diameter-rx/1.0.0.FINAL
+http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/diameter-s6a/1.0.0.FINAL
+http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/diameter-sh-client/2.7.0.FINAL
+http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/diameter-sh-server/2.7.0.FINAL
http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/http-client/2.5.0.FINAL http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/http-servlet/2.4.0.FINAL
-http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/jcc/2.6.0.FINAL
-http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/map/1.0.0.CR3
-http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/mgcp/2.4.0.FINAL
+http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/jcc/2.7.0.FINAL
+http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/map/1.0.0.FINAL
+http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/mgcp/2.7.0.FINAL
http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/mscontrol/1.0.0.BETA1
-http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/sip11/2.6.0.FINAL
+http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/sip11/2.7.0.FINAL
http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/smpp5/2.5.0.FINAL http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/tftp-server/1.0.0.FINAL http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/xcap-client/2.4.1.FINAL
@@ -150,25 +150,26 @@
http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/enablers/hss-client/1.0.0.FINAL http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/enablers/sip-publication-client/1.0.0.FINAL http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/enablers/sip-subscription-client/1.0.0.FINAL
-http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/enablers/rest-client/1.0.0.CR1
+http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/enablers/rest-client/1.0.0.FINAL
http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/enablers/xdm-client/1.0.0.FINAL http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/examples/call-controller2/2.6.0.FINAL http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/examples/google-talk-bot/2.4.0.FINAL http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/examples/mgcp-demo/2.6.0.FINAL http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/examples/mscontrol-demo/1.0.0.BETA1
-http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/examples/sip-b2bua/2.4.0.FINAL
-http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/examples/sip-jdbc-registrar/1.0.0.BETA1
+http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/examples/sip-b2bua/2.7.0.FINAL
+http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/examples/sip-jdbc-registrar/1.0.0.FINAL
http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/examples/sip-wakeup/2.6.0.FINAL
-http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/tools/eclipslee/2.0.0.FINAL
-http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/tools/jopr-plugin/2.6.0.FINAL
-http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/tools/remote-slee-connection/2.4.0.FINAL
-http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/tools/slee-management-console/2.0.0.BETA1
+http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/tools/eclipslee/2.1.0.FINAL
+http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/tools/jopr-plugin/2.7.0.FINAL
+http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/tools/remote-slee-connection/2.7.0.FINAL
+http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/tools/slee-management-console/2.0.0.BETA2
http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/tools/twiddle/1.0.0.FINAL
 http://mobicents.googlecode.com/svn/tags/servers/cluster/1.13
 http://mobicents.googlecode.com/svn/tags/mobicents-jain-sip-ext-1.0
 http://mobicents.googlecode.com/svn/tags/mobicents-jain-sip-ha-1.3.0
http://mobicents.googlecode.com/svn/tags/tools/sip-balancer/sip-balancer-1.4
-http://mobicents.googlecode.com/svn/tags/protocols/ss7/mobicents-ss7-1.0.0.CR3
+http://mobicents.googlecode.com/svn/tags/protocols/ss7/mobicents-ss7-1.0.0.FINAL
+http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/api/extensions/1.0.0.FINAL

 * The source code license is LGPL 2.1.
 * Mobicents JAIN SLEE 2.x requires JDK6.
@@ -176,7 +177,7 @@
 Download URL:
-------------------------------------------------------------------------------

-http://downloads.sourceforge.net/project/mobicents/Mobicents%20JAIN%20SLEE%20Server/2.6.0.FINAL/mobicents-jainslee-2.6.0.FINAL-jboss-5.1.0.GA.zip
+http://downloads.sourceforge.net/project/mobicents/Mobicents%20JAIN%20SLEE%20Server/2.7.0.FINAL/mobicents-jainslee-2.7.0.FINAL-jboss-5.1.0.GA.zip

 Note that online docs at http://www.mobicents.org/slee/docs.html now point
 to the documentation bundled with this release.
@@ -194,15 +195,16 @@
-------------------------------------------------------------------------------
 This is a community project and, as such is not supported with an SLA.
 Any questions or problems can be raised through our forums, where we
-will provide our best efforts to assist.
-This project is included in the JBoss Communications Platform for
-which a support subscription is available. Red Hat also provides other
-solutions, such as training or consultancy. More at
-http://www.redhat.com/solutions/telco
-
+will provide our best efforts to assist. This project is included in the
+TelScale product suite for which a support subscription is available.
+TeleStax also provides other solutions, such as training or consultancy.
+More information at http://telestax.com/services
+
+Even More Important:
+-------------------------------------------------------------------------------
 A final note, thanks to all Mobicents community members who also helped
-with the making of this release, with reports and/or testing enhancements,
-thanks all.
+with the making of this release, specially Tom Uijldert and Vilius Panevezys,
+with reports and/or testing enhancements, thanks all.

 Cheers.

=======================================
--- /trunk/servers/jain-slee/release/build.xml  Tue Jun  5 07:23:54 2012
+++ /trunk/servers/jain-slee/release/build.xml  Mon Jun 18 18:02:34 2012
@@ -11,7 +11,7 @@
<property name="my.release.dir" value="${ant.file.mobicents.release}/../target"/>
        <property name="release.dir" value="${my.release.dir}"/>
        <property name="jboss.version" value="5.1.0.GA"/>
-       <property name="release.version" value="2.7.0-SNAPSHOT"/>
+       <property name="release.version" value="2.7.0.FINAL"/>
<property name="jboss.distro.zip.path" value="jboss-${jboss.version}.zip"/> <property name="jboss.home.relative.path" value="jboss-${jboss.version}/"/> <property name="jboss.home" value="${release.dir}/${jboss.home.relative.path}/"/>
@@ -38,11 +38,13 @@
        -->
        <property name="diameter.distro.zip.path" value="diameter-mux.zip"/>

+       <!--
<property name="eclipslee.jar" value="org.mobicents.eclipslee.servicecreation_2.0.0-SNAPSHOT.jar"/> <property name="eclipslee.download.url" value ="http://hudson.jboss.org/jenkins/view/Mobicents/job/Mobicents-EclipSLEE/lastSuccessfulBuild/artifact/plugins/${eclipslee.jar}"/>
-       <!--
- <property name="eclipslee.jar" value="org.mobicents.eclipslee.servicecreation_2.0.0.FINAL.jar"/>
+       -->
+ <property name="eclipslee.jar" value="org.mobicents.eclipslee.servicecreation_2.1.0.FINAL.jar"/> <property name="eclipslee.download.url" value ="http://mobicents.googlecode.com/svn/downloads/eclipse-update-site/plugins/${eclipslee.jar}"/>
+       <!--
<property name="eclipslee.download.url" value ="http://hudson.qa.jboss.com/hudson/view/Mobicents/job/Mobicents-EclipSLEE/lastSuccessfulBuild/artifact/plugins/${eclipslee.jar}"/>
        -->

=======================================
--- /trunk/servers/jain-slee/release/pom.xml    Tue Jun 12 11:43:32 2012
+++ /trunk/servers/jain-slee/release/pom.xml    Mon Jun 18 18:02:34 2012
@@ -22,9 +22,8 @@

                <!-- TAGS -->

-               <!--
+
<core.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/core/${tag.version}</core.connectionURL>
-                -->

<ra.diameter-base.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/diameter-base/${tag.version}</ra.diameter-base.connectionURL> <ra.diameter-cca.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/diameter-cca/${tag.version}</ra.diameter-cca.connectionURL>
@@ -39,26 +38,18 @@
<ra.diameter-s6a.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/diameter-s6a/1.0.0.FINAL</ra.diameter-s6a.connectionURL> <ra.httpclient.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/http-client/2.5.0.FINAL</ra.httpclient.connectionURL> <ra.http-servlet.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/http-servlet/2.4.0.FINAL</ra.http-servlet.connectionURL>
-               <!--
- <ra.mgcp.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/mgcp/2.4.0.FINAL</ra.mgcp.connectionURL>
-                -->
+ <ra.mgcp.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/mgcp/${tag.version}</ra.mgcp.connectionURL> <ra.mscontrol.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/mscontrol/1.0.0.BETA1</ra.mscontrol.connectionURL>
-               <!--
<ra.sip11.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/sip11/${tag.version}</ra.sip11.connectionURL>
-                -->
<ra.smpp.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/smpp5/2.5.0.FINAL</ra.smpp.connectionURL> <ra.xcap-client.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/xcap-client/2.4.1.FINAL</ra.xcap-client.connectionURL> <ra.xmpp.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/xmpp/2.4.0.FINAL</ra.xmpp.connectionURL>
-               <!--
- <ra.map.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/map/1.0.0.CR3</ra.map.connectionURL> + <ra.map.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/map/1.0.0.FINAL</ra.map.connectionURL> <ra.jcc.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/jcc/${tag.version}</ra.jcc.connectionURL>
-                -->
<ra.jdbc.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/jdbc/1.0.0.FINAL</ra.jdbc.connectionURL> <ra.tftp-server.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/resources/tftp-server/1.0.0.FINAL</ra.tftp-server.connectionURL>

-               <!--
- <enabler.rest-client.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/enablers/rest-client/1.0.0.CR1</enabler.rest-client.connectionURL>
-               -->
+ <enabler.rest-client.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/enablers/rest-client/1.0.0.FINAL</enabler.rest-client.connectionURL> <enabler.xdm-client.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/enablers/xdm-client/1.0.0.FINAL</enabler.xdm-client.connectionURL> <enabler.sip-subscription-client.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/enablers/sip-subscription-client/1.0.0.FINAL</enabler.sip-subscription-client.connectionURL> <enabler.sip-publication-client.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/enablers/sip-publication-client/1.0.0.FINAL</enabler.sip-publication-client.connectionURL>
@@ -66,25 +57,19 @@

<example.google-talk-bot.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/examples/google-talk-bot/2.4.0.FINAL</example.google-talk-bot.connectionURL> <example.sip-wake-up.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/examples/sip-wake-up/2.6.0.FINAL</example.sip-wake-up.connectionURL>
-               <!--
- <example.sip-b2bua.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/examples/sip-b2bua/2.4.0.FINAL</example.sip-b2bua.connectionURL> - <example.sip-jdbc-registrar.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/examples/sip-jdbc-registrar/1.0.0.BETA1</example.sip-jdbc-registrar.connectionURL> - <example.sip-uas.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/examples/sip-uas/2.4.0.FINAL</example.sip-uas.connectionURL>
-               -->
+ <example.sip-b2bua.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/examples/sip-b2bua/${tag.version}</example.sip-b2bua.connectionURL> + <example.sip-jdbc-registrar.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/examples/sip-jdbc-registrar/1.0.0.FINAL</example.sip-jdbc-registrar.connectionURL> + <example.sip-uas.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/examples/sip-uas/${tag.version}</example.sip-uas.connectionURL> <example.mscontrol-demo.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/examples/mscontrol-demo/1.0.0.BETA1</example.mscontrol-demo.connectionURL> <example.mgcp-demo.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/examples/mgcp-demo/2.6.0.FINAL</example.mgcp-demo.connectionURL> <example.call-controller2.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/examples/call-controller2/2.6.0.FINAL</example.call-controller2.connectionURL> <example.slee-connectivity.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/examples/slee-connectivity/2.4.0.FINAL</example.slee-connectivity.connectionURL>

-               <!--
- <eclipslee.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/tools/eclipslee/2.0.0.FINAL</eclipslee.connectionURL> - <remote-slee-connection.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/tools/remote-slee-connection/2.4.0.FINAL</remote-slee-connection.connectionURL>
-               -->
+ <eclipslee.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/tools/eclipslee/2.1.0.FINAL</eclipslee.connectionURL> + <remote-slee-connection.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/tools/remote-slee-connection/${tag.version}</remote-slee-connection.connectionURL> <twiddle.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/tools/twiddle/1.0.0.FINAL</twiddle.connectionURL>
-               <!--
<jopr-plugin.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/tools/jopr-plugin/${tag.version}</jopr-plugin.connectionURL> - <slee-management-console.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/tools/slee-management-console/2.0.0.BETA1</slee-management-console.connectionURL>
-               -->
+ <slee-management-console.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/jain-slee/2.x.y/tools/slee-management-console/2.0.0.BETA2</slee-management-console.connectionURL>

<cluster.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/cluster/1.13</cluster.connectionURL> <jain-sip-ext.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/mobicents-jain-sip-ext-1.0</jain-sip-ext.connectionURL>
@@ -92,10 +77,9 @@
<sip-balancer.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/tags/tools/sip-balancer/sip-balancer-1.4</sip-balancer.connectionURL>

                <!-- TRUNK -->
-
+               <!--
<core.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/core</core.connectionURL>
-
-               <!--
+
<ra.diameter-base.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/resources/diameter-base</ra.diameter-base.connectionURL> <ra.diameter-cca.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/resources/diameter-cca</ra.diameter-cca.connectionURL> <ra.diameter-cx-dx.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/resources/diameter-cx-dx</ra.diameter-cx-dx.connectionURL>
@@ -110,23 +94,17 @@
<ra.httpclient.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/resources/http-client</ra.httpclient.connectionURL> <ra.http-servlet.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/resources/http-servlet</ra.http-servlet.connectionURL> <ra.jdbc.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/resources/jdbc</ra.jdbc.connectionURL>
-               -->
<ra.jcc.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/resources/jcc</ra.jcc.connectionURL> <ra.map.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/branches/servers/jain-slee/2.x.y/resources/map/1.0.x</ra.map.connectionURL> <ra.mgcp.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/resources/mgcp</ra.mgcp.connectionURL>
-               <!--
<ra.mscontrol.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/resources/mscontrol</ra.mscontrol.connectionURL>
-               -->
<ra.sip11.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/resources/sip11</ra.sip11.connectionURL>
-               <!--
<ra.smpp.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/resources/smpp5</ra.smpp.connectionURL> <ra.tftp-server.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/resources/tftp-server</ra.tftp-server.connectionURL> <ra.xcap-client.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/resources/xcap-client</ra.xcap-client.connectionURL> <ra.xmpp.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/resources/xmpp</ra.xmpp.connectionURL>
-               -->

<enabler.rest-client.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/enablers/rest-client</enabler.rest-client.connectionURL>
-               <!--
<enabler.xdm-client.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/enablers/xdm-client</enabler.xdm-client.connectionURL> <enabler.sip-subscription-client.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/enablers/sip-subscription-client</enabler.sip-subscription-client.connectionURL> <enabler.sip-publication-client.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/enablers/sip-publication-client</enabler.sip-publication-client.connectionURL>
@@ -134,26 +112,20 @@

<example.google-talk-bot.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/examples/google-talk-bot</example.google-talk-bot.connectionURL> <example.sip-wake-up.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/examples/sip-wake-up</example.sip-wake-up.connectionURL>
-               -->
<example.sip-b2bua.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/examples/sip-b2bua</example.sip-b2bua.connectionURL> <example.sip-uas.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/examples/sip-uas</example.sip-uas.connectionURL> <example.sip-jdbc-registrar.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/examples/sip-jdbc-registrar</example.sip-jdbc-registrar.connectionURL>
-               <!--
<example.mscontrol-demo.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/examples/mscontrol-demo</example.mscontrol-demo.connectionURL> <example.mgcp-demo.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/examples/mgcp-demo</example.mgcp-demo.connectionURL> <example.call-controller2.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/examples/call-controller2</example.call-controller2.connectionURL> <example.slee-connectivity.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/examples/slee-connectivity</example.slee-connectivity.connectionURL>
-               -->

<eclipslee.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/tools/eclipslee</eclipslee.connectionURL> <remote-slee-connection.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/tools/remote-slee-connection</remote-slee-connection.connectionURL>
-               <!--
<twiddle.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/tools/twiddle</twiddle.connectionURL>
-               -->
<jopr-plugin.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/tools/jopr-plugin</jopr-plugin.connectionURL> <slee-management-console.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-slee/tools/slee-management-console</slee-management-console.connectionURL>

-               <!--
<cluster.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/cluster</cluster.connectionURL> <jain-sip-ha.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-sip-ha</jain-sip-ha.connectionURL> <jain-sip-ext.connectionURL>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/jain-sip-ext</jain-sip-ext.connectionURL>

Reply via email to