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 11:44:02 UTC

svn commit: r326512 - in /incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM: AUTHORS jvm/src/opmacros.h jvm/src/portable.h jvm/src/portable_jmp_buf.c jvm/src/portable_libc.c jvm/src/portable_libm.c

Author: dlydick
Date: Wed Oct 19 02:43:36 2005
New Revision: 326512

URL: http://svn.apache.org/viewcvs?rev=326512&view=rev
Log:
Enable keyword properties

Modified:
    incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/AUTHORS   (contents, props changed)
    incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/opmacros.h   (contents, props changed)
    incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/portable.h   (contents, props changed)
    incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/portable_jmp_buf.c   (contents, props changed)
    incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/portable_libc.c   (contents, props changed)
    incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/portable_libm.c   (contents, props changed)

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/AUTHORS
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/AUTHORS?rev=326512&r1=326511&r2=326512&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/AUTHORS (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/AUTHORS Wed Oct 19 02:43:36 2005
@@ -27,17 +27,17 @@
 #                            
 # @section Control
 #
-# \$URL: https://svn.apache.org/path/name/AUTHORS $
+# \$URL$
 #
-# \$Id: AUTHORS 0 09/28/2005 dlydick $
+# \$Id$
 #
-# @version \$LastChangedRevision: 0 $
+# @version \$LastChangedRevision$
 #
-# @date \$LastChangedDate: 09/28/2005 $
+# @date \$LastChangedDate$
 #
 # @author Apache Harmony Project
 #
-#         \$LastChangedBy: dlydick $
+#         \$LastChangedBy$
 #
 #
 #

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

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/opmacros.h
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/opmacros.h?rev=326512&r1=326511&r2=326512&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/opmacros.h (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/opmacros.h Wed Oct 19 02:43:36 2005
@@ -11,9 +11,9 @@
  *
  * @section Control
  *
- * \$URL: https://svn.apache.org/path/name/opmacros.h $
+ * \$URL$
  *
- * \$Id: opmacros.h 0 09/28/2005 dlydick $
+ * \$Id$
  *
  * Copyright 2005 The Apache Software Foundation
  * or its licensors, as applicable.
@@ -32,11 +32,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.
  *
@@ -46,8 +46,8 @@
 
 #include "arch.h"
 ARCH_HEADER_COPYRIGHT_APACHE(opmacros, h,
-"$URL: https://svn.apache.org/path/name/opmacros.h $",
-"$Id: opmacros.h 0 09/28/2005 dlydick $");
+"$URL$",
+"$Id$");
 
 
 /*!

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

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/portable.h
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/portable.h?rev=326512&r1=326511&r2=326512&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/portable.h (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/portable.h Wed Oct 19 02:43:36 2005
@@ -17,9 +17,9 @@
  *
  * @section Control
  *
- * \$URL: https://svn.apache.org/path/name/portable.h $
+ * \$URL$
  *
- * \$Id: portable.h 0 09/28/2005 dlydick $
+ * \$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.
  *
@@ -52,8 +52,8 @@
 
 #include "arch.h"
 ARCH_HEADER_COPYRIGHT_APACHE(portable, h,
-"$URL: https://svn.apache.org/path/name/portable.h $",
-"$Id: portable.h 0 09/28/2005 dlydick $");
+"$URL$",
+"$Id$");
 
 /*!
  * @name Remap portable calls to generate error

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

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/portable_jmp_buf.c
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/portable_jmp_buf.c?rev=326512&r1=326511&r2=326512&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/portable_jmp_buf.c (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/portable_jmp_buf.c Wed Oct 19 02:43:36 2005
@@ -71,9 +71,9 @@
  *
  * @section Control
  *
- * \$URL: https://svn.apache.org/path/name/portable_jmp_buf.c $
+ * \$URL$
  *
- * \$Id: portable_jmp_buf.c 0 09/28/2005 dlydick $
+ * \$Id$
  *
  * Copyright 2005 The Apache Software Foundation
  * or its licensors, as applicable.
@@ -92,11 +92,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.
  *
@@ -106,8 +106,8 @@
 
 #include "arch.h"
 ARCH_SOURCE_COPYRIGHT_APACHE(portable_jmp_buf, c,
-"$URL: https://svn.apache.org/path/name/portable_jmp_buf.c $",
-"$Id: portable_jmp_buf.c 0 09/28/2005 dlydick $");
+"$URL$",
+"$Id$");
 
 #define PORTABLE_JMP_BUF_VISIBLE
 #include "jvmcfg.h"

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

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/portable_libc.c
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/portable_libc.c?rev=326512&r1=326511&r2=326512&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/portable_libc.c (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/portable_libc.c Wed Oct 19 02:43:36 2005
@@ -57,9 +57,9 @@
  *
  * @section Control
  *
- * \$URL: https://svn.apache.org/path/name/portable_libc.c $
+ * \$URL$
  *
- * \$Id: portable_libc.c 0 09/28/2005 dlydick $
+ * \$Id$
  *
  * Copyright 2005 The Apache Software Foundation
  * or its licensors, as applicable.
@@ -78,11 +78,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.
  *
@@ -102,8 +102,8 @@
 
 #include "arch.h"
 ARCH_SOURCE_COPYRIGHT_APACHE(portable_libc, c,
-"$URL: https://svn.apache.org/path/name/portable_libc.c $",
-"$Id: portable_libc.c 0 09/28/2005 dlydick $");
+"$URL$",
+"$Id$");
 
  
 #define I_AM_PORTABLE_C /* Suppress function name remapping */

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

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/portable_libm.c
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/portable_libm.c?rev=326512&r1=326511&r2=326512&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/portable_libm.c (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/portable_libm.c Wed Oct 19 02:43:36 2005
@@ -22,9 +22,9 @@
  *
  * @section Control
  *
- * \$URL: https://svn.apache.org/path/name/portable_libm.c $
+ * \$URL$
  *
- * \$Id: portable_libm.c 0 09/28/2005 dlydick $
+ * \$Id$
  *
  * Copyright 2005 The Apache Software Foundation
  * or its licensors, as applicable.
@@ -43,11 +43,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.
  *
@@ -66,8 +66,8 @@
 
 #include "arch.h"
 ARCH_SOURCE_COPYRIGHT_APACHE(portable_libm, c,
-"$URL: https://svn.apache.org/path/name/portable_libm.c $",
-"$Id: portable_libm.c 0 09/28/2005 dlydick $");
+"$URL$",
+"$Id$");
 
  
 #define I_AM_PORTABLE_C /* Suppress function name remapping */

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