Author: lresende
Date: Wed Mar 30 16:50:35 2011
New Revision: 1087012

URL: http://svn.apache.org/viewvc?rev=1087012&view=rev
Log:
Adding ranking to allow other implementations to override it

Modified:
    
tuscany/sca-java-2.x/trunk/modules/host-http/src/main/resources/META-INF/services/org.apache.tuscany.sca.host.http.extensibility.HttpPortAllocator

Modified: 
tuscany/sca-java-2.x/trunk/modules/host-http/src/main/resources/META-INF/services/org.apache.tuscany.sca.host.http.extensibility.HttpPortAllocator
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/host-http/src/main/resources/META-INF/services/org.apache.tuscany.sca.host.http.extensibility.HttpPortAllocator?rev=1087012&r1=1087011&r2=1087012&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/modules/host-http/src/main/resources/META-INF/services/org.apache.tuscany.sca.host.http.extensibility.HttpPortAllocator
 (original)
+++ 
tuscany/sca-java-2.x/trunk/modules/host-http/src/main/resources/META-INF/services/org.apache.tuscany.sca.host.http.extensibility.HttpPortAllocator
 Wed Mar 30 16:50:35 2011
@@ -15,5 +15,5 @@
 # specific language governing permissions and limitations
 # under the License.
 
-org.apache.tuscany.sca.host.http.extensibility.impl.DefaultHttpPortAllocatorImpl
+org.apache.tuscany.sca.host.http.extensibility.impl.DefaultHttpPortAllocatorImpl,ranking=900
 


Reply via email to