You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by mt...@apache.org on 2010/05/17 17:06:16 UTC

svn commit: r945199 - in /labs/axmake: doap.rdf tags/ trunk/

Author: mturk
Date: Mon May 17 15:06:15 2010
New Revision: 945199

URL: http://svn.apache.org/viewvc?rev=945199&view=rev
Log:
Create initial axmake svn layout

Added:
    labs/axmake/doap.rdf   (with props)
    labs/axmake/tags/
    labs/axmake/trunk/

Added: labs/axmake/doap.rdf
URL: http://svn.apache.org/viewvc/labs/axmake/doap.rdf?rev=945199&view=auto
==============================================================================
--- labs/axmake/doap.rdf (added)
+++ labs/axmake/doap.rdf Mon May 17 15:06:15 2010
@@ -0,0 +1,29 @@
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:labs="http://labs.apache.org/doap-ext/1.0#" xmlns:projects="http://projects.apache.org/ns/asfext#">
+<Project rdf:about="http://labs.apache.org/labs#axmake">
+    <name>AXMake</name>
+    <shortname>axmake</shortname>
+    <shortdesc xml:lang="en">Advanced XML based native make system</shortdesc>
+    <description xml:lang="en">AXMake is platform native XML based make file system using Apache Ant like syntax and is meant to used for building native application and libraries.</description>
+    <homepage rdf:resource="http://labs.apache.org/axmake/"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <created>2010-4-15</created>
+    <labs:status>active</labs:status>
+    <maintainer>
+        <foaf:Person rdf:about="http://people.apache.org/~mturk/#me">
+            <foaf:name>Mladen Turk</foaf:name>
+            <foaf:homepage rdf:resource="http://people.apache.org/~mturk/"/>
+            <foaf:mbox_sha1sum>77c11f51ed19edf8fa6d2bb69aea6db7c03bd5d1</foaf:mbox_sha1sum>
+        </foaf:Person>
+    </maintainer>
+    <repository>
+        <SVNRepository>
+            <location rdf:resource="http://svn.apache.org/repos/asf/labs/axmake/"/>
+            <browse rdf:resource="http://svn.apache.org/viewvc/labs/axmake/"/>
+        </SVNRepository>
+    </repository>
+    <programming-language>C</programming-language>
+    <programming-language>C++</programming-language>
+    <os>posix</os>
+    <os>windows</os>
+</Project>
+</rdf:RDF>

Propchange: labs/axmake/doap.rdf
------------------------------------------------------------------------------
    svn:eol-style = native



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