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 2008/02/26 13:52:05 UTC

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

Author: amilas
Date: Tue Feb 26 04:52:03 2008
New Revision: 631205

URL: http://svn.apache.org/viewvc?rev=631205&view=rev
Log:
Added an option to delete some files from the generated source using the package name

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=631205&r1=631204&r2=631205&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 Tue Feb 26 04:52:03 2008
@@ -80,6 +80,8 @@
         String WSDL_VERSION_OPTION_LONG = "wsdl-version";
         String HTTP_PROXY_HOST_OPTION_LONG = "http-proxy-host";
         String HTTP_PROXY_PORT_OPTION_LONG = "http-proxy-port";
+        String EXCLUDE_PAKAGES_OPTION = "ep";
+        String EXCLUDE_PAKAGES_OPTION_LONG = "exclude-packages";
 
         String INVALID_OPTION = "INVALID_OPTION";
         String EXTRA_OPTIONTYPE_PREFIX = "E";



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