You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

doap_Ant.rdf 1.8 kB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0"?>
  2. <?xml-stylesheet type="text/xsl"?>
  3. <!--
  4. =======================================================================
  5. Copyright (c) 2006 The Apache Software Foundation. All rights
  6. reserved.
  7. =======================================================================
  8. -->
  9. <rdf:RDF xml:lang="en"
  10. xmlns="http://usefulinc.com/ns/doap#"
  11. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  12. xmlns:asfext="http://projects.apache.org/ns/asfext#">
  13. <Project rdf:about="http://ant.apache.org/">
  14. <created>2006-02-17</created>
  15. <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
  16. <name>Apache Ant</name>
  17. <homepage rdf:resource="http://ant.apache.org" />
  18. <asfext:pmc rdf:resource="http://ant.apache.org" />
  19. <shortdesc>Java-based build tool</shortdesc>
  20. <description>Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make's wrinkles.</description>
  21. <bug-database rdf:resource="http://issues.apache.org/bugzilla/buglist.cgi?product=Ant" />
  22. <mailing-list rdf:resource="http://ant.apache.org/mail.html" />
  23. <download-page rdf:resource="http://ant.apache.org/bindownload.cgi" />
  24. <programming-language>Java</programming-language>
  25. <category rdf:resource="http://projects.apache.org/category/build-management" />
  26. <release>
  27. <Version>
  28. <name>Apache Ant 1.6.5</name>
  29. <created>2005-06-02</created>
  30. <revision>1.6.5</revision>
  31. </Version>
  32. </release>
  33. <repository>
  34. <SVNRepository>
  35. <location rdf:resource="http://svn.apache.org/repos/asf/ant"/>
  36. <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/ant"/>
  37. </SVNRepository>
  38. </repository>
  39. </Project>
  40. </rdf:RDF>