Author: adietish
Date: 2010-09-30 13:20:11 -0400 (Thu, 30 Sep 2010)
New Revision: 25350
Modified:
trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/googleanalytics/eclipse/LinuxSystem.java
Log:
[JBIDE-7208] documentation links added
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 2010-09-30
17:16:18 UTC (rev 25349)
+++
trunk/usage/plugins/org.jboss.tools.usage/src/org/jboss/tools/usage/googleanalytics/eclipse/LinuxSystem.java 2010-09-30
17:20:11 UTC (rev 25350)
@@ -18,6 +18,13 @@
public class LinuxSystem {
+ /**
+ * @see <a
href="http://linuxmafia.com/faq/Admin/release-files.html">
+ * an extensive list of release file locations</a>
+ * @see <a
+ *
href="http://superuser.com/questions/11008/how-do-i-find-out-what-ve...
+ * release-file strings</a>
+ */
public static final LinuxDistro CENTOS = new LinuxDistro("CentOS",
"/etc/redhat-release");
public static final LinuxDistro DEBIAN = new LinuxDistro("Debian",
"/etc/debian_version");
public static final LinuxDistro FEDORA = new LinuxDistro("Fedora",
"/etc/fedora-release");
@@ -73,10 +80,6 @@
* The pattern to match the contents of the release-file -
* /etc/fedora-release etc. Attention: Ubuntu has multi-line release
* file
- *
- * @see <a
- *
href="http://superuser.com/questions/11008/how-do-i-find-out-what-ve...
- * strings</a>
*/
private final Pattern VERSION_REGEX = Pattern.compile("([0-9.]+)");