PHP Classes

File: resources/buildfiles/gist-nfabre.xml

Recommend this page to a friend!
  Classes of jawira   Phing Build File Visualizer   resources/buildfiles/gist-nfabre.xml   Download  
File: resources/buildfiles/gist-nfabre.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Phing Build File Visualizer
Render chart to represent a Phing build process
Author: By
Last change:
Date: 4 years ago
Size: 443 bytes
 

Contents

Class file image Download
<?xml version="1.0" ?> <project name="test" basedir="." default="work"> <!-- rattachement de la tache a une balise --> <taskdef name="vmwareUserCreate" classname="phing.tasks.custom.vmware.user.CreateTask"/> <target name="work"> <vmwareUserCreate username="nfa" password="pwd" description="my delegated admin auto-agent software"/> </target> </project>