Author: adietish
Date: 2012-01-05 09:29:36 -0500 (Thu, 05 Jan 2012)
New Revision: 37653
Modified:
trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/googleanalytics/eclipse/LinuxSystem.java
Log:
[JBIDE-10577] added Mint Linux
Modified:
trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/googleanalytics/eclipse/LinuxSystem.java
===================================================================
---
trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/googleanalytics/eclipse/LinuxSystem.java 2012-01-05
14:28:02 UTC (rev 37652)
+++
trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/googleanalytics/eclipse/LinuxSystem.java 2012-01-05
14:29:36 UTC (rev 37653)
@@ -55,16 +55,18 @@
* <li>/etc/lsb-release</li>
* <li>/etc/debian_version</li>
* </ul>
- *
+ * <p>
* It is not reliable to check Debian first and check there's no
* /etc/lsb-release exists. Debian may also have a /etc/lsb-release. We must
* check ubuntu prior to Debian.
- *
* @see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=444678
+ * <p>
+ * The very same applies to Mint Linux. It also has a /etc/lsb-release and we
+ * therefore have to check mint prior to ubuntu and debian.
*
*/
+ MINT,
UBUNTU,
- MINT,
DEBIAN,
FEDORA,
GENTOO,