You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2007/06/14 21:24:00 UTC

svn commit: r547371 - /incubator/tuscany/sandbox/lresende/test.java

Author: lresende
Date: Thu Jun 14 12:24:00 2007
New Revision: 547371

URL: http://svn.apache.org/viewvc?view=rev&rev=547371
Log:
Test @Version

Added:
    incubator/tuscany/sandbox/lresende/test.java

Added: incubator/tuscany/sandbox/lresende/test.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/sandbox/lresende/test.java?view=auto&rev=547371
==============================================================================
--- incubator/tuscany/sandbox/lresende/test.java (added)
+++ incubator/tuscany/sandbox/lresende/test.java Thu Jun 14 12:24:00 2007
@@ -0,0 +1,32 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * 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.
+ */
+
+package org.apache.tuscany.sca.implementation.das;
+
+/**
+ *
+ * @version $Rev$ $Date$
+ */
+public interface Constants {
+    /**
+     * Identify Relation Database data store
+     */
+    String DATA_ACCESS_TYPE_RDB = "rdb";
+
+}



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