[Bojangles-cvs] cvs: bojangles / MainWindow.java Makefile buildBJ
Status: Alpha
Brought to you by:
nehresma
|
From: kai5263499 <boj...@li...> - 2002-09-06 14:49:07
|
kai5263499 Fri Sep 6 07:49:06 2002 EDT
Added files:
/bojangles Makefile
Removed files:
/bojangles buildBJ
Modified files:
/bojangles MainWindow.java
Log:
Swapped around my custom build script for a more formal Makefile script.
make clean
make
make jar
Index: bojangles/MainWindow.java
diff -u bojangles/MainWindow.java:1.29 bojangles/MainWindow.java:1.30
--- bojangles/MainWindow.java:1.29 Thu Sep 5 11:12:22 2002
+++ bojangles/MainWindow.java Fri Sep 6 07:49:05 2002
@@ -426,7 +426,6 @@
System.out.println("URL af is: http://" + prefHost + ":" + prefPort + "/" + prefPath + "/" + sdir.getName());
}
Runtime rt = Runtime.getRuntime();
- Thread tester = new Thread();
Process p = rt.exec(prefBrowser + " http://" + prefHost + ":" + prefPort + "/" + prefPath + "/" + sdir.getName());
}
catch (Exception e) {
|