Other profile for RIA
authorMathieu Baudier <mbaudier@argeo.org>
Sun, 26 Apr 2009 10:14:23 +0000 (10:14 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Sun, 26 Apr 2009 10:14:23 +0000 (10:14 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@2374 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

server/pom.xml

index 2949987bd88a50ce706d95395906f82671e4b26c..c9d8371d677a0513c20c68fae2cda1bdb939cd68 100644 (file)
        <profiles>
                <profile>
                        <id>withRia</id>
+                       <activation>
+                               <activeByDefault>true</activeByDefault>
+                       </activation>
                        <modules>
                                <module>org.argeo.slc.ria</module>
                        </modules>
                </profile>
+               <profile>
+                       <id>withoutRia</id>
+               </profile>
        </profiles>
 </project>