fr_file_index.html #2

  • //
  • guest/
  • tony_smith/
  • perforce/
  • P4Rubylib/
  • triggers/
  • doc/
  • fr_file_index.html
  • View
  • Commits
  • Open Download .zip Download (857 B)
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "DTD/xhtml1-transitional.dtd">

<!--

    Files

  -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<title>Files</title>
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
	<link rel="stylesheet" href="rdoc-style.css" type="text/css" />
	<base target="docwin" />
</head>
<body>
<div id="index">
	<h1 class="section-bar">Files</h1>
	<div id="index-entries">
		<a href="files/P4Triggers_rb.html">P4Triggers.rb</a><br />
		<a href="files/autointeg_rb.html">autointeg.rb</a><br />
		<a href="files/checkcase_rb.html">checkcase.rb</a><br />
		<a href="files/checkjob_rb.html">checkjob.rb</a><br />
		<a href="files/checktype_rb.html">checktype.rb</a><br />
	</div>
</div>
</body>
</html>
# Change User Description Committed
#3 4654 Tony Smith Add an example spec trigger to show how you might restrict the
default view for all new clients to a pre-defined set of
mappings.
#2 4640 Tony Smith Add a sample post-commit trigger that can be used to keep a master
and slave branch in sync.
#1 3637 Tony Smith Add RDoc documentation to the sample triggers.