You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by st...@apache.org on 2014/04/11 08:32:46 UTC

git commit: add DOAP file for DeltaSpike

Repository: deltaspike
Updated Branches:
  refs/heads/master 204b00d48 -> 4399428cd


add DOAP file for DeltaSpike


Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/4399428c
Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/4399428c
Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/4399428c

Branch: refs/heads/master
Commit: 4399428cdc7b00fb60da7dcc1fdcf8c8ace049ed
Parents: 204b00d
Author: Mark Struberg <st...@apache.org>
Authored: Fri Apr 11 08:32:15 2014 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Fri Apr 11 08:32:15 2014 +0200

----------------------------------------------------------------------
 doap_DeltaSpike.rdf | 54 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/4399428c/doap_DeltaSpike.rdf
----------------------------------------------------------------------
diff --git a/doap_DeltaSpike.rdf b/doap_DeltaSpike.rdf
new file mode 100644
index 0000000..0691c8e
--- /dev/null
+++ b/doap_DeltaSpike.rdf
@@ -0,0 +1,54 @@
+<?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://deltaspike.apache.org">
+    <created>2014-04-11</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache DeltaSpike</name>
+    <homepage rdf:resource="http://deltaspike.apache.org" />
+    <asfext:pmc rdf:resource="http://deltaspike.apache.org" />
+    <shortdesc>DeltaSpike is a collection of portable Extensions for CDI Containers</shortdesc>
+    <description>Apache DeltaSpike is a portable JSR-299 CDI (Contexts and Dependency Injection for Java) Extension library which contains lots of useful tools and helpers which are missing in the CDI core spec.
+
+DeltaSpike is not a CDI-container itself, but a portable
+Extension library which can run on all CDI-containers!
+
+DeltaSpike is tested and runs on many Java EE Servers like Apache TomEE, Red Hat JBoss Application Server, JBoss Wildfly, Oracle WebLogic, Oracle Glassfish, IBM WebSphere, and also on simple Servlet containers like Apache Tomcat or Jetty in combination with either JBoss Weld or Apache OpenWebBeans.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/DELTASPIKE" />
+    <mailing-list rdf:resource="http://deltaspike.apache.org/community.html#mailing-lists" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/javaee" />
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/deltaspike.git"/>
+        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=deltaspike.git"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Mark Struberg</foaf:name>
+          <foaf:mbox rdf:resource="mailto:struberg@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>