You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2011/04/18 13:34:15 UTC

svn commit: r1094498 - /commons/sandbox/runtime/trunk/src/build/org/apache/commons/runtime/ant/SystemIdTask.java

Author: mturk
Date: Mon Apr 18 11:34:14 2011
New Revision: 1094498

URL: http://svn.apache.org/viewvc?rev=1094498&view=rev
Log:
Axe AIX support

Modified:
    commons/sandbox/runtime/trunk/src/build/org/apache/commons/runtime/ant/SystemIdTask.java

Modified: commons/sandbox/runtime/trunk/src/build/org/apache/commons/runtime/ant/SystemIdTask.java
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/build/org/apache/commons/runtime/ant/SystemIdTask.java?rev=1094498&r1=1094497&r2=1094498&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/build/org/apache/commons/runtime/ant/SystemIdTask.java (original)
+++ commons/sandbox/runtime/trunk/src/build/org/apache/commons/runtime/ant/SystemIdTask.java Mon Apr 18 11:34:14 2011
@@ -67,8 +67,6 @@ public class SystemIdTask extends Task i
             platform = "solaris";
         else if (name.equals("HP-UX"))
             platform = "hpux";
-        else if (name.equals("AIX"))
-            platform = "aix";
         else
             platform = "unknown";
 
@@ -85,9 +83,6 @@ public class SystemIdTask extends Task i
         model = props.getProperty("sun.arch.data.model");
 
         if (model == null) {
-            model = props.getProperty("com.ibm.vm.bitmode");
-        }
-        if (model == null) {
             String arch = props.getProperty("os.arch");
             if (arch.indexOf("64") < 0) {
                 /* TODO: Investigate other JVM's property for