Go to file
Shawn Pearce aa565d57a6 Update prettify to r225 (2013-01-17)
Local copy of the JavaScript was updated to include all supported
languages:

  (cd gerrit-prettify/src/main/resources/com/google/gerrit/prettify/client/;
   for f in lang-*.js; do
     n=$(echo $f | sed 's,-,_,; s,.js,,');
	 echo "  @Source(\"$f\") TextResource $n();";
  done) >gerrit-prettify/src/main/java/com/google/gerrit/prettify/client/Resources.java

prettify no longer uses <br> for line breaks. It now inserts only
an LF. This requires the post-processing parsing step to be updated
and break on LF or HTML tags.

Bug: issue 1155
Change-Id: I09c199f568a4579804790f7fa1548473419d14c2
2013-01-30 14:11:18 -08:00
2013-01-18 16:05:54 +09:00
2012-10-18 13:38:51 +02:00
2008-11-14 16:59:34 -08:00
2009-03-27 20:20:10 -07:00
2013-01-29 16:53:37 -08:00
Description
RETIRED, Gerrit as used by OpenStack
120 MiB