Revision: 10890
Author: brainslog
Date: Thu Mar 18 16:37:28 2010
Log: Making JBoss 5 default profile for Diameter MUX
http://code.google.com/p/mobicents/source/detail?r=10890
Modified:
/trunk/servers/diameter/core/mux/pom.xml
=======================================
--- /trunk/servers/diameter/core/mux/pom.xml Wed Mar 17 20:43:57 2010
+++ /trunk/servers/diameter/core/mux/pom.xml Thu Mar 18 16:37:28 2010
@@ -53,15 +53,15 @@
</profile>
<profile>
<id>jboss4</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
<modules>
<module>sar-jboss-4</module>
</modules>
</profile>
<profile>
<id>jboss5</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
<modules>
<module>sar-jboss-5</module>
</modules>
To unsubscribe from this group, send email to
mobicents-commits+unsubscribegooglegroups.com or reply to this email with the words
"REMOVE ME" as the subject.