[Pyukiwiki-cvs 0003435] CVS update: PyukiWiki-Devel-UTF8/build

アーカイブの一覧に戻る

PyukiWiki CVS Commit pyuki****@lists*****
2012年 1月 26日 (木) 18:45:29 JST


Index: PyukiWiki-Devel-UTF8/build/Jcode-convert.pl
diff -u PyukiWiki-Devel-UTF8/build/Jcode-convert.pl:1.229 PyukiWiki-Devel-UTF8/build/Jcode-convert.pl:1.230
--- PyukiWiki-Devel-UTF8/build/Jcode-convert.pl:1.229	Thu Jan 26 17:56:01 2012
+++ PyukiWiki-Devel-UTF8/build/Jcode-convert.pl	Thu Jan 26 18:45:29 2012
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 # release file perl script for pyukiwiki
-# $Id: Jcode-convert.pl,v 1.229 2012/01/26 08:56:01 papu Exp $
+# $Id: Jcode-convert.pl,v 1.230 2012/01/26 09:45:29 papu Exp $
 
 use Jcode;
 
Index: PyukiWiki-Devel-UTF8/build/build.mk
diff -u PyukiWiki-Devel-UTF8/build/build.mk:1.229 PyukiWiki-Devel-UTF8/build/build.mk:1.230
--- PyukiWiki-Devel-UTF8/build/build.mk:1.229	Thu Jan 26 17:56:01 2012
+++ PyukiWiki-Devel-UTF8/build/build.mk	Thu Jan 26 18:45:29 2012
@@ -1,5 +1,5 @@
 # release file makefile for pyukiwiki
-# $Id: build.mk,v 1.229 2012/01/26 08:56:01 papu Exp $
+# $Id: build.mk,v 1.230 2012/01/26 09:45:29 papu Exp $
 
 all:
 	@echo "PyukiWIki ${VERSION} Release Builder"
Index: PyukiWiki-Devel-UTF8/build/build.pl
diff -u PyukiWiki-Devel-UTF8/build/build.pl:1.229 PyukiWiki-Devel-UTF8/build/build.pl:1.230
--- PyukiWiki-Devel-UTF8/build/build.pl:1.229	Thu Jan 26 17:56:01 2012
+++ PyukiWiki-Devel-UTF8/build/build.pl	Thu Jan 26 18:45:29 2012
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 # release file perl script for pyukiwiki
-# $Id: build.pl,v 1.229 2012/01/26 08:56:01 papu Exp $
+# $Id: build.pl,v 1.230 2012/01/26 09:45:29 papu Exp $
 
 $DIR=$ARGV[0];
 $TYPE=$ARGV[1];
Index: PyukiWiki-Devel-UTF8/build/compactmagic.pl
diff -u PyukiWiki-Devel-UTF8/build/compactmagic.pl:1.229 PyukiWiki-Devel-UTF8/build/compactmagic.pl:1.230
--- PyukiWiki-Devel-UTF8/build/compactmagic.pl:1.229	Thu Jan 26 17:56:01 2012
+++ PyukiWiki-Devel-UTF8/build/compactmagic.pl	Thu Jan 26 18:45:29 2012
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 # release file perl script for pyukiwiki
-# $Id: compactmagic.pl,v 1.229 2012/01/26 08:56:01 papu Exp $
+# $Id: compactmagic.pl,v 1.230 2012/01/26 09:45:29 papu Exp $
 
 $header="#----------------------------------------------------------------------\n";
 print $header;
Index: PyukiWiki-Devel-UTF8/build/compressfile.pl
diff -u PyukiWiki-Devel-UTF8/build/compressfile.pl:1.229 PyukiWiki-Devel-UTF8/build/compressfile.pl:1.230
--- PyukiWiki-Devel-UTF8/build/compressfile.pl:1.229	Thu Jan 26 17:56:01 2012
+++ PyukiWiki-Devel-UTF8/build/compressfile.pl	Thu Jan 26 18:45:29 2012
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 # yuicompressor script
-# $Id: compressfile.pl,v 1.229 2012/01/26 08:56:01 papu Exp $
+# $Id: compressfile.pl,v 1.230 2012/01/26 09:45:29 papu Exp $
 
 $mode=$ARGV[0];
 $output=$ARGV[1];
Index: PyukiWiki-Devel-UTF8/build/getversion.pl
diff -u PyukiWiki-Devel-UTF8/build/getversion.pl:1.229 PyukiWiki-Devel-UTF8/build/getversion.pl:1.230
--- PyukiWiki-Devel-UTF8/build/getversion.pl:1.229	Thu Jan 26 17:56:01 2012
+++ PyukiWiki-Devel-UTF8/build/getversion.pl	Thu Jan 26 18:45:29 2012
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 # release file perl script for pyukiwiki
-# $Id: getversion.pl,v 1.229 2012/01/26 08:56:01 papu Exp $
+# $Id: getversion.pl,v 1.230 2012/01/26 09:45:29 papu Exp $
 
 open(R,"lib/wiki.cgi");
 foreach(<R>) {
Index: PyukiWiki-Devel-UTF8/build/lang.pl
diff -u PyukiWiki-Devel-UTF8/build/lang.pl:1.229 PyukiWiki-Devel-UTF8/build/lang.pl:1.230
--- PyukiWiki-Devel-UTF8/build/lang.pl:1.229	Thu Jan 26 17:56:01 2012
+++ PyukiWiki-Devel-UTF8/build/lang.pl	Thu Jan 26 18:45:29 2012
@@ -1,5 +1,5 @@
 # release file perl script for pyukiwiki
-# $Id: lang.pl,v 1.229 2012/01/26 08:56:01 papu Exp $
+# $Id: lang.pl,v 1.230 2012/01/26 09:45:29 papu Exp $
 
 $lang=$ARGV[0];
 $src=$ARGV[1];
Index: PyukiWiki-Devel-UTF8/build/makesampleini.pl
diff -u PyukiWiki-Devel-UTF8/build/makesampleini.pl:1.229 PyukiWiki-Devel-UTF8/build/makesampleini.pl:1.230
--- PyukiWiki-Devel-UTF8/build/makesampleini.pl:1.229	Thu Jan 26 17:56:01 2012
+++ PyukiWiki-Devel-UTF8/build/makesampleini.pl	Thu Jan 26 18:45:29 2012
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 # release file perl script for pyukiwiki
-# $Id: makesampleini.pl,v 1.229 2012/01/26 08:56:01 papu Exp $
+# $Id: makesampleini.pl,v 1.230 2012/01/26 09:45:29 papu Exp $
 
 @CHANGES=(
 	'\$::useExPlugin = 1;	$::useExPlugin = 0;',
Index: PyukiWiki-Devel-UTF8/build/text.pl
diff -u PyukiWiki-Devel-UTF8/build/text.pl:1.229 PyukiWiki-Devel-UTF8/build/text.pl:1.230
--- PyukiWiki-Devel-UTF8/build/text.pl:1.229	Thu Jan 26 17:56:01 2012
+++ PyukiWiki-Devel-UTF8/build/text.pl	Thu Jan 26 18:45:29 2012
@@ -1,5 +1,5 @@
 # release file perl script for pyukiwiki
-# $Id: text.pl,v 1.229 2012/01/26 08:56:01 papu Exp $
+# $Id: text.pl,v 1.230 2012/01/26 09:45:29 papu Exp $
 
 use Jcode;
 



Pyukiwiki-cvs メーリングリストの案内
アーカイブの一覧に戻る