You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by am...@apache.org on 2007/12/28 12:29:52 UTC

svn commit: r607211 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/util/CommandLineOptionConstants.java

Author: amilas
Date: Fri Dec 28 03:29:52 2007
New Revision: 607211

URL: http://svn.apache.org/viewvc?rev=607211&view=rev
Log:
set the correct names. 

Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/util/CommandLineOptionConstants.java

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/util/CommandLineOptionConstants.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/util/CommandLineOptionConstants.java?rev=607211&r1=607210&r2=607211&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/util/CommandLineOptionConstants.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/util/CommandLineOptionConstants.java Fri Dec 28 03:29:52 2007
@@ -78,9 +78,6 @@
         String WSDL_LOCATION_URI_OPTION = "uri";
         String WSDL_VERSION_OPTION = "wv";
         String WSDL_VERSION_OPTION_LONG = "wsdl-version";
-        String HTTP_PROXY_HOST_OPTION_LONG = "proxy-host";
-        String HTTP_PROXY_PORT_OPTION_LONG = "proxy-port";
-
         String HTTP_PROXY_HOST_OPTION_LONG = "http-proxy-host";
         String HTTP_PROXY_PORT_OPTION_LONG = "http-proxy-port";
 



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org