Revision: 5766
          http://jnode.svn.sourceforge.net/jnode/?rev=5766&view=rev
Author:   lsantha
Date:     2011-01-03 13:55:33 +0000 (Mon, 03 Jan 2011)

Log Message:
-----------
Removed unneeded scripts.

Removed Paths:
-------------
    classlib6/configure.sh
    classlib6/qemu.bat
    classlib6/udpreceiver.bat
    classlib6/udpreceiver.sh

Deleted: classlib6/configure.sh
===================================================================
--- classlib6/configure.sh      2011-01-03 13:43:06 UTC (rev 5765)
+++ classlib6/configure.sh      2011-01-03 13:55:33 UTC (rev 5766)
@@ -1,17 +0,0 @@
-#!/bin/sh
-DIR=`dirname $0`
-DIR=`cd $DIR; pwd;`
-
-# Belt and braces classpath to get the most recent version
-# of the 'configure' classes that we can find.
-CP=$DIR/builder/build/classes:\
-$DIR/all/build/descriptors/jnode-configure.jar:\
-$DIR/builder/lib/jnode-configure-dist.jar:\
-$DIR/shell/lib/nanoxml-2.2.3.jar
-
-if [ $# = 0 ] ; then
-    java -cp $CP org.jnode.configure.Configure $DIR/all/conf-source/script.xml
-else
-    java -cp $CP org.jnode.configure.Configure "$@"
-fi
-

Deleted: classlib6/qemu.bat
===================================================================
--- classlib6/qemu.bat  2011-01-03 13:43:06 UTC (rev 5765)
+++ classlib6/qemu.bat  2011-01-03 13:55:33 UTC (rev 5766)
@@ -1,3 +0,0 @@
-...@echo off
-set QEMUDIR=c:\progra~1\qemu
-%QEMUDIR%\qemu.exe -monitor vc -m 400 -L %QEMUDIR%\bios -hda 
all\build\x86\jnodedisk.dat
\ No newline at end of file

Deleted: classlib6/udpreceiver.bat
===================================================================
--- classlib6/udpreceiver.bat   2011-01-03 13:43:06 UTC (rev 5765)
+++ classlib6/udpreceiver.bat   2011-01-03 13:55:33 UTC (rev 5766)
@@ -1,2 +0,0 @@
-...@echo off
-java -cp core\build\classes org.jnode.debug.RemoteReceiver --udp udpout.log

Deleted: classlib6/udpreceiver.sh
===================================================================
--- classlib6/udpreceiver.sh    2011-01-03 13:43:06 UTC (rev 5765)
+++ classlib6/udpreceiver.sh    2011-01-03 13:55:33 UTC (rev 5766)
@@ -1,2 +0,0 @@
-#!/bin/bash
-java -cp core/build/classes org.jnode.debug.RemoteReceiver --udp 5612 
udpout.log


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Jnode-svn-commits mailing list
Jnode-svn-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jnode-svn-commits

Reply via email to