[m-rev.] diff: add comments to automatically generate java rt files
Julien Fischer
juliensf at students.cs.mu.OZ.AU
Tue Feb 10 18:07:20 AEDT 2004
Estimated hours taken: 0.1
Branches: main
Get configure to add a comment to Constants.java and Native.java
saying that they are automatically generated.
Update the java/runtime/.cvsignore.
java/runtime/Constants.java.in:
java/runtime/Native.java.in:
Get configure to add a comment saying that these files
are automatically generated.
java/runtime/.cvsignore:
Ignore the automatically generated file Native.java.
Julien.
Index: .cvsignore
===================================================================
RCS file: /home/mercury1/repository/mercury/java/runtime/.cvsignore,v
retrieving revision 1.1
diff -u -r1.1 .cvsignore
--- .cvsignore 9 Feb 2004 04:52:35 -0000 1.1
+++ .cvsignore 10 Feb 2004 06:56:04 -0000
@@ -1 +1,2 @@
Constants.java
+Native.java
Index: Constants.java.in
===================================================================
RCS file: /home/mercury1/repository/mercury/java/runtime/Constants.java.in,v
retrieving revision 1.1
diff -u -r1.1 Constants.java.in
--- Constants.java.in 20 Jan 2004 23:02:24 -0000 1.1
+++ Constants.java.in 10 Feb 2004 06:55:44 -0000
@@ -1,3 +1,4 @@
+// @configure_input@
//
// Copyright (C) 2001-2004 The University of Melbourne.
// This file may only be copied under the terms of the GNU Library General
Index: Native.java.in
===================================================================
RCS file: /home/mercury1/repository/mercury/java/runtime/Native.java.in,v
retrieving revision 1.1
diff -u -r1.1 Native.java.in
--- Native.java.in 5 Feb 2004 03:56:00 -0000 1.1
+++ Native.java.in 10 Feb 2004 06:55:55 -0000
@@ -1,3 +1,4 @@
+// @configure_input@
//
// Copyright (C) 2004 The University of Melbourne.
// This file may only be copied under the terms of the GNU Library General
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list