blob: 3f3f9e0e70a954b01f6e1debd1b4c236c6b677c6 [file] [log] [blame]
<?xml version="1.0"?>
<!--
* 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.
-->
<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/bcel/">
<name>Apache Commons BCEL</name>
<homepage rdf:resource="http://commons.apache.org/bcel/"/>
<programming-language>Java</programming-language>
<!-- Look at http://projects.apache.org/categories.html -->
<category rdf:resource="http://projects.apache.org/category/library"/>
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
<bug-database rdf:resource="https://issues.apache.org/jira/browse/BCEL"/>
<download-page rdf:resource="http://commons.apache.org/bcel/download_bcel.cgi"/>
<asfext:pmc rdf:resource="http://commons.apache.org/"/>
<shortdesc xml:lang="en">Bytecode Engineering Library</shortdesc>
<description xml:lang="en">
The Byte Code Engineering Library is intended to give users a convenient possibility to analyze, create, and manipulate (binary) Java class files (those ending with .class). Classes are represented by objects which contain all the symbolic information of the given class: methods, fields and byte code instructions, in particular.
</description>
<repository>
<SVNRepository>
<browse rdf:resource="http://svn.apache.org/viewcvs.cgi/commons/proper/bcel/"/>
<location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/bcel"/>
</SVNRepository>
</repository>
<release>
<revision>
<name>bcel</name>
<created>2006-06-07</created>
<version>5.2</version>
</revision>
</release>
<release>
<revision>
<name>bcel</name>
<created>2003-04-25</created>
<version>5.1</version>
</revision>
</release>
<release>
<revision>
<name>bcel</name>
<created>2001-12-15</created>
<version>5.0</version>
</revision>
</release>
<mailing-list rdf:resource="http://commons.apache.org/bcel/mail-lists.html"/>
</Project>
</rdf:RDF>