Repository: incubator-slider
Updated Branches:
  refs/heads/develop ac76781d4 -> 0fa114165


SLIDER-537 adjust os family profile activation


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/0fa11416
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/0fa11416
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/0fa11416

Branch: refs/heads/develop
Commit: 0fa114165ea7bdfed808c444c8d7cb0d0fd0d83b
Parents: ac76781
Author: Billie Rinaldi <[email protected]>
Authored: Tue Oct 21 09:32:44 2014 -0700
Committer: Billie Rinaldi <[email protected]>
Committed: Tue Oct 21 09:32:44 2014 -0700

----------------------------------------------------------------------
 pom.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/0fa11416/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 77faa64..b8110a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1246,10 +1246,10 @@
   <profiles>
 
     <profile>
-      <id>linux</id>
+      <id>Non-Windows</id>
       <activation>
         <os>
-          <family>linux</family>
+          <family>!windows</family>
         </os>
       </activation>
       <modules>
@@ -1262,8 +1262,7 @@
       <id>Windows</id>
       <activation>
         <os>
-          <name>Windows XP</name>
-          <family>Windows</family>
+          <family>windows</family>
         </os>
       </activation>
       <modules>

Reply via email to