| ## Copyright (c) 2008 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: |
| ## Cisco Systems, Inc. - dkeysell |
| #set ($singleFile = $pluginConfig.getProperty("singleFile")) |
| #set ($indexXSL = $pluginConfig.getProperty("IndexXSL")) |
| <?xml version="1.0" encoding="UTF-8"?> |
| |
| <!-- |
| * |
| * Generated with Tigerstripe Workbench $runtime.getProperty("tigerstripe.feature.version"). |
| * |
| * |
| * Plugin : $pluginConfig.groupId/$pluginConfig.pluginId ($pluginConfig.Version) |
| * |
| * DO NOT EDIT THIS CODE WAS AUTOMATICALLY GENERATED |
| --> |
| <!-- |
| DOCUMENTATION IS PROVIDED "AS IS" AND ALL EXPRESS OR IMPLIED |
| CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED |
| WARRANTY OF MERCHANTABILITY, FITNESS FOR FOR A PARTICULAR PURPOSE OR |
| NON-INFRINGEMENT, ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH |
| DISCLAIMERS ARE HELD TO BE LEGALLY INVALID. |
| --> |
| |
| #if($singleFile == "false") |
| <?xml-stylesheet version="1.0" type="text/xsl" href="./xsl/$indexXSL"?> |
| #end |
| |
| <ts:tigerstripeProject name="$tsProject.ProjectDetails.Name" version="$tsProject.ProjectDetails.Version" |
| xmlns:ts="http://org.eclipse.tigerstripe/xml/tigerstripeExport/v1-0" |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| xsi:schemaLocation="http://org.eclipse.tigerstripe/xml/tigerstripeExport/v1-0 tigerstripeExportSchema.xsd"> |
| #foreach($artifact in $artifacts) |
| #if($singleFile == "true") |
| #parse ("templates/artifact_details.vm") |
| #else |
| <ts:artifactFile name="$artifact.FullyQualifiedName" artifactType="$artifact.ArtifactType" fileName="$entityUtil.convertToPath($artifact.Package)/${artifact.Name}.xml"/> |
| #end |
| #end |
| </ts:tigerstripeProject> |