You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by is...@apache.org on 2007/03/14 18:33:34 UTC

svn commit: r518229 - in /incubator/tuscany/sandbox/isilval/notification: local/src/main/resources/META-INF/sca/notification.system.scdl samples/local/pom.xml samples/local/src/test/resources/system.scdl

Author: isilval
Date: Wed Mar 14 10:33:33 2007
New Revision: 518229

URL: http://svn.apache.org/viewvc?view=rev&rev=518229
Log:
relocate sample system scdl

Added:
    incubator/tuscany/sandbox/isilval/notification/samples/local/src/test/resources/system.scdl
Removed:
    incubator/tuscany/sandbox/isilval/notification/local/src/main/resources/META-INF/sca/notification.system.scdl
Modified:
    incubator/tuscany/sandbox/isilval/notification/samples/local/pom.xml

Modified: incubator/tuscany/sandbox/isilval/notification/samples/local/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/sandbox/isilval/notification/samples/local/pom.xml?view=diff&rev=518229&r1=518228&r2=518229
==============================================================================
--- incubator/tuscany/sandbox/isilval/notification/samples/local/pom.xml (original)
+++ incubator/tuscany/sandbox/isilval/notification/samples/local/pom.xml Wed Mar 14 10:33:33 2007
@@ -54,7 +54,7 @@
                     </execution>
                 </executions>
                 <configuration>
-                    <systemScdl>file:///C:/Devt/tuscany-sbox/sandbox/isilval/notification/local/src/main/resources/META-INF/sca/notification.system.scdl</systemScdl>
+                    <systemScdl>file:./src/test/resources/system.scdl</systemScdl>
                 </configuration>
             </plugin>
             <plugin>

Added: incubator/tuscany/sandbox/isilval/notification/samples/local/src/test/resources/system.scdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/sandbox/isilval/notification/samples/local/src/test/resources/system.scdl?view=auto&rev=518229
==============================================================================
--- incubator/tuscany/sandbox/isilval/notification/samples/local/src/test/resources/system.scdl (added)
+++ incubator/tuscany/sandbox/isilval/notification/samples/local/src/test/resources/system.scdl Wed Mar 14 10:33:33 2007
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * 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.
+-->
+<!--
+    Notification configuration for the launcher environment.
+-->
+<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
+           name="LocalNotificationSampleSystemComposite">
+
+    <include name="org.apache.tuscany.sca.plugins.itest.EmbeddedMaven"
+             scdlResource="META-INF/tuscany/embeddedMaven.scdl"/>
+
+    <include name="org.apache.tuscany.notification.local.NotificationLocalImplementation"
+             scdlResource="META-INF/sca/notification.local.system.scdl"/>
+    
+</composite>



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