org.hardtokenmgmt.buildtools
Class ConfigureEJBJARXML

java.lang.Object
  extended by org.hardtokenmgmt.buildtools.ConfigureEJBJARXML

public class ConfigureEJBJARXML
extends java.lang.Object

This program will insert an environment entry entry in the ejb-jar.xml file of an ear file. The program takes four parameters: from-ear-file to-ear-file ejb-jar (name of jar containing ejb ejb-jar.xml file to edit) env-entry-name to set env-entry-value to set

Author:
Philip Vendil

Constructor Summary
ConfigureEJBJARXML()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigureEJBJARXML

public ConfigureEJBJARXML()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Parameters:
args -
Throws:
java.lang.Exception