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/29 00:12:00 UTC

svn commit: r329319 - in /incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM: jni/src/harmony/generic/0.0/src/Makefile jvm/src/Makefile jvm/src/gc_refcount.c main/src/Makefile test/src/Makefile test/src/README

Author: dlydick
Date: Fri Oct 28 15:11:27 2005
New Revision: 329319

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

Modified:
    incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jni/src/harmony/generic/0.0/src/Makefile   (props changed)
    incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/Makefile   (props changed)
    incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/gc_refcount.c   (contents, props changed)
    incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/main/src/Makefile   (props changed)
    incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/src/Makefile   (props changed)
    incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/src/README   (props changed)

Propchange: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jni/src/harmony/generic/0.0/src/Makefile
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

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

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/gc_refcount.c
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/gc_refcount.c?rev=329319&r1=329318&r2=329319&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/gc_refcount.c (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/gc_refcount.c Fri Oct 28 15:11:27 2005
@@ -23,9 +23,9 @@
  *
  * @section Control
  *
- * \$URL: https://svn.apache.org/repos/asf/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/gc_refcount.c $
+ * \$URL$
  *
- * \$Id: gc_refcount.c 326482 2005-10-19 08:44:42Z dlydick $
+ * \$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: 326482 $
+ * @version \$LastChangedRevision$
  *
- * @date \$LastChangedDate: 2005-10-19 03:44:42 -0500 (Wed, 19 Oct 2005) $
+ * @date \$LastChangedDate$
  *
- * @author \$LastChangedBy: dlydick $
+ * @author \$LastChangedBy$
  *
  *         Original code contributed by Daniel Lydick on 09/28/2005.
  *
@@ -58,8 +58,8 @@
 
 #include "arch.h"
 ARCH_SOURCE_COPYRIGHT_APACHE(gc_refcount, c,
-"$URL: https://svn.apache.org/repos/asf/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/gc_refcount.c $",
-"$Id: gc_refcount.c 326482 2005-10-19 08:44:42Z dlydick $");
+"$URL$",
+"$Id$");
 
 #if defined(CONFIG_GC_TYPE_REFCOUNT) || defined(CONFIG_COMPILE_ALL_OPTIONS)
 

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

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

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

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