Author: mes
Date: 2011-11-01 15:46:54 -0700 (Tue, 01 Nov 2011)
New Revision: 27363
Modified:
core3/gui-distribution/trunk/pom.xml
Log:
changed profile default
Modified: core3/gui-distribution/trunk/pom.xml
===================================================================
--- core3/gui-distribution/trunk/pom.xml 2011-11-01 21:28:54 UTC (rev
27362)
+++ core3/gui-distribution/trunk/pom.xml 2011-11-01 22:46:54 UTC (rev
27363)
@@ -93,9 +93,6 @@
<profiles>
<profile>
<id>work</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
<modules>
<module>launcher</module>
<module>cmdline-impl</module>
@@ -105,6 +102,9 @@
</profile>
<profile>
<id>all</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
<modules>
<module>launcher</module>
<module>cmdline-impl</module>
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.