diff options
author | Lars Langhans <lla@openoffice.org> | 2010-02-09 10:58:27 +0100 |
---|---|---|
committer | Lars Langhans <lla@openoffice.org> | 2010-02-09 10:58:27 +0100 |
commit | 894b4aeefcb008729720dbfa4f8197126bc7d6cd (patch) | |
tree | b65a4044fb3eb177fa2747f6c2b924a542fddac3 /qadevOOo | |
parent | ea6b5703509211c4f8339534cee3ab75d9d54079 (diff) |
qadev40: #161118# remove old main functions
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/runner/convwatch/BuildID.java | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/qadevOOo/runner/convwatch/BuildID.java b/qadevOOo/runner/convwatch/BuildID.java index fed56715fafa..bf394210be40 100644 --- a/qadevOOo/runner/convwatch/BuildID.java +++ b/qadevOOo/runner/convwatch/BuildID.java @@ -139,28 +139,28 @@ public class BuildID } return sBuildID; } - public static void main(String[] args) - { - String sApp; - sApp = "/opt/staroffice8_m116/program/soffice -headless -accept=socket,host=localhost,port=8100;urp;"; - String sBuildID; - sBuildID = getBuildID(sApp); - System.out.println("BuildID is: " + sBuildID); - - Date aDate = new Date(); - long nStart = aDate.getTime(); - System.out.println("Time:" + nStart); - // LLA: Just some more tests for getBuildID - // sApp = "/opt/staroffice8_net/program/soffice"; - // sBuildID = getBuildID(sApp); - // System.out.println("BuildID is: " + sBuildID); - // - // sApp = "\"/opt/staroffice8_net/program/soffice\" test blah"; - // sBuildID = getBuildID(sApp); - // - // System.out.println("BuildID is: " + sBuildID); - System.exit(1); - } +// public static void main(String[] args) +// { +// String sApp; +// sApp = "/opt/staroffice8_m116/program/soffice -headless -accept=socket,host=localhost,port=8100;urp;"; +// String sBuildID; +// sBuildID = getBuildID(sApp); +// System.out.println("BuildID is: " + sBuildID); +// +// Date aDate = new Date(); +// long nStart = aDate.getTime(); +// System.out.println("Time:" + nStart); +// // LLA: Just some more tests for getBuildID +// // sApp = "/opt/staroffice8_net/program/soffice"; +// // sBuildID = getBuildID(sApp); +// // System.out.println("BuildID is: " + sBuildID); +// // +// // sApp = "\"/opt/staroffice8_net/program/soffice\" test blah"; +// // sBuildID = getBuildID(sApp); +// // +// // System.out.println("BuildID is: " + sBuildID); +// System.exit(1); +// } } |