You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2007/03/21 09:15:19 UTC

svn commit: r520798 - in /incubator/tuscany/sandbox/sebastien/java/sca/assembly-scdl/src/main/java/org/apache/tuscany/scdl: ./ Constants.java

Author: jsdelfino
Date: Wed Mar 21 01:15:18 2007
New Revision: 520798

URL: http://svn.apache.org/viewvc?view=rev&rev=520798
Log:
Adding an interface to define SCDL constants

Added:
    incubator/tuscany/sandbox/sebastien/java/sca/assembly-scdl/src/main/java/org/apache/tuscany/scdl/
    incubator/tuscany/sandbox/sebastien/java/sca/assembly-scdl/src/main/java/org/apache/tuscany/scdl/Constants.java   (with props)

Added: incubator/tuscany/sandbox/sebastien/java/sca/assembly-scdl/src/main/java/org/apache/tuscany/scdl/Constants.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/sandbox/sebastien/java/sca/assembly-scdl/src/main/java/org/apache/tuscany/scdl/Constants.java?view=auto&rev=520798
==============================================================================
--- incubator/tuscany/sandbox/sebastien/java/sca/assembly-scdl/src/main/java/org/apache/tuscany/scdl/Constants.java (added)
+++ incubator/tuscany/sandbox/sebastien/java/sca/assembly-scdl/src/main/java/org/apache/tuscany/scdl/Constants.java Wed Mar 21 01:15:18 2007
@@ -0,0 +1,28 @@
+/*
+ * 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.scdl;
+
+public interface Constants {
+	
+	public final static String SCA10_NS = "http://www.osoa.org/xmlns/sca/1.0";
+	public final static String COMPOSITE = "composite";
+	public final static String COMPONENT = "component";
+
+}

Propchange: incubator/tuscany/sandbox/sebastien/java/sca/assembly-scdl/src/main/java/org/apache/tuscany/scdl/Constants.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/sandbox/sebastien/java/sca/assembly-scdl/src/main/java/org/apache/tuscany/scdl/Constants.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date



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