~hudson-ubuntu/+junk/jenkins-commons-jexl

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0"?>
<rdf:RDF 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:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
  <Project rdf:about="http://commons.apache.org/jexl/">
    <name>Apache Commons JEXL</name>
    <homepage rdf:resource="http://commons.apache.org/jexl/"/>
    <programming-language>Java</programming-language>
    <category rdf:resource="http://projects.apache.org/category/library"/>
    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
    <bug-database rdf:resource="http://issues.apache.org/jira/browse/JEXL"/>
    <download-page rdf:resource="http://jakarta.apache.org/site/downloads/downloads_commons-jexl.cgi"/>
    <asfext:pmc rdf:resource="http://commons.apache.org/"/>
    <shortdesc xml:lang="en">Commons JEXL Expression Language Engine</shortdesc>
    <description xml:lang="en">Jexl is an implementation of the JSTL Expression Language with extensions.</description>
    <repository>
      <SVNRepository>
        <browse rdf:resource="http://svn.apache.org/repos/asf/commons/proper/jexl/trunk"/>
        <location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/jexl"/>
      </SVNRepository>
    </repository>
    <release>
      <revision>
        <name>commons-jexl</name>
        <created>2004-09-06</created>
        <version>1.0</version>
      </revision>
    </release>
    <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
  </Project>
</rdf:RDF>