User: cgjung Date: 02/02/07 01:49:31 Added: jboss.net/src/main/org/jboss/net Constants.java Log: jboss.net runs again (given two pending patches to the server module). Revision Changes Path 1.1 contrib/jboss.net/src/main/org/jboss/net/Constants.java Index: Constants.java =================================================================== /* * JBoss, the OpenSource J2EE webOS * * Distributable under LGPL license. * See terms of license at gnu.org. */ // $Id: Constants.java,v 1.1 2002/02/07 09:49:31 cgjung Exp $ package org.jboss.net; /** * Some Constants for the axis package * @author <a href="mailto:[EMAIL PROTECTED]">Christoph G. Jung</a> * @created 28. September 2001 * @version $Revision: 1.1 $ */ public interface Constants { static final String INIT_METHOD_NAME="init"; static final String DEPLOY_METHOD_NAME="deploy"; static final String UNDEPLOY_METHOD_NAME="undeploy"; static final String STRING_CLASS_NAME="java.lang.String"; static final String DEPLOYMENT_INFO_CLASS_NAME="org.jboss.deployment.DeploymentInfo"; }
_______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
