You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by he...@apache.org on 2004/11/29 06:54:21 UTC

svn commit: r106889 - /webservices/axis/trunk/java/dev/scratch/prototype1/src/java/org/apache/axis/engine/addressing/EndPointReferance.java

Author: hemapani
Date: Sun Nov 28 21:54:19 2004
New Revision: 106889

URL: http://svn.apache.org/viewcvs?view=rev&rev=106889
Log:
fix the broken build
Added:
   webservices/axis/trunk/java/dev/scratch/prototype1/src/java/org/apache/axis/engine/addressing/EndPointReferance.java

Added: webservices/axis/trunk/java/dev/scratch/prototype1/src/java/org/apache/axis/engine/addressing/EndPointReferance.java
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype1/src/java/org/apache/axis/engine/addressing/EndPointReferance.java?view=auto&rev=106889
==============================================================================
--- (empty file)
+++ webservices/axis/trunk/java/dev/scratch/prototype1/src/java/org/apache/axis/engine/addressing/EndPointReferance.java	Sun Nov 28 21:54:19 2004
@@ -0,0 +1,24 @@
+package org.apache.axis.engine.addressing;
+
+/**
+ * Copyright 2001-2004 The Apache Software Foundation.
+ * <p/>
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * <p/>
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * <p/>
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ * @author Axis team
+ * Date: Nov 29, 2004
+ * Time: 10:28:25 AM
+ * 
+ */
+public class EndPointReferance {
+}