diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-21 16:09:44 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-21 16:09:44 +0000 |
commit | 851e8ec5d0537848e778465985661379088a108f (patch) | |
tree | 462c979486c1f58b0518f8e171d6bb2d1dbc5530 /sca-java-2.x/trunk/samples/applications/logging-scribe/pom.xml | |
parent | e37855b362f7c5a5242b0a0466b13be806aed9ec (diff) |
Move logging-scribe into applications
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026048 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/applications/logging-scribe/pom.xml')
-rw-r--r-- | sca-java-2.x/trunk/samples/applications/logging-scribe/pom.xml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/applications/logging-scribe/pom.xml b/sca-java-2.x/trunk/samples/applications/logging-scribe/pom.xml new file mode 100644 index 0000000000..0a12d8577a --- /dev/null +++ b/sca-java-2.x/trunk/samples/applications/logging-scribe/pom.xml @@ -0,0 +1,43 @@ +<?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.
+-->
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-samples</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <artifactId>tuscany-sample-logging-scribe</artifactId>
+ <packaging>pom</packaging>
+ <name>Apache Tuscany SCA Sample Logging Scribe</name>
+
+ <profiles>
+ <profile>
+ <id>default</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <!--module>helloworld-scribe</module--> + </modules>
+ </profile>
+ </profiles>
+</project>
|