Revision: c4285c36601d
Author: pslegr <
psl...@redhat.com>
Date: Thu Nov 22 07:49:29 2012
Log: change profile activation for Telscale CLI
http://code.google.com/p/jss7/source/detail?r=c4285c36601d
Modified:
/management/shell-transport/pom.xml
=======================================
--- /management/shell-transport/pom.xml Wed Nov 21 00:13:28 2012
+++ /management/shell-transport/pom.xml Thu Nov 22 07:49:29 2012
@@ -36,9 +36,6 @@
<profiles>
<profile>
<id>mobicents</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
<properties>
<
cli.name>Mobicents CLI</
cli.name>
<cli.vendor>TeleStax</cli.vendor>
@@ -48,6 +45,9 @@
</profile>
<profile>
<id>telscale</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
<properties>
<
cli.name>TelScale CLI</
cli.name>
<cli.vendor>TeleStax</cli.vendor>