File: Version.java

package info (click to toggle)
lib-xp-java 0.5-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,652 kB
  • ctags: 2,424
  • sloc: java: 8,085; makefile: 53; sh: 17; xml: 7
file content (13 lines) | stat: -rw-r--r-- 270 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.jclark.xml;

/**
 * Defines constants specifying the XP version.
 *
 * @version $Revision: 1.4 $, $Date: 1998/12/28 08:16:59 $
 */
public interface Version {
  /**
   * A string specifying the XP version.
   */
  static String string = "0.5";
}