You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by dl...@apache.org on 2005/10/19 06:33:49 UTC

svn commit: r326380 [3/3] - in /incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM: ./ jni/src/harmony/generic/0.0/ jni/src/harmony/generic/0.0/include/ jni/src/harmony/generic/0.0/src/ jni/src/harmony/generic/0.0/src/java/lang/ jvm/ jvm...

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/timeslice.c
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/timeslice.c?rev=326380&r1=326379&r2=326380&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/timeslice.c (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/timeslice.c Tue Oct 18 21:27:35 2005
@@ -23,7 +23,7 @@
  *
  * @section Control
  *
- * \$URL: https://svn.apache.org/path/name/timeslice.c $ \$Id: timeslice.c 0 09/28/2005 dlydick $
+ * \$URL$ \$Id$
  *
  * Copyright 2005 The Apache Software Foundation
  * or its licensors, as applicable.
@@ -42,11 +42,11 @@
  * See the License for the specific language governing permissions
  * and limitations under the License.
  *
- * @version \$LastChangedRevision: 0 $
+ * @version \$LastChangedRevision$
  *
- * @date \$LastChangedDate: 09/28/2005 $
+ * @date \$LastChangedDate$
  *
- * @author \$LastChangedBy: dlydick $
+ * @author \$LastChangedBy$
  *         Original code contributed by Daniel Lydick on 09/28/2005.
  *
  * @section Reference
@@ -54,7 +54,7 @@
  */
 
 #include "arch.h"
-ARCH_COPYRIGHT_APACHE(timeslice, c, "$URL: https://svn.apache.org/path/name/timeslice.c $ $Id: timeslice.c 0 09/28/2005 dlydick $");
+ARCH_COPYRIGHT_APACHE(timeslice, c, "$URL$ $Id$");
 
 
 #include <unistd.h>

Propchange: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/timeslice.c
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/tmparea.c
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/tmparea.c?rev=326380&r1=326379&r2=326380&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/tmparea.c (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/tmparea.c Tue Oct 18 21:27:35 2005
@@ -7,7 +7,7 @@
  *
  * @section Control
  *
- * \$URL: https://svn.apache.org/path/name/tmparea.c $ \$Id: tmparea.c 0 09/28/2005 dlydick $
+ * \$URL$ \$Id$
  *
  * Copyright 2005 The Apache Software Foundation
  * or its licensors, as applicable.
@@ -26,11 +26,11 @@
  * See the License for the specific language governing permissions
  * and limitations under the License.
  *
- * @version \$LastChangedRevision: 0 $
+ * @version \$LastChangedRevision$
  *
- * @date \$LastChangedDate: 09/28/2005 $
+ * @date \$LastChangedDate$
  *
- * @author \$LastChangedBy: dlydick $
+ * @author \$LastChangedBy$
  *         Original code contributed by Daniel Lydick on 09/28/2005.
  *
  * @section Reference
@@ -38,7 +38,7 @@
  */
 
 #include "arch.h"
-ARCH_COPYRIGHT_APACHE(tmparea, c, "$URL: https://svn.apache.org/path/name/tmparea.c $ $Id: tmparea.c 0 09/28/2005 dlydick $");
+ARCH_COPYRIGHT_APACHE(tmparea, c, "$URL$ $Id$");
 
  
 #include <stdlib.h>

Propchange: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/tmparea.c
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/unicode.c
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/unicode.c?rev=326380&r1=326379&r2=326380&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/unicode.c (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/unicode.c Tue Oct 18 21:27:35 2005
@@ -20,7 +20,7 @@
  *
  * @section Control
  *
- * \$URL: https://svn.apache.org/path/name/unicode.c $ \$Id: unicode.c 0 09/28/2005 dlydick $
+ * \$URL$ \$Id$
  *
  * Copyright 2005 The Apache Software Foundation
  * or its licensors, as applicable.
@@ -39,11 +39,11 @@
  * See the License for the specific language governing permissions
  * and limitations under the License.
  *
- * @version \$LastChangedRevision: 0 $
+ * @version \$LastChangedRevision$
  *
- * @date \$LastChangedDate: 09/28/2005 $
+ * @date \$LastChangedDate$
  *
- * @author \$LastChangedBy: dlydick $
+ * @author \$LastChangedBy$
  *         Original code contributed by Daniel Lydick on 09/28/2005.
  *
  * @section Reference
@@ -51,7 +51,7 @@
  */
 
 #include "arch.h"
-ARCH_COPYRIGHT_APACHE(unicode, c, "$URL: https://svn.apache.org/path/name/unicode.c $ $Id: unicode.c 0 09/28/2005 dlydick $");
+ARCH_COPYRIGHT_APACHE(unicode, c, "$URL$ $Id$");
 
 
 #include <string.h>

Propchange: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/unicode.c
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/unicode.h
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/unicode.h?rev=326380&r1=326379&r2=326380&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/unicode.h (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/unicode.h Tue Oct 18 21:27:35 2005
@@ -16,7 +16,7 @@
  *
  * @section Control
  *
- * \$URL: https://svn.apache.org/path/name/unicode.h $ \$Id: unicode.h 0 09/28/2005 dlydick $
+ * \$URL$ \$Id$
  *
  * Copyright 2005 The Apache Software Foundation
  * or its licensors, as applicable.
@@ -35,18 +35,18 @@
  * See the License for the specific language governing permissions
  * and limitations under the License.
  *
- * @version \$LastChangedRevision: 0 $
+ * @version \$LastChangedRevision$
  *
- * @date \$LastChangedDate: 09/28/2005 $
+ * @date \$LastChangedDate$
  *
- * @author \$LastChangedBy: dlydick $
+ * @author \$LastChangedBy$
  *         Original code contributed by Daniel Lydick on 09/28/2005.
  *
  * @section Reference
  *
  */
 
-ARCH_COPYRIGHT_APACHE(unicode, h, "$URL: https://svn.apache.org/path/name/unicode.h $ $Id: unicode.h 0 09/28/2005 dlydick $");
+ARCH_COPYRIGHT_APACHE(unicode, h, "$URL$ $Id$");
 
 
 /* Prototypes for functions in 'unicode.c' */

Propchange: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/unicode.h
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/utf.c
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/utf.c?rev=326380&r1=326379&r2=326380&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/utf.c (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/utf.c Tue Oct 18 21:27:35 2005
@@ -29,7 +29,7 @@
  *
  * @section Control
  *
- * \$URL: https://svn.apache.org/path/name/utf.c $ \$Id: utf.c 0 09/28/2005 dlydick $
+ * \$URL$ \$Id$
  *
  * Copyright 2005 The Apache Software Foundation
  * or its licensors, as applicable.
@@ -48,11 +48,11 @@
  * See the License for the specific language governing permissions
  * and limitations under the License.
  *
- * @version \$LastChangedRevision: 0 $
+ * @version \$LastChangedRevision$
  *
- * @date \$LastChangedDate: 09/28/2005 $
+ * @date \$LastChangedDate$
  *
- * @author \$LastChangedBy: dlydick $
+ * @author \$LastChangedBy$
  *         Original code contributed by Daniel Lydick on 09/28/2005.
  *
  * @section Reference
@@ -60,7 +60,7 @@
  */
 
 #include "arch.h"
-ARCH_COPYRIGHT_APACHE(utf, c, "$URL: https://svn.apache.org/path/name/utf.c $ $Id: utf.c 0 09/28/2005 dlydick $");
+ARCH_COPYRIGHT_APACHE(utf, c, "$URL$ $Id$");
 
 
 #include <string.h>

Propchange: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/utf.c
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/utf.h
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/utf.h?rev=326380&r1=326379&r2=326380&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/utf.h (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/utf.h Tue Oct 18 21:27:35 2005
@@ -15,7 +15,7 @@
  *
  * @section Control
  *
- * \$URL: https://svn.apache.org/path/name/utf.h $ \$Id: utf.h 0 09/28/2005 dlydick $
+ * \$URL$ \$Id$
  *
  * Copyright 2005 The Apache Software Foundation
  * or its licensors, as applicable.
@@ -34,11 +34,11 @@
  * See the License for the specific language governing permissions
  * and limitations under the License.
  *
- * @version \$LastChangedRevision: 0 $
+ * @version \$LastChangedRevision$
  *
- * @date \$LastChangedDate: 09/28/2005 $
+ * @date \$LastChangedDate$
  *
- * @author \$LastChangedBy: dlydick $
+ * @author \$LastChangedBy$
  *         Original code contributed by Daniel Lydick on 09/28/2005.
  *
  * @section Reference
@@ -48,7 +48,7 @@
 
 /* Prototypes for functions in 'utf.c' */
 
-ARCH_COPYRIGHT_APACHE(utf, h, "$URL: https://svn.apache.org/path/name/utf.h $ $Id: utf.h 0 09/28/2005 dlydick $");
+ARCH_COPYRIGHT_APACHE(utf, h, "$URL$ $Id$");
 
 extern jshort utf_utf2unicode(CONSTANT_Utf8_info *utf_inbfr,
                               jchar              *outbfr);

Propchange: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/utf.h
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/util.h
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/util.h?rev=326380&r1=326379&r2=326380&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/util.h (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/util.h Tue Oct 18 21:27:35 2005
@@ -39,7 +39,7 @@
  *
  * @section Control
  *
- * \$URL: https://svn.apache.org/path/name/util.h $ \$Id: util.h 0 09/28/2005 dlydick $
+ * \$URL$ \$Id$
  *
  * Copyright 2005 The Apache Software Foundation
  * or its licensors, as applicable.
@@ -58,18 +58,18 @@
  * See the License for the specific language governing permissions
  * and limitations under the License.
  *
- * @version \$LastChangedRevision: 0 $
+ * @version \$LastChangedRevision$
  *
- * @date \$LastChangedDate: 09/28/2005 $
+ * @date \$LastChangedDate$
  *
- * @author \$LastChangedBy: dlydick $
+ * @author \$LastChangedBy$
  *         Original code contributed by Daniel Lydick on 09/28/2005.
  *
  * @section Reference
  *
  */
 
-ARCH_COPYRIGHT_APACHE(util, h, "$URL: https://svn.apache.org/path/name/util.h $ $Id: util.h 0 09/28/2005 dlydick $");
+ARCH_COPYRIGHT_APACHE(util, h, "$URL$ $Id$");
 
 
 /* Prototypes for functions in 'bytegames.c' */

Propchange: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/util.h
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/libjvm/build.sh
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/libjvm/build.sh?rev=326380&r1=326379&r2=326380&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/libjvm/build.sh (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/libjvm/build.sh Tue Oct 18 21:27:35 2005
@@ -34,7 +34,7 @@
 #
 # @section Control
 #
-# \$URL: https://svn.apache.org/path/name/build.sh $ \$Id: build.sh 0 09/28/2005 dlydick $
+# \$URL$ \$Id$
 #
 # Copyright 2005 The Apache Software Foundation
 # or its licensors, as applicable.
@@ -53,11 +53,11 @@
 # See the License for the specific language governing permissions
 # and limitations under the License.
 #
-# @version \$LastChangedRevision: 0 $
+# @version \$LastChangedRevision$
 #
-# @date \$LastChangedDate: 09/28/2005 $
+# @date \$LastChangedDate$
 #
-# @author \$LastChangedBy: dlydick $
+# @author \$LastChangedBy$
 #         Original code contributed by Daniel Lydick on 09/28/2005.
 #
 # @section Reference

Propchange: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/libjvm/build.sh
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/libjvm/clean.sh
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/libjvm/clean.sh?rev=326380&r1=326379&r2=326380&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/libjvm/clean.sh (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/libjvm/clean.sh Tue Oct 18 21:27:35 2005
@@ -22,7 +22,7 @@
 #
 # @section Control
 #
-# \$URL: https://svn.apache.org/path/name/clean.sh $ \$Id: clean.sh 0 09/28/2005 dlydick $
+# \$URL$ \$Id$
 #
 # Copyright 2005 The Apache Software Foundation
 # or its licensors, as applicable.
@@ -41,11 +41,11 @@
 # See the License for the specific language governing permissions
 # and limitations under the License.
 #
-# @version \$LastChangedRevision: 0 $
+# @version \$LastChangedRevision$
 #
-# @date \$LastChangedDate: 09/28/2005 $
+# @date \$LastChangedDate$
 #
-# @author \$LastChangedBy: dlydick $
+# @author \$LastChangedBy$
 #         Original code contributed by Daniel Lydick on 09/28/2005.
 #
 # @section Reference

Propchange: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/libjvm/clean.sh
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/libjvm/common.sh
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/libjvm/common.sh?rev=326380&r1=326379&r2=326380&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/libjvm/common.sh (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/libjvm/common.sh Tue Oct 18 21:27:35 2005
@@ -56,7 +56,7 @@
 #
 # @section Control
 #
-# \$URL: https://svn.apache.org/path/name/common.sh $ \$Id: common.sh 0 09/28/2005 dlydick $
+# \$URL$ \$Id$
 #
 # Copyright 2005 The Apache Software Foundation
 # or its licensors, as applicable.
@@ -75,11 +75,11 @@
 # See the License for the specific language governing permissions
 # and limitations under the License.
 #
-# @version \$LastChangedRevision: 0 $
+# @version \$LastChangedRevision$
 #
-# @date \$LastChangedDate: 09/28/2005 $
+# @date \$LastChangedDate$
 #
-# @author \$LastChangedBy: dlydick $
+# @author \$LastChangedBy$
 #         Original code contributed by Daniel Lydick on 09/28/2005.
 #
 # @section Reference

Propchange: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/libjvm/common.sh
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/main/build.sh
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/main/build.sh?rev=326380&r1=326379&r2=326380&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/main/build.sh (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/main/build.sh Tue Oct 18 21:27:35 2005
@@ -23,7 +23,7 @@
 #
 # @section Control
 #
-# \$URL: https://svn.apache.org/path/name/build.sh $ \$Id: build.sh 0 09/28/2005 dlydick $
+# \$URL$ \$Id$
 #
 # Copyright 2005 The Apache Software Foundation
 # or its licensors, as applicable.
@@ -42,11 +42,11 @@
 # See the License for the specific language governing permissions
 # and limitations under the License.
 #
-# @version \$LastChangedRevision: 0 $
+# @version \$LastChangedRevision$
 #
-# @date \$LastChangedDate: 09/28/2005 $
+# @date \$LastChangedDate$
 #
-# @author \$LastChangedBy: dlydick $
+# @author \$LastChangedBy$
 #         Original code contributed by Daniel Lydick on 09/28/2005.
 #
 # @section Reference

Propchange: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/main/build.sh
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/main/clean.sh
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/main/clean.sh?rev=326380&r1=326379&r2=326380&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/main/clean.sh (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/main/clean.sh Tue Oct 18 21:27:35 2005
@@ -23,7 +23,7 @@
 #
 # @section Control
 #
-# \$URL: https://svn.apache.org/path/name/clean.sh $ \$Id: clean.sh 0 09/28/2005 dlydick $
+# \$URL$ \$Id$
 #
 # Copyright 2005 The Apache Software Foundation
 # or its licensors, as applicable.
@@ -42,11 +42,11 @@
 # See the License for the specific language governing permissions
 # and limitations under the License.
 #
-# @version \$LastChangedRevision: 0 $
+# @version \$LastChangedRevision$
 #
-# @date \$LastChangedDate: 09/28/2005 $
+# @date \$LastChangedDate$
 #
-# @author \$LastChangedBy: dlydick $
+# @author \$LastChangedBy$
 #         Original code contributed by Daniel Lydick on 09/28/2005.
 #
 # @section Reference

Propchange: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/main/clean.sh
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/main/common.sh
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/main/common.sh?rev=326380&r1=326379&r2=326380&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/main/common.sh (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/main/common.sh Tue Oct 18 21:27:35 2005
@@ -57,7 +57,7 @@
 #
 # @section Control
 #
-# \$URL: https://svn.apache.org/path/name/common.sh $ \$Id: common.sh 0 09/28/2005 dlydick $
+# \$URL$ \$Id$
 #
 # Copyright 2005 The Apache Software Foundation
 # or its licensors, as applicable.
@@ -76,11 +76,11 @@
 # See the License for the specific language governing permissions
 # and limitations under the License.
 #
-# @version \$LastChangedRevision: 0 $
+# @version \$LastChangedRevision$
 #
-# @date \$LastChangedDate: 09/28/2005 $
+# @date \$LastChangedDate$
 #
-# @author \$LastChangedBy: dlydick $
+# @author \$LastChangedBy$
 #         Original code contributed by Daniel Lydick on 09/28/2005.
 #
 # @section Reference

Propchange: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/main/common.sh
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/svnstat.sh
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/svnstat.sh?rev=326380&r1=326379&r2=326380&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/svnstat.sh (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/svnstat.sh Tue Oct 18 21:27:35 2005
@@ -19,7 +19,7 @@
 #
 # @section Control
 #
-# \$URL: https://svn.apache.org/path/name/svnstat.sh $ \$Id: svnstat.sh 0 09/28/2005 dlydick $
+# \$URL$ \$Id$
 #
 # Copyright 2005 The Apache Software Foundation
 # or its licensors, as applicable.
@@ -38,11 +38,11 @@
 # See the License for the specific language governing permissions
 # and limitations under the License.
 #
-# @version \$LastChangedRevision: 0 $
+# @version \$LastChangedRevision$
 #
-# @date \$LastChangedDate: 09/28/2005 $
+# @date \$LastChangedDate$
 #
-# @author \$LastChangedBy: dlydick $
+# @author \$LastChangedBy$
 #         Original code contributed by Daniel Lydick on 09/28/2005.
 #
 # @section Reference

Propchange: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/svnstat.sh
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/build.sh
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/build.sh?rev=326380&r1=326379&r2=326380&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/build.sh (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/build.sh Tue Oct 18 21:27:35 2005
@@ -25,7 +25,7 @@
 #
 # @section Control
 #
-# \$URL: https://svn.apache.org/path/name/build.sh $ \$Id: build.sh 0 09/28/2005 dlydick $
+# \$URL$ \$Id$
 #
 # Copyright 2005 The Apache Software Foundation
 # or its licensors, as applicable.
@@ -44,11 +44,11 @@
 # See the License for the specific language governing permissions
 # and limitations under the License.
 #
-# @version \$LastChangedRevision: 0 $
+# @version \$LastChangedRevision$
 #
-# @date \$LastChangedDate: 09/28/2005 $
+# @date \$LastChangedDate$
 #
-# @author \$LastChangedBy: dlydick $
+# @author \$LastChangedBy$
 #         Original code contributed by Daniel Lydick on 09/28/2005.
 #
 # @section Reference

Propchange: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/build.sh
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/clean.sh
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/clean.sh?rev=326380&r1=326379&r2=326380&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/clean.sh (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/clean.sh Tue Oct 18 21:27:35 2005
@@ -23,7 +23,7 @@
 #
 # @section Control
 #
-# \$URL: https://svn.apache.org/path/name/clean.sh $ \$Id: clean.sh 0 09/28/2005 dlydick $
+# \$URL$ \$Id$
 #
 # Copyright 2005 The Apache Software Foundation
 # or its licensors, as applicable.
@@ -42,11 +42,11 @@
 # See the License for the specific language governing permissions
 # and limitations under the License.
 #
-# @version \$LastChangedRevision: 0 $
+# @version \$LastChangedRevision$
 #
-# @date \$LastChangedDate: 09/28/2005 $
+# @date \$LastChangedDate$
 #
-# @author \$LastChangedBy: dlydick $
+# @author \$LastChangedBy$
 #         Original code contributed by Daniel Lydick on 09/28/2005.
 #
 # @section Reference

Propchange: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/clean.sh
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/common.sh
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/common.sh?rev=326380&r1=326379&r2=326380&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/common.sh (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/common.sh Tue Oct 18 21:27:35 2005
@@ -57,7 +57,7 @@
 #
 # @section Control
 #
-# \$URL: https://svn.apache.org/path/name/common.sh $ \$Id: common.sh 0 09/28/2005 dlydick $
+# \$URL$ \$Id$
 #
 # Copyright 2005 The Apache Software Foundation
 # or its licensors, as applicable.
@@ -76,11 +76,11 @@
 # See the License for the specific language governing permissions
 # and limitations under the License.
 #
-# @version \$LastChangedRevision: 0 $
+# @version \$LastChangedRevision$
 #
-# @date \$LastChangedDate: 09/28/2005 $
+# @date \$LastChangedDate$
 #
-# @author \$LastChangedBy: dlydick $
+# @author \$LastChangedBy$
 #         Original code contributed by Daniel Lydick on 09/28/2005.
 #
 # @section Reference

Propchange: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/common.sh
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/src/HelloWorld.java
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/src/HelloWorld.java?rev=326380&r1=326379&r2=326380&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/src/HelloWorld.java (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/src/HelloWorld.java Tue Oct 18 21:27:35 2005
@@ -7,7 +7,7 @@
  *
  * @section Control
  *
- * \$URL: https://svn.apache.org/path/name/HelloWorld.java $ \$Id: HelloWorld.java 0 09/27/2005 dlydick $
+ * \$URL$ \$Id$
  *
  * Copyright 2005 The Apache Software Foundation
  * or its licensors, as applicable.
@@ -26,11 +26,11 @@
  * See the License for the specific language governing permissions
  * and limitations under the License.
  *
- * @version \$LastChangedRevision: 0 $
+ * @version \$LastChangedRevision$
  *
- * @date \$LastChangedDate: 09/28/2005 $
+ * @date \$LastChangedDate$
  *
- * @author \$LastChangedBy: dlydick $
+ * @author \$LastChangedBy$
  *         Original code contributed by Daniel Lydick on 09/28/2005.
  *
  * @section Reference

Propchange: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/src/HelloWorld.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/src/harmony/bootjvm/test/MainArgs.java
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/src/harmony/bootjvm/test/MainArgs.java?rev=326380&r1=326379&r2=326380&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/src/harmony/bootjvm/test/MainArgs.java (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/src/harmony/bootjvm/test/MainArgs.java Tue Oct 18 21:27:35 2005
@@ -6,7 +6,7 @@
  *
  * @section Control
  *
- * \$URL: https://svn.apache.org/path/name/MainArgs.java $ \$Id: MainArgs.java 0 09/28/2005 dlydick $
+ * \$URL$ \$Id$
  *
  * Copyright 2005 The Apache Software Foundation
  * or its licensors, as applicable.
@@ -25,11 +25,11 @@
  * See the License for the specific language governing permissions
  * and limitations under the License.
  *
- * @version \$LastChangedRevision: 0 $
+ * @version \$LastChangedRevision$
  *
- * @date \$LastChangedDate: 09/28/2005 $
+ * @date \$LastChangedDate$
  *
- * @author \$LastChangedBy: dlydick $
+ * @author \$LastChangedBy$
  *         Original code contributed by Daniel Lydick on 09/28/2005.
  *
  * @section Reference

Propchange: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/src/harmony/bootjvm/test/MainArgs.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/src/harmony/bootjvm/test/PkgHelloWorld.java
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/src/harmony/bootjvm/test/PkgHelloWorld.java?rev=326380&r1=326379&r2=326380&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/src/harmony/bootjvm/test/PkgHelloWorld.java (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/src/harmony/bootjvm/test/PkgHelloWorld.java Tue Oct 18 21:27:35 2005
@@ -7,7 +7,7 @@
  *
  * @section Control
  *
- * \$URL: https://svn.apache.org/path/name/PkgHelloWorld.java $ \$Id: PkgHelloWorld.java 0 09/28/2005 dlydick $
+ * \$URL$ \$Id$
  *
  * Copyright 2005 The Apache Software Foundation
  * or its licensors, as applicable.
@@ -26,11 +26,11 @@
  * See the License for the specific language governing permissions
  * and limitations under the License.
  *
- * @version \$LastChangedRevision: 0 $
+ * @version \$LastChangedRevision$
  *
- * @date \$LastChangedDate: 09/28/2005 $
+ * @date \$LastChangedDate$
  *
- * @author \$LastChangedBy: dlydick $
+ * @author \$LastChangedBy$
  *         Original code contributed by Daniel Lydick on 09/28/2005.
  *
  * @section Reference

Propchange: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/src/harmony/bootjvm/test/PkgHelloWorld.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/undox.sh
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/undox.sh?rev=326380&r1=326379&r2=326380&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/undox.sh (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/undox.sh Tue Oct 18 21:27:35 2005
@@ -12,7 +12,7 @@
 #
 # @section Control
 #
-# \$URL: https://svn.apache.org/path/name/undox.sh $ \$Id: undox.sh 0 09/28/2005 dlydick $
+# \$URL$ \$Id$
 #
 # Copyright 2005 The Apache Software Foundation
 # or its licensors, as applicable.
@@ -31,11 +31,11 @@
 # See the License for the specific language governing permissions
 # and limitations under the License.
 #
-# @version \$LastChangedRevision: 0 $
+# @version \$LastChangedRevision$
 #
-# @date \$LastChangedDate: 09/28/2005 $
+# @date \$LastChangedDate$
 #
-# @author \$LastChangedBy: dlydick $
+# @author \$LastChangedBy$
 #         Original code contributed by Daniel Lydick on 09/28/2005.
 #
 # @section Reference

Propchange: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/undox.sh
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id