Introduce with / withoutSdk profiles
authorMathieu Baudier <mbaudier@argeo.org>
Sun, 17 Jan 2010 20:41:39 +0000 (20:41 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Sun, 17 Jan 2010 20:41:39 +0000 (20:41 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@3312 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

dist/pom.xml

index 21c424cb89295527b1898c858b3ae095abdf6add..307cc4ec3812cc8dcf00d5bc9bae7bac53b5b945 100644 (file)
        <packaging>pom</packaging>
        <name>SLC Distribution</name>
        <modules>
-               <module>org.argeo.slc.sdk</module>
        </modules>
+       <profiles>
+               <profile>
+                       <id>withSdk</id>
+                       <activation>
+                               <activeByDefault>true</activeByDefault>
+                       </activation>
+                       <modules>
+                               <module>org.argeo.slc.sdk</module>
+                       </modules>
+               </profile>
+               <profile>
+                       <id>withoutSdk</id>
+               </profile>
+       </profiles>
 </project>
\ No newline at end of file