| ## Output details about the rule run (not the definition) |
| #* |
| Copyright (c) 2007 Cisco Systems, Inc. |
| All rights reserved. This program and the accompanying materials |
| are made available under the terms of the Eclipse Public License v1.0 |
| which accompanies this distribution, and is available at |
| http://www.eclipse.org/legal/epl-v10.html |
| |
| Contributors: |
| E. Dillon (Cisco Systems, Inc.) - reformat for Code Open-Sourcing |
| *# |
| ## Rule name |
| ## Actual Artifacts matched - only output if any matches |
| |
| <childReport |
| ruleName = "$child.Name" |
| ruleType = "$child.Type" |
| isEnabled = "$child.Enabled" |
| overwrite_Files = "$child.OverwriteFiles" |
| suppress_Empty_files = "$child.SuppressEmptyFiles" |
| includeDependencies = "$child.IncludeDependencies" |
| runnableClassName = "$child.RunnableClassName"> |
| #set ($source = $child) |
| #parse ("$resourceDir/PluginGenFiles.vm") |
| #if (!$child.OverwriteFiles) |
| #parse ("$resourceDir/PluginPreservedFiles.vm") |
| #end |
| #if ($child.SuppressEmptyFiles) |
| #parse ("$resourceDir/PluginSuppressedFiles.vm") |
| #end |
| </childReport> |