perl.cvs.parrot
[Top] [All Lists]

[svn:parrot] r23633 - trunk

Subject: [svn:parrot] r23633 - trunk
From:
Date: Sat, 8 Dec 2007 20:09:21 -0800 PST
Newsgroups: perl.cvs.parrot

Author: jkeenan
Date: Sat Dec  8 20:09:20 2007
New Revision: 23633

Modified:
   trunk/MANIFEST
   trunk/MANIFEST.SKIP

Log:
Repair MANIFEST and MANIFEST.SKIP.

Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST      (original)
+++ trunk/MANIFEST      Sat Dec  8 20:09:20 2007
@@ -1,7 +1,7 @@
 # ex: set ro:
 # $Id$
 #
-# generated by tools/dev/mk_manifest_and_skip.pl Sat Dec  8 23:50:23 2007 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Sun Dec  9 04:06:06 2007 UT
 #
 # See tools/dev/install_files.pl for documentation on the
 # format of this file.
@@ -1979,8 +1979,6 @@
 languages/punie/lib/PIRGrammar.tg                           [punie]
 languages/punie/lib/PunieBuiltins.pir                       [punie]
 languages/punie/lib/PunieGrammar.pir                        [punie]
-languages/punie/lib/builtins.pir                            [punie]
-languages/punie/lib/punie-actions.pm                        [punie]
 languages/punie/lib/punie.pg                                [punie]
 languages/punie/overview.pod                                [punie]
 languages/punie/punie.pir                                   [punie]

Modified: trunk/MANIFEST.SKIP
==============================================================================
--- trunk/MANIFEST.SKIP (original)
+++ trunk/MANIFEST.SKIP Sat Dec  8 20:09:20 2007
@@ -1,6 +1,6 @@
 # ex: set ro:
 # $Id$
-# generated by tools/dev/mk_manifest_and_skip.pl Sat Dec  8 23:50:23 2007 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Sun Dec  9 04:06:06 2007 UT
 #
 # This file should contain a transcript of the svn:ignore properties
 # of the directories in the Parrot subversion repository. (Needed for
@@ -1140,8 +1140,14 @@
 # generated from svn:ignore of 'languages/punie/lib/'
 ^languages/punie/lib/.*\.pbc$
 ^languages/punie/lib/.*\.pbc/
-^languages/punie/lib/gen_.*\.pir$
-^languages/punie/lib/gen_.*\.pir/
+^languages/punie/lib/ASTGrammar\.pir$
+^languages/punie/lib/ASTGrammar\.pir/
+^languages/punie/lib/OSTGrammar\.pir$
+^languages/punie/lib/OSTGrammar\.pir/
+^languages/punie/lib/PIRGrammar\.pir$
+^languages/punie/lib/PIRGrammar\.pir/
+^languages/punie/lib/punie_grammar_gen\.pir$
+^languages/punie/lib/punie_grammar_gen\.pir/
 # generated from svn:ignore of 'languages/punie/t/'
 ^languages/punie/t/.*\.pir$
 ^languages/punie/t/.*\.pir/

<Prev in Thread] Current Thread [Next in Thread>
  • [svn:parrot] r23633 - trunk, jkeenan <=