Author: lresende
Date: Thu Jan 15 03:34:37 2015
New Revision: 1651944

URL: http://svn.apache.org/r1651944
Log:
Add Tuscany doap file

Added:
    tuscany/etc/
    tuscany/etc/doap_Tuscany.rdf

Added: tuscany/etc/doap_Tuscany.rdf
URL: 
http://svn.apache.org/viewvc/tuscany/etc/doap_Tuscany.rdf?rev=1651944&view=auto
==============================================================================
--- tuscany/etc/doap_Tuscany.rdf (added)
+++ tuscany/etc/doap_Tuscany.rdf Thu Jan 15 03:34:37 2015
@@ -0,0 +1,62 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#";
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+         xmlns:asfext="http://projects.apache.org/ns/asfext#";
+         xmlns:foaf="http://xmlns.com/foaf/0.1/";>
+<!--
+    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 rdf:about="http://tuscany.apache.org";>
+    <created>2015-01-15</created>
+    <license rdf:resource="http://spdx.org/licenses/Apache-2.0"; />
+    <name>Apache Tuscany</name>
+    <homepage rdf:resource="http://tuscany.apache.org"; />
+    <asfext:pmc rdf:resource="http://tuscany.apache.org"; />
+    <shortdesc>Apache Tuscany simplifies the task of developing SOA solutions 
by providing a comprehensive infrastructure for SOA development and management 
that is based on Service Component Architecture (SCA) standard.</shortdesc>
+    <description>Apache Tuscany simplifies the task of developing SOA 
solutions by providing a comprehensive infrastructure for SOA development and 
management that is based on Service Component Architecture (SCA) standard. With 
SCA as it's foundation, Tuscany offers solution developers the following 
advantages:
+
+    Provides a model for creating composite applications by defining the 
services in the fabric and their relationships with one another. The services 
can be implemented in any technology.
+    Enables service developers to create reusable services that only contain 
business logic. Protocols are pushed out of business logic and are handled 
through pluggable bindings. This lowers development cost.
+    Applications can easily adapt to infrastructure changes without recoding 
since protocols are handled via pluggable bindings and quality of services 
(transaction, security) are handled declaratively.
+    Existing applications can work with new SCA compositions. This allows for 
incremental growth towards a more flexible architecture, outsourcing or 
providing services to others.
+</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/Tuscany"; 
/>
+    <mailing-list rdf:resource="http://tuscany.apache.org/mailing-lists.html"; 
/>
+    <download-page 
rdf:resource="http://tuscany.apache.org/tuscany-downloads-documentations.html"; 
/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/web-framework"; 
/>
+    <repository>
+      <SVNRepository>
+        <location 
rdf:resource="http://svn.apache.org/repos/asf/tuscany/sca-java-2.x/"/>
+        <browse 
rdf:resource="http://svn.apache.org/viewvc/tuscany/sca-java-2.x/"/>
+      </SVNRepository>
+    </repository>
+    <repository>
+      <GitRepository>
+        <location rdf:resource="git://git.apache.org/tuscany-sca-2.x.git"/>
+        <browse rdf:resource=""/>
+      </GitRepository>
+    </repository>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Service Component Architecture (SCA)</asfext:title>
+      <asfext:body>OASIS</asfext:body>
+      <asfext:id>sca</asfext:id>
+      <asfext:url rdf:resource="http://www.oasis-opencsa.org/sca"/>
+    </asfext:Standard></asfext:implements>
+  </Project>
+</rdf:RDF>


Reply via email to