You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by ae...@apache.org on 2007/02/15 22:58:40 UTC

svn commit: r508185 - /webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/synthesizer/ServerSynthesizer.java

Author: aeberbac
Date: Thu Feb 15 13:58:39 2007
New Revision: 508185

URL: http://svn.apache.org/viewvc?view=rev&rev=508185
Log:
MUSE-189: Removed the last headers-related thing from the class

Modified:
    webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/synthesizer/ServerSynthesizer.java

Modified: webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/synthesizer/ServerSynthesizer.java
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/synthesizer/ServerSynthesizer.java?view=diff&rev=508185&r1=508184&r2=508185
==============================================================================
--- webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/synthesizer/ServerSynthesizer.java (original)
+++ webservices/muse/trunk/modules/muse-tools/src/org/apache/muse/tools/generator/synthesizer/ServerSynthesizer.java Thu Feb 15 13:58:39 2007
@@ -56,7 +56,6 @@
 	static ConfigurationDataDescriptor[] REQUIRED_PARAMETERS = 
 		new ConfigurationDataDescriptor[] {
 			ConfigurationData.CAPABILITIES_MAP_LIST_CONFIGURATION,
-			ConfigurationData.GENERATE_CUSTOM_HEADERS_CONFIGURATION
 		};
 
 	public ConfigurationData synthesize(ConfigurationData configuration) throws Exception {



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