Liferay 6.0.5

com.liferay.util.ant
Class ManifestTask

java.lang.Object
  extended by com.liferay.util.ant.ManifestTask

public class ManifestTask
extends Object


Constructor Summary
ManifestTask()
           
 
Method Summary
static void manifest(File file, org.apache.tools.ant.taskdefs.Manifest.Attribute[] attributes)
           
static void manifest(String file, org.apache.tools.ant.taskdefs.Manifest.Attribute[] attributes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManifestTask

public ManifestTask()
Method Detail

manifest

public static void manifest(File file,
                            org.apache.tools.ant.taskdefs.Manifest.Attribute[] attributes)
                     throws org.apache.tools.ant.taskdefs.ManifestException
Throws:
org.apache.tools.ant.taskdefs.ManifestException

manifest

public static void manifest(String file,
                            org.apache.tools.ant.taskdefs.Manifest.Attribute[] attributes)
                     throws org.apache.tools.ant.taskdefs.ManifestException
Throws:
org.apache.tools.ant.taskdefs.ManifestException

Liferay 6.0.5