You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2014/01/26 20:48:16 UTC

svn commit: r1561538 - in /juddi/trunk: juddi-gui/src/main/webapp/search.jsp uddi-ws/pom.xml

Author: alexoree
Date: Sun Jan 26 19:48:16 2014
New Revision: 1561538

URL: http://svn.apache.org/r1561538
Log:
JUDDI-804 setting default find qualifiers
JUDDI-780 updating the pom's description for uddi-ws

Modified:
    juddi/trunk/juddi-gui/src/main/webapp/search.jsp
    juddi/trunk/uddi-ws/pom.xml

Modified: juddi/trunk/juddi-gui/src/main/webapp/search.jsp
URL: http://svn.apache.org/viewvc/juddi/trunk/juddi-gui/src/main/webapp/search.jsp?rev=1561538&r1=1561537&r2=1561538&view=diff
==============================================================================
--- juddi/trunk/juddi-gui/src/main/webapp/search.jsp (original)
+++ juddi/trunk/juddi-gui/src/main/webapp/search.jsp Sun Jan 26 19:48:16 2014
@@ -61,10 +61,10 @@
                             <div style=" float:left; padding: 2px">
 
                             <div ><input type="checkbox" name="<%=UDDIConstants.AND_ALL_KEYS%>" value="<%=UDDIConstants.AND_ALL_KEYS%>"> <%=UDDIConstants.AND_ALL_KEYS%></div>
-                            <div ><input type="checkbox" name="<%=UDDIConstants.APPROXIMATE_MATCH%>" value="<%=UDDIConstants.APPROXIMATE_MATCH%>"> <%=UDDIConstants.APPROXIMATE_MATCH%></div>
+                            <div ><input type="checkbox" name="<%=UDDIConstants.APPROXIMATE_MATCH%>" value="<%=UDDIConstants.APPROXIMATE_MATCH%>" checked="checked"> <%=UDDIConstants.APPROXIMATE_MATCH%></div>
                             <div ><input type="checkbox" name="<%=UDDIConstants.BINARY_SORT%>" value="<%=UDDIConstants.BINARY_SORT%>"> <%=UDDIConstants.BINARY_SORT%></div>
                             <div ><input type="checkbox" name="<%=UDDIConstants.BINDING_SUBSET%>" value="<%=UDDIConstants.BINDING_SUBSET%>"> <%=UDDIConstants.BINDING_SUBSET%></div>
-                            <div ><input type="checkbox" name="<%=UDDIConstants.CASE_INSENSITIVE_MATCH%>" value="<%=UDDIConstants.CASE_INSENSITIVE_MATCH%>"> <%=UDDIConstants.CASE_INSENSITIVE_MATCH%></div>
+                            <div ><input type="checkbox" name="<%=UDDIConstants.CASE_INSENSITIVE_MATCH%>" value="<%=UDDIConstants.CASE_INSENSITIVE_MATCH%>"  checked="checked"> <%=UDDIConstants.CASE_INSENSITIVE_MATCH%></div>
                             </div>
                             <div style=" float:left; padding: 2px">
                             <div ><input type="checkbox" name="<%=UDDIConstants.CASE_INSENSITIVE_SORT%>" value="<%=UDDIConstants.CASE_INSENSITIVE_SORT%>"> <%=UDDIConstants.CASE_INSENSITIVE_SORT%></div>

Modified: juddi/trunk/uddi-ws/pom.xml
URL: http://svn.apache.org/viewvc/juddi/trunk/uddi-ws/pom.xml?rev=1561538&r1=1561537&r2=1561538&view=diff
==============================================================================
--- juddi/trunk/uddi-ws/pom.xml (original)
+++ juddi/trunk/uddi-ws/pom.xml Sun Jan 26 19:48:16 2014
@@ -24,7 +24,7 @@
 	</parent>
 	<artifactId>uddi-ws</artifactId>
 	<packaging>bundle</packaging>
-	<name>UDDI_v3 WS Stubs and Schema Bindings Generated from WSDL</name>
+	<name>UDDIv2 and v3 WS Stubs and Schema Bindings Generated from WSDL</name>
 	<profiles>
         <profile>
             <id>regenerate-source</id>



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