Author: dennyxu
Date: 2009-12-22 02:34:03 -0500 (Tue, 22 Dec 2009)
New Revision: 19527
Modified:
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/runtime/JBossRuntimeManager.java
Log:
JBIDE-5496: remove public main method
Modified:
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/runtime/JBossRuntimeManager.java
===================================================================
---
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/runtime/JBossRuntimeManager.java 2009-12-22
07:33:53 UTC (rev 19526)
+++
trunk/esb/plugins/org.jboss.tools.esb.project.core/src/org/jboss/tools/esb/core/runtime/JBossRuntimeManager.java 2009-12-22
07:34:03 UTC (rev 19527)
@@ -519,9 +519,5 @@
return version;
}
- public static void main(String[] args){
- File file = new File("/home/fugang/jboss-all/jboss-soa-p.5.0.0/");
- JBossRuntimeManager.getInstance().getVersion(file.getAbsolutePath().toString(),
"default");
- }
}
\ No newline at end of file
Show replies by date