You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hb...@apache.org on 2015/05/31 22:17:34 UTC

svn commit: r1682788 [3/14] - in /comdev/projects.apache.org: scripts/import/ site/doap/abdera/ site/doap/accumulo/ site/doap/ace/ site/doap/activemq/ site/doap/airavata/ site/doap/allura/ site/doap/ambari/ site/doap/ant/ site/doap/any23/ site/doap/apr...

Added: comdev/projects.apache.org/site/doap/buildr/buildr.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/buildr/buildr.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/buildr/buildr.rdf (added)
+++ comdev/projects.apache.org/site/doap/buildr/buildr.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,544 @@
+<?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:dc="http://purl.org/dc/elements/1.1/"
+         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://buildr.apache.org">
+    <created>2012-10-07</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Buildr</name>
+    <homepage rdf:resource="http://buildr.apache.org" />
+    <asfext:pmc rdf:resource="http://buildr.apache.org" />
+    <shortdesc>Apache Buildr is a build system for Java-based applications, including support for Scala, Groovy and a growing number of JVM languages and tools.</shortdesc>
+    <description>We wanted something that's simple and intuitive to use, so we only need to tell it what to do, and it takes care of the rest.  But also something we can easily extend for those one-off tasks, with a language that's a joy to use.</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/Buildr" />
+    <mailing-list rdf:resource="http://buildr.apache.org/mailing_lists.html" />
+    <download-page rdf:resource="http://buildr.apache.org/download.html" />
+    <programming-language>Ruby</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/build-management" />
+    <release>
+      <Version>
+        <name>1.4.22</name>
+        <created>2015-02-28</created>
+        <revision>1.4.22</revision>
+        <dc:description>
+* Change: BUILDR-704 - Updated the Sonar addon to support the latest version of SonarQube
+          Runner. Submitted by Ross Mahony.
+* Added:  Add support for ipr.add_glassfish_remote_configuration method that generates
+          a remote glassfish configuration in IntelliJ IDEA project files.
+* Added:  Add support for iml.prefix and ipr.prefix settings that prefix the generated
+          IntelliJ IDEA project and module files.
+* Change: Update the buildr gemspec so that rspec is no longer a required dependency.
+          This enables end-users to use a different version of rspec and buildr in
+          the same project. The rspec version MUST be be compatible with the version
+          used by Buildr if rspec features are used from within Buildr. Buildr also
+          issues a warning if the `check` method is called and rspec has not been loaded.
+          The warning includes directions on how to resolve the issue. Submitted by r6p.
+* Fixed:  A long standing bug existed such that if tests failed to compile, and the
+          option Buildr.options.test is set to :all then the compilation error would
+          not result in a failed build. As many people set the Buildr.options.test to
+          :all in their continuous delivery/integration tools, this has caused some
+          problems. This has been fixed by ensuring all the problems associated with
+          the resolving the prerequisites are not caught when Buildr.options.test is
+          set to :all.
+* Change: Update checkstyle to 6.1.1. Submitted by neher.
+* Fixed:  Avoid empty dependency issue in gwt addon if the attempting to gwt compile
+          a project that has no src/main/java.
+* Fixed:  Support dependencies in the gwt addon that are other local projects rather
+          that artifacts, without forcing a compilation of dependency when parsing
+          buildfile.
+* Added:  Support configuration of sql dialect mapping in IDEA generated project files
+          through methods on the ipr extension ipr.mssql_dialect_mapping,
+          ipr.postgres_dialect_mapping and ipr.sql_dialect_mappings
+* Added:  Support specification of the target project to which the gwt compilation
+          artifacts are added as an asset, by using :target_project option.
+
+        </dc:description>
+      </Version>
+    </release>
+
+    <release>
+      <Version>
+        <name>1.4.21</name>
+        <created>2014-11-28</created>
+        <revision>1.4.21</revision>
+        <dc:description>
+* Change: Upgrade atoulme-Antwrap to 0.7.5 to remove deprecation warnings in
+          modern JRuby. Suggested by Pepijn Van Eeckhoudt.
+* Change: Update the gwt addon to add the validation dependencies required for GWT
+          compiles without requiring that the user specify the dependency.
+* Change: Update ipr.add_gwt_configuration method to support GWT 2.7 configuration
+          parameters and IDEA 14 parameters.
+* Change: Upgrade jacoco to 0.7.2. Submitted by neher.
+* Change: Update checkstyle addon to use Checkstyle 6.0.
+* Added:  Updated the gwt addon to support the upcoming GWT 2.7.x release.
+* Change: Enhance ipr.add_glassfish_configuration to support the ability to
+          define the version of GlassFish in uses. Change the default to 4.1.0
+          as that is the latest supported variant.
+* Fixed:  Change the name of the GlassFish install in ipr.add_glassfish_configuration
+          to use the same convention that IDEA uses by default. i.e. Name the
+          installation "GlassFish 4.1.0" rather than "Glassfish 4.1.0".
+* Change: Change the default version of the jdk in IDEA project files to 1.7.
+* Change: Change the default version of the IDEA project files created to the
+          current release version 13. To revert to the older versions specify
+          ipr.version = '12' in your buildfile.
+* Added:  Enhance the IdeaFile class to easily support mixing in of custom
+          components from either the filesystem or from an artifact.
+* Change: Update rjb to version 1.5.1.
+* Added:  Update checkstyle addon to support downloading checkstyle checks
+          as an artifact.
+* Added:  Update checkstyle addon to supply checkstyle.config.dir property.
+* Added:  Update pmd addon to support downloading rule files as an artifact.
+* Change: Update pmd addon to use pmd version 5.1.3.
+* Fixed:  BUILDR-702 - Retain Unix permission flags when merging
+          zip files into another zip or tar archive. Submitted by Pepijn Van Eeckhoudt.
+
+        </dc:description>
+      </Version>
+    </release>
+
+    <release>
+      <Version>
+        <name>1.4.20</name>
+        <created>2014-08-23</created>
+        <revision>1.4.20</revision>
+        <dc:description>
+* Fixed : BUILDR-688 - Disregard package-info.java files when determining if
+          the Javac compiler should be run or not. Submitted by Pepijn Van
+          Eeckhoudt.
+* Fixed : Work around bug/feature of jruby 1.7.13 that caches Gem::Version
+          objects based on constructor parameters that causes issues with
+          Buildr as we mutate the version objects through monkey patching.
+* Change: Upgrade rjb dependency to 1.4.9.
+* Change: BUILDR-701 - Update to JUnit 4.11. Submitted by Jean-Philippe Caruana.
+* Added:  Support the 'report_level' property on findbugs addon.
+* Change: Update the findbugs addon to use the 3.0.0 version of Findbugs.
+* Change: Update the findbugs addon to use the built-in findbugs stylesheet
+          to generate the html report.
+* Fixed:  Ensure that the 'source_paths' and 'extra_dependencies' properties
+          in the findbugs addon does not contain arrays or nils.
+* Fixed:  Ensure that the 'single_intermediate_layout' addon removes the top
+          level target and reports directories during 'clean' phase.
+* Added:  Enhance idea project generation of ejb facet by looking for ejb
+          descriptors in location compatible with ejb-jars.
+* Fixed:  Ensure that the 'source_paths' property in the pmd addon does not
+          contain arrays or nils.
+
+        </dc:description>
+      </Version>
+    </release>
+
+    <release>
+      <Version>
+        <name>1.4.19</name>
+        <created>2014-07-06</created>
+        <revision>1.4.19</revision>
+        <dc:description>
+* Fixed:  BUILDR-700 - Ensure SNAPSHOT artifacts, constructed using the
+          download(artifact('group:artifact:jar:1-SNAPSHOT') =>
+          'http://example.com/...') construct will correctly download the
+          artifacts from configured URL.
+* Fixed:  BUILDR-700 - Fix bug where buildr was truncating SNAPSHOT files
+          that had not changed since last update check and HTTP was returning
+          "HTTP Not Modified" status.
+* Fixed:  Fix bug introduced in 1.4.18 version of custom_pom addon where
+          poms are created for artifacts that have a classifier.
+
+        </dc:description>
+      </Version>
+    </release>
+
+    <release>
+      <Version>
+        <name>1.4.18</name>
+        <created>2014-06-24</created>
+        <revision>1.4.18</revision>
+        <dc:description>
+* Fixed:  BUILDR-699 - Update the custom_pom addon to avoid failure when
+          used with zip packages.
+* Fixed:  BUILDR-694 - "buildr upload" fails: wrong number of arguments in
+          progress bar read() in Ruby 2.1.0. Submitted By Mark Reibert.
+* Change: Remove support for uploads to RubyForge.org with gem dependencies
+          as the site no longer exists.
+* Change: BUILDR-664 - Update Checkstyle addon so that extra_dependencies is
+          the project dependencies by default. Move the checkstyle dependencies
+          to the start of the classpath to avoid problems running checkstyle.
+          Submitted by Dieter Vrancken.
+* Fixed:  BUILDR-698 - Correct "Lines of code" example in documentation.
+          Submitted By: Trejkaz.
+* Added:  Add ipr.add_glassfish_configuration method for defining a local
+          glassfish configuration within IDEA.
+* Added:  Add ipr.add_ruby_script_configuration method for defining a ruby
+          configuration within IDEA.
+* Added:  Add ipr.add_java_configuration method for defining a java
+          configuration within IDEA.
+* Change: Include additional rules in default pmd rule set: 'finalizers' and
+          'braces'.
+* Change: Upgrade the version of PMD in use to 5.1.1.
+* Change: Supply a default xsl file for generating the jdepend report.
+* Fixed:  Fix the naming of css_lint addon file so it is made available
+          as an addon.
+
+        </dc:description>
+      </Version>
+    </release>
+
+    <release>
+      <Version>
+        <name>1.4.17</name>
+        <created>2014-05-25</created>
+        <revision>1.4.17</revision>
+        <dc:description>
+* Added:  Add the add_default_testng_configuration method to help IDEA
+          project creation. Improves test coverage across 'default'
+          configurations.
+* Fixed:  Fix a bug where 'default' configurations in IDEA projects
+          were being incorrectly created.
+* Fixed:  Fix the vcs detection in IDEA addon for 1.8.6 (!) versions
+          of ruby by reordering blocks.
+* Change: Supply a default xsl file for generating the checkstyle
+          report.
+* Added:  Add csslint tasks css_lint:xml and css_lint:html that
+          support source code analysis of CSS files.
+* Added:  Add scss_lint tasks scss_lint:xml and scss_lint:html that
+          support source code analysis of SCSS files.
+* Added:  Import 'buildr/custom_pom' addon to make it easier to
+          build POMs for projects publishing to Maven Central.
+* Added:  Add flag to allow non portable extensions in wsgen addon.
+* Fixed:  Avoid nil dereference bug in GWT addon when running GWT in
+          a project that has no source directory.
+
+        </dc:description>
+      </Version>
+    </release>
+
+    <release>
+      <Version>
+        <name>1.4.16</name>
+        <created>2014-05-03</created>
+        <revision>1.4.16</revision>
+        <dc:description>
+* Added:  Add the ability to generate a html report when using the
+          jacoco addon. Extracted from the ode project.
+* Fixed:  Remove the projectname.ids file when rebuilding the idea
+          project file avoiding conflict with idea.
+* Fixed:  Avoid passing duplicate -keep parameters to wsimport from
+          wsgen addon.
+* Change: Improved the error handling when generating java from wsdl
+          in the wsgen addon.
+* Change: Upgraded the Checkstyle plugin to use checkstyle 5.7 that
+          improves Java 7 compatibility.
+* Added:  Add support for configuration of the schema-pattern,
+          table-pattern and default-schemas settings in idea's
+          data source definitions.
+* Change: Upgraded the PMD plugin to use pmd 5.0.5 which for Java 7
+          compatibility.
+* Change: Derive the version of GWT in gwt addon from supplied
+          dependencies.
+* Fixed:  Include the compiled classes on path for GWT addon to
+          ensure the GWT compiler can load annotations.
+* Change: Derive the GWT version from build settings if not
+          explicitly specified by GWT addon.
+* Change: Support prefixing the version generated by the
+          gwt_auto_version addon with the environment
+          variable "VERSION_PREFIX".
+* Fixed:  Support overriding the GWT version used by the GWT addon.
+* Fixed:  Fix problem when the :dependencies option was not
+          passed to the GWT addon.
+* Fixed:  Avoid crash in GPG addon if unable to create a pom
+          for an artifact.
+* Fixed:  Correct location of Git mirror in the README. Submitted
+          by Marcos Sainz.
+
+        </dc:description>
+      </Version>
+    </release>
+
+    <release>
+      <Version>
+        <name>1.4.15</name>
+        <created>2013-11-06</created>
+        <revision>1.4.15</revision>
+        <dc:description>
+* Change: Update to TestNG 6.8.7.
+* Change: Updated the 'test_jar' package type to have a
+          classifier of 'tests' and thus match maven
+          conventions. Reported by Chris Bozic.
+* Fixed:  BUILDR-689 - Ensure that war file includes generated
+          assets rather than the "source" assets that may have
+          been filtered.
+* Fixed:  BUILDR-689 - Define assets task before the project is
+          defined to avoid "undefined method `project='" if the
+          project attempts to generate into the same directory.
+* Added:  BUILDR-679 - Support uploading to a snapshot repository
+          defined by repositories.snapshot_to if the artifact is
+          a snapshot. Submitted by Tammo van Lessen.
+* Change: Update the jaxb_xjc addon to add output directory to
+          generated IDEA project files.
+* Change: Update the default output directory used in the jaxb_xjc
+          addon to use Maven conventions.
+* Fixed:  Bug in IdeaProject.partition_dependencies resulted in
+          projects being rebuilt if artifacts were added to the
+          project with dependencies on the current project.
+* Fixed:  BUILDR-605 - Ensure package task invokes included paths.
+* Fixed:  BUILDR-609 - compile.from should accept Task argument.
+
+        </dc:description>
+      </Version>
+    </release>
+
+    <release>
+      <Version>
+        <name>1.4.14</name>
+        <created>2013-10-11</created>
+        <revision>1.4.14</revision>
+        <dc:description>
+* Change: Remove highline dependency.
+* Fixed:  BUILDR-682 - Fix the documentation for releasing using
+          your own versioning scheme. Submitted by Jean-Philippe
+          Caruana.
+* Fixed:  BUILDR-681 - Stop empty projects creating target/webapp.
+* Change: Add dependency from generated jws client source directory
+          to the source wsdl in the wsgen addon.
+* Fixed:  Fixed regression in gwt addon due to "pathing_jar"
+          functionality in Java::Commands.java.
+* Change: Support disabling the new "pathing_jar" functionality in
+          Java::Commands.java utility method. Required for tools
+          that introspect the classpath.
+* Change: Update wsgen addon to generate source into a directory
+          hierarchy based on maven conventions.
+* Fixed:  Fixed regression using transitive dependencies due to
+          presence of :scope option in Artifacts.to_hash.
+* Fixed:  Fixed bug in GWT addon that required that the user supply
+          the :dependencies option.
+* Fixed:  Fixed bug in Intellij project file generation when adding
+          a web facet.
+
+        </dc:description>
+      </Version>
+    </release>
+
+    <release>
+      <Version>
+        <name>1.4.13</name>
+        <created>2013-10-02</created>
+        <revision>1.4.13</revision>
+        <dc:description>
+* Fixed:  BUILDR-439 - Fix java command under windows when supplied
+          with extremely long classpath. Submitted By Tammo van Lessen.
+* Fixed:  BUILDR-394 - Fix release task with standalone distribution.
+          Submitted By Tammo van Lessen.
+* Added:  BUILDR-678 - Improve support for gpg signing artifacts
+          using a single method.
+* Fixed:  BUILDR-677 - GPG addon hangs when .asc files are still in
+          target. Submitted By Tammo van Lessen.
+* Added:  Initial support for data source creation in Intellij IDEA
+          project files.
+* Fixed:  BUILDR-676 - Rework Java::Command:java so that it does not
+          reject the :dir option. Reported by John Roth.
+* Added:  Auto-detect jpa provider in Intellij IDEA facet generation if
+          persistence.xml file is present and provider not specified.
+* Added:  Auto-detect jruby version in Intellij IDEA facet generation if
+          .ruby-version file is present.
+* Added:  Improve support for auto-detection of ejb and web descriptors
+          within Intellij IDEA project generation.
+* Change: Default to setting the "User-Agent" header to "Buildr-VERSION"
+          when accessing http resources. Maven Central rejects requests
+          without a User-Agent string.
+* Change: Change default scope of dependencies to 'compile'. Submitted
+          by Ingo Schmidt.
+* Change: BUILDR-675 - Set Cache-Control to 'no-cache' when downloading
+          artifacts. Submitted by Félix Enrique Llorente Pastora.
+* Added:  Initial support for simple integration of an asset pipeline.
+          See "Compiling Assets" section in the manual.
+* Fixed:  BUILDR-673 - Fix the option handling of the MultiTest test
+          framework to behave as documented. Only the framework specific
+          options are passed to the test. Submitted by John Roth.
+* Added:  BUILDR-672 - Persist the properties field in the checkstyle
+          addon so that they can be modified by the user. Submitted
+          by Wim C.
+* Fixed:  Make the package_as_* methods public so that the methods are
+          detected in Ruby >= 2.0.0 via the respond_to? method.
+* Change: Updated dependency versions;
+          - rspec-expectations (2.14.3)
+          - rspec-mocks (2.14.3)
+          - rspec-core (2.14.5)
+          - rspec (2.14.1)
+          - minitar (0.5.4)
+          - ci_reporter (1.8.4)
+          - xml-simple (1.1.2)
+          - rjb (1.4.8)
+          - diff-lcs (1.2.4)
+          - builder (3.2.2)
+          - net-ssh (2.7.0)
+          - net-sftp (2.1.2)
+          - hoe (3.7.1)
+          - json_pure (1.8.0)
+          - highline (1.6.19)
+* Fixed:  BUILDR-668 - Specify File::FNM_EXTGLOB for include globs
+          where needed in Ruby >= 2.0.0. Reported by Yavor Nikolov.
+* Fixed:  Ensure generation of buildfiles from eclipse projects will
+          finds .project files in Ruby >= 2.0.0.
+* Fixed:  Patch Rake::FileList in Ruby >= 2.0.0 to match dot files if
+          a .* pattern is supplied as in earlier versions of ruby.
+* Fixed:  Make Archive-related operations (e.g. zip.merge) deterministic using
+          OrderedHash.
+* Change: Update to TestNG 6.8.5.
+
+        </dc:description>
+      </Version>
+    </release>
+
+    <release>
+      <Version>
+        <name>1.4.12</name>
+        <created>2013-05-04</created>
+        <revision>1.4.12</revision>
+        <dc:description>
+* Added:  BUILDR-648 Add new package(:test_jar) packaging type.
+          Submitted by Mike Pettypiece.
+* Fixed:  BUILDR-666 ZipFile.open modifies file regardless of usage.
+          Reported by Pepijn Van Eeckhoudt, fix by Alex Boisvert.
+* Change: Moved to using TravisCI to test the Linux variants.
+* Added:  Make the location of the wsdl in generated source configurable
+          in the wsgen addon.
+* Added:  When generating the GWT facet for Intellij IDEA modules, use
+          the gwt-dev maven artifact dependency if present as the SDK,
+          falling back to the existing behaviour if not possible.
+* Added:  Improved support for auto-detection of VCS dirs when creating
+          IDEA projects.
+* Added:  Added support for SuperDevMode in gwt addon and upgraded to
+          GWT 2.5.1 by default.
+* Change: BUILDR-664 Update Checkstyle addon so that extra_dependencies is
+          empty by default. Submitted by Dieter Vrancken.
+* Fixed:  BUILDR-663 require 'buildr' fails for Ruby 2.0.0.
+* Fixed:  BUILDR-665 Java artifacts in build.yaml breaking ArchiveTask.
+          Submitted by Antonio Pérez Barrero.
+* Fixed:  BUILDR-662 reported time is much shorter than actual
+
+        </dc:description>
+      </Version>
+    </release>
+
+    <release>
+      <Version>
+        <name>1.4.11</name>
+        <created>2013-03-14</created>
+        <revision>1.4.11</revision>
+        <dc:description>
+* Fixed:  Multiple tests in TestNG 6.x versions were being incorrectly passed to
+          the command line application.
+
+        </dc:description>
+      </Version>
+    </release>
+
+    <release>
+      <Version>
+        <name>1.4.10</name>
+        <created>2013-02-17</created>
+        <revision>1.4.10</revision>
+        <dc:description>
+* Added:  Support a single intermediate directory for each project hierarchy
+          through an addon 'buildr/single_intermediate_layout'.
+* Fixed:  BUILDR-660 possible build issue when using build.yaml and tasks/*.rake
+          (Félix Enrique Llorente Pastora)
+* Added:  Support the :dir option in the Java::Commands.java method.
+* Fixed:  Scala 2.10 support - compiler now uses additional/separate jars
+          introduced in 2.10 such as scala-reflect.jar and scala-actor.jar
+* Added:  Add an addon for NSIS.
+* Change: BUILDR-612 - Support the TestNG 6.x versions and default
+          to 6.8.
+* Added:  BUILDR-599 - Support the passing of arguments to testng
+          test runner.
+* Fixed:  Observer the per-project source version when generating
+          IDEA module files.
+* Change: Sort the components in IDEA project files in the same
+          order the idea sorts them.
+* Fixed:  Findbugs addon correctly handles String dependencies
+          (vs task dependencies)
+* Fixed:  Checkstyle addon correctly handles String dependencies
+          (vs task dependencies)
+* Added:  Created an addon 'buildr/wsgen' for generating wsdls from java
+          and java from wsdls using the underlying wsgen tool.
+* Change: Defer the expansion of generated poms by wrapping the generation
+          in a Proc.
+* Change: Rework Artifact.content(value) method to accept a Proc that
+          will be called before the artifact is written rather than
+          requiring a string.
+* Added:  Create a 'buildr/gpg' addon that signs and uploads signatures
+          when uploading artifacts. Inspired by a similar extension in
+          the Apache ODE project by Tammo van Lessen.
+* Change: Updated dependency versions;
+          - jruby-openssl (0.8.2)
+          - atoulme-Antwrap (0.7.4)
+* Change: Require 'bundler/setup' as part of buildr startup to ensure that
+          buildr always runs with up to date dependencies if a Gemfile is
+          present.
+* Added:  Add FrameworkDetectionExcludesConfiguration facet to Idea project
+          file creation by default.
+* Fixed:  In the IntelliJ extension, defer the materialization of the
+          default_components until expansion time to avoid loss of sub-
+          components added after an add_component call.
+* Fixed:  BUILDR-633 - Remove hardcoded shebang lines in all-in-one release.
+* Added:  Create a simple extension that modifies the project layout to place
+          generated files at the top level.
+
+        </dc:description>
+      </Version>
+    </release>
+
+    <release>
+      <Version>
+        <name>1.4.9</name>
+        <created>2012-11-08</created>
+        <revision>1.4.9</revision>
+        <dc:description>
+* Fixed:  Fixed the interaction with the FileUtils classes. The last release
+          introduced a non-deterministic bug that sometimes caused logging
+          preferences to be ignored and the install method to be
+          inadvertently overwritten.
+
+        </dc:description>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>1.4.8</name>
+        <created>2012-11-01</created>
+        <revision>1.4.8</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://git.apache.org/buildr.git"/>
+        <browse rdf:resource="https://github.com/apache/buildr"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Apache Buildr PMC</foaf:name>
+          <foaf:mbox rdf:resource="mailto:dev@buildr.apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/bval/bval.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/bval/bval.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/bval/bval.rdf (added)
+++ comdev/projects.apache.org/site/doap/bval/bval.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,86 @@
+<?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/">
+<!--
+  =======================================================================
+
+   Copyright (c) 2010-2013 The Apache Software Foundation.  
+   All rights reserved.
+
+  =======================================================================
+-->
+  <Project rdf:about="http://bval.apache.org/">
+    <created>2012-02-15</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache BVal</name>
+    <homepage rdf:resource="http://bval.apache.org/" />
+    <asfext:pmc rdf:resource="http://bval.apache.org/people.html" />
+    <shortdesc>Bean Validation API Implementation</shortdesc>
+    <description>The goal of the Apache BVal project is to deliver an implementation of the Java Bean Validation Specfication (JSR303) which is TCK compliant and works on Java SE 5 or later. The initial codebase for the project was donated to the ASF by a SGA from Agimatec GmbH and uses the Apache Software License v2.0.</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/BVAL" />
+    <mailing-list rdf:resource="http://bval.apache.org/mailing-lists.html" />
+    <download-page rdf:resource="http://bval.apache.org/downloads.html" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/javaee"/>
+    <category rdf:resource="http://projects.apache.org/category/library"/>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://svn.apache.org/repos/asf/bval/"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/bval/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Matt Benson</foaf:name>
+        <foaf:mbox rdf:resource="mailto:mbenson@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Bean Validation API 1.0</asfext:title>
+        <asfext:body>JCP</asfext:body>
+        <asfext:id>JSR 303</asfext:id>
+        <asfext:url rdf:resource="http://www.jcp.org/en/jsr/detail?id=303"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <release>
+      <Version>
+        <name>Current release</name>
+        <created>2012-09-21</created>
+        <revision>0.5</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>0.4</name>
+        <created>2012-04-13</created>
+        <revision>0.4</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Last Apache Incubator release</name>
+        <created>2011-04-28</created>
+        <revision>0.3-incubating</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>0.2-incubating</name>
+        <created>2010-08-18</created>
+        <revision>0.2-incubating</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>0.1-incubating</name>
+        <created>2010-06-11</created>
+        <revision>0.1-incubating</revision>
+      </Version>
+    </release>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/camel/camel.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/camel/camel.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/camel/camel.rdf (added)
+++ comdev/projects.apache.org/site/doap/camel/camel.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,66 @@
+<?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.
+-->
+
+<?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/">
+<!--
+  =======================================================================
+
+   Copyright (c) 2008 The Apache Software Foundation.  
+   All rights reserved.
+
+  =======================================================================
+-->
+  <Project rdf:about="http://camel.rdf.apache.org/">
+    <created>2008-12-17</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Camel</name>
+    <homepage rdf:resource="http://camel.apache.org/" />
+    <asfext:pmc rdf:resource="http://camel.apache.org/" />
+    <shortdesc>Apache Camel is a powerful open source integration framework based on known Enterprise Integration Patterns.</shortdesc>
+    <description>Apache Camel is a powerful open source integration framework based on known Enterprise Integration Patterns.
+Rules for Camel's routing and mediation engine can be defined in either a Java based DSL, XML or using DSLs for dynamic languages such as Groovy or Scala.</description>
+    <bug-database rdf:resource="http://issues.apache.org/activemq/browse/CAMEL" />
+    <mailing-list rdf:resource="http://camel.apache.org/mailing-lists.html" />
+    <download-page rdf:resource="http://camel.apache.org/download.html" />
+
+    <programming-language>Java</programming-language>
+    <programming-language>XML</programming-language>
+    <programming-language>Python</programming-language>
+    <programming-language>Groovy</programming-language>
+    <programming-language>JavaScript</programming-language>
+    <programming-language>Ruby</programming-language>
+    <programming-language>SQL</programming-language>
+    <programming-language>Scala</programming-language>
+    <programming-language>PHP</programming-language>
+
+    <category rdf:resource="http://projects.apache.org/category/osgi" />
+    <category rdf:resource="http://projects.apache.org/category/network-server" />
+    <category rdf:resource="http://projects.apache.org/category/network-client" />
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Christian Mueller</foaf:name>
+          <foaf:mbox rdf:resource="mailto:cmueller@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/cassandra/cassandra.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/cassandra/cassandra.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/cassandra/cassandra.rdf (added)
+++ comdev/projects.apache.org/site/doap/cassandra/cassandra.rdf Sun May 31 20:17:30 2015
@@ -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://cassandra.apache.org">
+    <created>2012-04-10</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Cassandra</name>
+    <homepage rdf:resource="http://cassandra.apache.org" />
+    <asfext:pmc rdf:resource="http://cassandra.apache.org" />
+    <shortdesc>The Apache Cassandra database is the right choice when you need scalability and high availability without compromising performance.</shortdesc>
+    <description>Linear scalability and proven fault-tolerance on commodity hardware or cloud infrastructure make Apache Cassandra the perfect platform for mission-critical data. Cassandra's support for replicating across multiple datacenters is best-in-class.
+
+Cassandra is in use at Netflix, Twitter, Urban Airship, Constant Contact, Reddit, Cisco, OpenX, Digg, CloudKick, Ooyala, and more companies that have large, active data sets.
+
+Cassandra provides full Hadoop integration, including with Pig and Hive.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/CASSANDRA" />
+    <mailing-list rdf:resource="http://cassandra.apache.org/" />
+    <download-page rdf:resource="http://cassandra.apache.org/download/" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/database" />
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://git-wip-us.apache.org/repos/asf?p=cassandra.git"/>
+        <browse rdf:resource="http://git-wip-us.apache.org/repos/asf?p=cassandra.git"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Apache Cassandra PMC</foaf:name>
+          <foaf:mbox rdf:resource="mailto:dev@cassandra.apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/cayenne/cayenne.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/cayenne/cayenne.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/cayenne/cayenne.rdf (added)
+++ comdev/projects.apache.org/site/doap/cayenne/cayenne.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,90 @@
+<?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://cayenne.apache.org">
+    <created>2007-01-07</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Cayenne</name>
+    <homepage rdf:resource="http://cayenne.apache.org" />
+    <asfext:pmc rdf:resource="http://cayenne.apache.org" />
+    <shortdesc>User-friendly Java ORM with tools</shortdesc>
+    <description>Cayenne is a powerful, full-featured, opensource framework created for developers working with relational databases. it seamlessly maps any relational database to Java objects, reducing development time and adding considerable functionality to any application which requires a database. Developers using Cayenne will be able to concentrate on the core business requirements and the data model instead of the SQL details. The application can then be easily moved to any JDBC-capable database. In addition to management of persistent Java objects mapped to relational databases, Cayenne provides a plethora of features including single method call queries and updates (including atomic updates of all modified objects), seamless integration of multiple databases into a single virtual data source, three tier persistence with caching on the remote client, paging of results, record locking, and many more features.</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/CAY" />
+    <mailing-list rdf:resource="http://cayenne.apache.org/mailing-lists.html" />
+    <download-page rdf:resource="http://cayenne.apache.org/download.html" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/database" />
+	<category rdf:resource="http://projects.apache.org/category/library" />
+	<category rdf:resource="http://projects.apache.org/category/network-server" />
+	<category rdf:resource="http://projects.apache.org/category/network-client" />
+	<category rdf:resource="http://projects.apache.org/category/xml" />
+	<category rdf:resource="http://projects.apache.org/category/web-framework" />
+  <release>
+      <Version>
+        <name>Alpha</name>
+        <created>2013-7-19</created>
+        <revision>3.2M1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Stable</name>
+        <created>2014-9-29</created>
+        <revision>3.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Stable</name>
+        <created>2011-6-21</created>
+        <revision>3.0.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Legacy</name>
+        <created>2007-10-12</created>
+        <revision>2.0.4</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Legacy</name>
+        <created>2007-10-12</created>
+        <revision>1.2.4</revision>
+      </Version>
+    </release>
+    <repository>
+      <GitRepository>
+        <location rdf:resource="https://github.com/apache/cayenne"/>
+        <browse rdf:resource="https://github.com/apache/cayenne"/>
+      </GitRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Ari Maniatis</foaf:name>
+          <foaf:mbox rdf:resource="mailto:ari@ish.com.au"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/celix/celix.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/celix/celix.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/celix/celix.rdf (added)
+++ comdev/projects.apache.org/site/doap/celix/celix.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,58 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<!--
+# 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 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/">
+<!--
+  =======================================================================
+
+   Copyright (c) 2012 The Apache Software Foundation.  
+   All rights reserved.
+
+  =======================================================================
+-->
+  <Project rdf:about="http://celix.apache.org">
+    <created>2010-11-17</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <name>Apache Celix</name>
+    <homepage rdf:resource="http://celix.apache.org" />
+    <asfext:pmc rdf:resource="http://celix.apache.org" />
+    <shortdesc>OSGi framework implementation in C.</shortdesc>
+     <description>
+     Celix is an implementation of the OSGi specification adapted to C. 
+     It will follow the API as close as possible, but since the OSGi specification is written primarily for Java, there will be differences (Java is OO, C is procedural). 
+     An important aspect of the implementation is interoperability between Java and C. This interoperability is achieved by porting and implementing the Remote Services specification in Celix.
+     </description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/celix" />
+    <download-page rdf:resource="http://celix.apache.org/download.html" />
+    <mailing-list rdf:resource="http://celix.apache.org/support/mailinglist.html" />
+    <programming-language>C</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/network-server" />
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://svn.apache.org/repos/asf/celix"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/celix"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/chemistry/chemistry.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/chemistry/chemistry.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/chemistry/chemistry.rdf (added)
+++ comdev/projects.apache.org/site/doap/chemistry/chemistry.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,88 @@
+<?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://chemistry.apache.org">
+    <created>2011-02-22</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Chemistry</name>
+    <homepage rdf:resource="http://chemistry.apache.org" />
+    <asfext:pmc rdf:resource="http://chemistry.apache.org" />
+    <shortdesc>Apache Chemistry provides open source implementations of the Content Management Interoperability Services (CMIS) specification.</shortdesc>
+    <description>Apache Chemistry provides open source implementations of the Content Management Interoperability Services (CMIS) specification. Libraries are available for Java, Python, PHP and .NET.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/CMIS" />
+    <mailing-list rdf:resource="http://mail-archives.apache.org/mod_mbox/chemistry-dev/" />
+    <download-page rdf:resource="http://chemistry.apache.org/" />
+    <programming-language>Java</programming-language>
+    <programming-language>Python</programming-language>
+    <programming-language>PHP</programming-language>
+    <programming-language>C#</programming-language>
+    <programming-language>Objective-C</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library" />
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://svn.apache.org/repos/asf/chemistry/"/>
+        <browse rdf:resource="https://svn.apache.org/viewvc/chemistry/"/>
+      </SVNRepository>
+    </repository>
+    <release>
+      <Version>
+        <name>cmislib</name>
+        <created>2012-12-19</created>
+        <revision>0.5.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>DotCMIS</name>
+        <created>2014-03-17</created>
+        <revision>0.6</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>OpenCMIS</name>
+        <created>2014-08-21</created>
+        <revision>0.12.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>ObjectiveCMIS</name>
+        <created>2015-03-09</created>
+        <revision>0.5</revision>
+      </Version>
+    </release>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Florian Müller</foaf:name>
+        <foaf:mbox rdf:resource="mailto:fmui@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>OASIS Content Management Interoperability Services (CMIS)</asfext:title>
+      <asfext:body>OASIS</asfext:body>
+      <asfext:id>CMIS</asfext:id>
+      <asfext:url rdf:resource="http://www.oasis-open.org/committees/cmis"/>
+    </asfext:Standard></asfext:implements>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/chukwa/chukwa.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/chukwa/chukwa.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/chukwa/chukwa.rdf (added)
+++ comdev/projects.apache.org/site/doap/chukwa/chukwa.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,60 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl" href="../xsl/p2.xsl"?>
+<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#" xml:lang="en">
+  <Project rdf:about="http://chukwa.apache.org/">
+    <name>Apache Chukwa</name>
+    <homepage rdf:resource="http://chukwa.apache.org/"/>
+    <programming-language>Java, Javascript</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/hadoop"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/CHUKWA/"/>
+    <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/chukwa/"/>
+    <asfext:pmc rdf:resource="http://chukwa.apache.org/"/>
+
+    <shortdesc xml:lang="en">
+      Chukwa is an open source data collection system for monitoring 
+      large distributed systems.
+    </shortdesc>
+
+    <description xml:lang="en">
+      Chukwa is an open source data collection system for monitoring 
+      large distributed systems. Chukwa is built on top of 
+      the Hadoop Distributed File System (HDFS) and Map/Reduce framework 
+      and inherits Hadoop’s scalability and robustness. Chukwa also includes 
+      a flexible and powerful toolkit for displaying, monitoring and analyzing 
+      results to make the best use of the collected data.
+    </description>
+
+    <repository>
+      <SVNRepository>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/chukwa/"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/chukwa/"/>
+      </SVNRepository>
+    </repository>
+
+    <mailing-list rdf:resource="http://httpd.apache.org/lists.html"/>
+ 
+    <release>
+      <Version>
+        <name>Recommended current 0.5 release</name>
+        <created>2012-01-25</created>
+        <revision>0.5.0</revision>
+      </Version>
+    </release>
+
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Hypertext Transfer Protocol -- HTTP/1.1</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 2616</asfext:id>
+      <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc2616.txt"/>
+    </asfext:Standard></asfext:implements>
+
+    <asfext:implements><asfext:Standard>
+      <asfext:title>HTTP Authentication: Basic and Digest Access Authentication</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 2617</asfext:id>
+      <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc2617.txt"/>
+    </asfext:Standard></asfext:implements>
+
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/clerezza/clerezza.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/clerezza/clerezza.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/clerezza/clerezza.rdf (added)
+++ comdev/projects.apache.org/site/doap/clerezza/clerezza.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,65 @@
+<?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://clerezza.apache.org">
+    <created>2013-02-27</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <name>Apache Clerezza</name>
+    <homepage rdf:resource="http://clerezza.apache.org"/>
+    <asfext:pmc rdf:resource="http://clerezza.apache.org"/>
+    <shortdesc>Clerezza is a service platform which provides a set of functionality for management of semantically linked data accessible through RESTful Web Services and in a secured way</shortdesc>
+    <description>Clerezza allows to easily develop semantic web applications by providing tools to manipulate RDF data, create RESTful Web Services and Renderlets using ScalaServerPages. Contents are stored as triples based on W3C RDF specification. These triples are stored via Clerezza’s Smart Content Binding (SCB). SCB defines a technology-agnostic layer to access and modify triple stores. It provides a java implementation of the graph data model specified by W3C RDF and functionalities to operate on that data model. SCB offers a service interface to access multiple named graphs and it can use various providers to manage RDF graphs in a technology specific manner, e.g., using Jena or Sesame. It also provides for adaptors that allow an application to use various APIs (including the Jena api) to process RDF graphs. Furthermore, SCB offers a serialization and a parsing service to convert a graph into a certain representation (format) and vice versa.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/CLEREZZA"/>
+    <mailing-list rdf:resource="http://clerezza.apache.org/mailinglists/"/>
+    <download-page rdf:resource="http://clerezza.apache.org/downloads/"/>
+    <programming-language>Java</programming-language>
+    <programming-language>Scala</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/osgi"/>
+    <category rdf:resource="http://projects.apache.org/category/content"/>
+    <release>
+      <Version>
+        <name>Reactor</name>
+        <created>2013-07-10</created>
+        <revision>0.3</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>JAX-RS Utils</name>
+        <created>2013-04-17</created>
+        <revision>0.7</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Parent Bundle</name>
+        <created>2013-04-04</created>
+        <revision>0.3</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf?p=clerezza.git;a=summary"/>
+        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?s=clerezza"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/climate/climate.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/climate/climate.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/climate/climate.rdf (added)
+++ comdev/projects.apache.org/site/doap/climate/climate.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,79 @@
+<?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://climate.apache.org">
+    <created>2013-07-29</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Open Climate Workbench</name>
+    <homepage rdf:resource="http://climate.apache.org" />
+    <asfext:pmc rdf:resource="http://climate.apache.org" />
+    <shortdesc>The Apache Open Climate Workbench(OCW) is a comprehensive suite of algorithms, libraries, and interfaces designed to standardize and streamline the process of interacting with large quantities of observational data (such as is provided by the RCMED) and conducting regional climate model evaluations.</shortdesc>
+    <description>Apache Open Climate Workbench is an effort to develop software that performs climate model evaluation using model outputs from a variety of different sources (the Earth System Grid Federation, the Coordinated Regional Downscaling Experiment, the U.S. National Climate Assessment and the North American Regional Climate Change Assessment Program) and temporal/spatial scales with remote sensing data from NASA, NOAA and other agencies. The toolkit includes capabilities for rebinning, metrics computation and visualization.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/CLIMATE" />
+    <mailing-list rdf:resource="http://climate.apache.org/community/mailing-lists.html" />
+    <download-page rdf:resource="http://climate.apache.org/" />
+    <programming-language>Python</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/content" />
+    <release>
+        <Version>
+            <name>Apache Open Climate Workbench 0.5</name>
+            <created>2015-01-14</created>
+            <revision>0.5</revision>
+        </Version>
+    </release>
+    <release>
+        <Version>
+            <name>Apache Open Climate Workbench 0.4</name>
+            <created>2014-08-06</created>
+            <revision>0.4</revision>
+        </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache Open Climate Workbench 0.3-incubating</name>
+        <created>2013-10-12</created>
+        <revision>0.3-incubating</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache Open Climate Workbench 0.2-incubating</name>
+        <created>2013-08-19</created>
+        <revision>0.2-incubating</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache Open Climate Workbench</name>
+        <created>2013-07-29</created>
+        <revision>0.1-incubating</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/climate.git"/>
+        <browse rdf:resource="https://github.com/apache/climate/"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/cloudstack/cloudstack.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/cloudstack/cloudstack.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/cloudstack/cloudstack.rdf (added)
+++ comdev/projects.apache.org/site/doap/cloudstack/cloudstack.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,152 @@
+<?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://cloudstack.apache.org">
+    <created>2013-03-20</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache CloudStack</name>
+    <homepage rdf:resource="http://cloudstack.apache.org" />
+    <asfext:pmc rdf:resource="http://svn.apache.org/repos/asf/cloudstack/cloudstack_pmc.rdf" />
+    <shortdesc>Apache CloudStack is an IaaS (“Infrastracture as a Service”) cloud orchestration platform.</shortdesc>
+    <description>Apache CloudStack is open source software designed to deploy and manage large 
+        networks of virtual machines, as a highly available, highly scalable Infrastructure as 
+        a Service (IaaS) cloud computing platform. CloudStack is used by a number of service 
+        providers to offer public cloud services, and by many companies to provide an 
+        on-premises (private) cloud offering, or as part of a hybrid cloud solution.
+        
+        CloudStack is a turnkey solution that includes the entire "stack" of features most 
+        organizations want with an IaaS cloud: compute orchestration, Network-as-a-Service, 
+        user and account management, a full and open native API, resource accounting, and a 
+        first-class User Interface (UI).
+        
+        CloudStack currently supports the most popular hypervisors: VMware, KVM, XenServer and 
+        Xen Cloud Platform (XCP).
+        
+        Users can manage their cloud with an easy to use Web interface, command line tools, and 
+        / or a full-featured RESTful API. In addition, CloudStack provides an API that's 
+        compatible with AWS EC2 and S3 for organizations that wish to deploy hybrid clouds.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/CLOUDSTACK" />
+    <mailing-list rdf:resource="http://cloudstack.apache.org/mailing-lists.html" />
+    <download-page rdf:resource="http://cloudstack.apache.org/downloads.html" />
+    <programming-language>Java</programming-language>
+    <programming-language>Python</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/cloud" />
+    <repository>
+      <GitRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/cloudstack.git"/>
+        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf/cloudstack/?p=cloudstack.git;a=summary"/>
+      </GitRepository>
+    </repository>
+    <release>
+      <version>
+        <name>Apache CloudStack</name>
+        <created>2014-11-21</created>
+        <revision>4.4.2</revision>
+      </version>
+    </release>
+    <release>
+      <version>
+        <name>Apache CloudStack</name>
+        <created>2014-10-23</created>
+        <revision>4.4.1</revision>
+      </version>
+    </release>
+    <release>
+      <version>
+        <name>Apache CloudStack</name>
+        <created>2014-07-26</created>
+        <revision>4.4.0</revision>
+      </version>
+    </release>
+    <release>
+      <version>
+        <name>Apache CloudStack</name>
+        <created>2015-01-09</created>
+        <revision>4.3.2</revision>
+      </version>
+    </release>
+    <release>
+      <version>
+        <name>Apache CloudStack</name>
+        <created>2014-09-10</created>
+        <revision>4.3.1</revision>
+      </version>
+    </release>
+    <release>
+      <version>
+        <name>Apache CloudStack</name>
+        <created>2014-03-25</created>
+        <revision>4.3.0</revision>
+      </version>
+    </release>
+    <release>
+      <version>
+        <name>Apache CloudStack</name>
+        <created>2014-01-10</created>
+        <revision>4.2.1</revision>
+      </version>
+    </release>
+    <release>
+      <version>
+        <name>Apache CloudStack</name>
+        <created>2013-10-01</created>
+        <revision>4.2.0</revision>
+      </version>
+    </release>
+    <release>
+      <version>
+        <name>Apache CloudStack</name>
+        <created>2013-08-06</created>
+        <revision>4.1.1</revision>
+      </version>
+    </release>
+    <release>
+      <version>
+        <name>Apache CloudStack</name>
+        <created>2013-06-04</created>
+        <revision>4.1.0</revision>
+      </version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache CloudStack</name>
+        <created>2013-04-24</created>
+        <revision>4.0.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache CloudStack (Incubating)</name>
+        <created>2013-02-12</created>
+        <revision>4.0.1-incubating</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache CloudStack (Incubating)</name>
+        <created>2012-11-06</created>
+        <revision>4.0.0-incubating</revision>
+      </Version>
+    </release>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/cocoon/cocoon.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/cocoon/cocoon.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/cocoon/cocoon.rdf (added)
+++ comdev/projects.apache.org/site/doap/cocoon/cocoon.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,54 @@
+<?xml version="1.0"?>
+<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#">
+  <Project rdf:about="http://cocoon.apache.org/">
+    <created>2006-02-20</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Cocoon</name>
+    <homepage rdf:resource="http://cocoon.apache.org/" />
+    <asfext:pmc rdf:resource="http://cocoon.apache.org" />
+    <shortdesc>Web development framework: separation of concerns, component-based.</shortdesc>
+    <description>Apache Cocoon is a web development framework built around the concepts of separation of concerns (making sure people can interact and collaborate on a project, without stepping on each other toes) and component-based web development. Cocoon implements these concepts around the notion of "component pipelines", each component on the pipeline specializing on a particular operation. This makes it possible to use a "building block" approach for web solutions, hooking together components into pipelines without any required programming.</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/COCOON" />
+    <mailing-list rdf:resource="http://cocoon.apache.org/1275_1_1.html"/>
+    <download-page rdf:resource="http://cocoon.apache.org/1284_1_1.html" />
+    <programming-language>Java</programming-language>
+    <programming-language>XML</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/database"/>
+    <category rdf:resource="http://projects.apache.org/category/graphics"/>
+    <category rdf:resource="http://projects.apache.org/category/http"/>
+    <category rdf:resource="http://projects.apache.org/category/network-client"/>
+    <category rdf:resource="http://projects.apache.org/category/network-server"/>
+    <category rdf:resource="http://projects.apache.org/category/web-framework"/>
+    <category rdf:resource="http://projects.apache.org/category/xml"/>
+    <release>
+      <Version>
+        <name>Apache Cocoon 3.0.0-alpha-3</name>
+        <created>2011-07-01</created>
+        <revision>3.0.0-alpha-3</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache Cocoon 2.2.0</name>
+        <created>2008-04-28</created>
+        <revision>2.2.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache Cocoon 2.1.12</name>
+        <created>2013-03-14</created>
+        <revision>2.1.12</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/cocoon/trunk/"/>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/cocoon/trunk/"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/commons/commons-bcel.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/commons/commons-bcel.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/commons/commons-bcel.rdf (added)
+++ comdev/projects.apache.org/site/doap/commons/commons-bcel.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,65 @@
+<?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>

Added: comdev/projects.apache.org/site/doap/commons/commons-bsf.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/commons/commons-bsf.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/commons/commons-bsf.rdf (added)
+++ comdev/projects.apache.org/site/doap/commons/commons-bsf.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,80 @@
+<?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 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#">
+  <Project rdf:about="http://httpd.apache.org/">
+    <created>2006-01-19</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Commons BSF</name>
+    <homepage rdf:resource="http://commons.apache.org/bsf/" />
+    <asfext:pmc rdf:resource="http://commons.apache.org/"/>
+    <shortdesc>Framework that provides scripting language support within Java applications</shortdesc>
+    <description>Bean Scripting Framework (BSF) is a set of Java classes which provides scripting language support within Java applications, and access to Java objects and methods from scripting languages. BSF allows one to write JSPs in languages other than Java while providing access to the Java class library. In addition, BSF permits any Java application to be implemented in part (or dynamically extended) by a language that is embedded within it. This is achieved by providing an API that permits calling scripting language engines from within Java, as well as an object registry that exposes Java objects to these scripting language engines.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/BSF" />
+    <mailing-list rdf:resource="http://commons.apache.org/bsf/mail-lists.html" />
+    <download-page rdf:resource="http://commons.apache.org/bsf/download_bsf.cgi" />
+    <category rdf:resource="http://projects.apache.org/category/library"/>
+    <programming-language>Java</programming-language>
+    <release>
+      <Version>
+        <name>bsf</name>
+        <created>2002-11-12</created>
+        <version>2.3.0-rc1</version>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>bsf</name>
+        <created>2006-10-6</created>
+        <version>2.4</version>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>bsf</name>
+        <created>2009-04-05</created>
+        <version>3.0-beta3</version>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>bsf</name>
+        <created>2009-10-1</created>
+        <version>3.0</version>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>bsf</name>
+        <created>2010-24-06</created>
+        <version>3.1</version>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/bsf/trunk/"/>
+        <browse rdf:resource="http://http://svn.apache.org/viewcvs.cgi/commons/proper/bsf/"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/commons/commons-chain.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/commons/commons-chain.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/commons/commons-chain.rdf (added)
+++ comdev/projects.apache.org/site/doap/commons/commons-chain.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,59 @@
+<?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/chain/">
+    <name>Apache Commons Chain</name>
+    <homepage rdf:resource="http://commons.apache.org/chain/"/>
+    <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/CHAIN"/>
+    <download-page rdf:resource="http://commons.apache.org/chain/download_chain.cgi"/>
+    <asfext:pmc rdf:resource="http://commons.apache.org/"/>
+    <shortdesc xml:lang="en">Commons Chain</shortdesc>
+    <description xml:lang="en">An implmentation of the GoF Chain of Responsibility pattern</description>
+    <repository>
+      <SVNRepository>
+        <browse rdf:resource="http://svn.apache.org/repos/asf/commons/proper/chain/trunk"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/chain"/>
+      </SVNRepository>
+    </repository>
+    <release>
+      <Version>
+        <name>commons-chain</name>
+        <created>2008-06-02</created>
+        <revision>1.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-chain</name>
+        <created>2006-06-14</created>
+        <revision>1.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-chain</name>
+        <created>2004-12-09</created>
+        <revision>1.0</revision>
+      </Version>
+    </release>
+    <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/commons/commons-cli.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/commons/commons-cli.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/commons/commons-cli.rdf (added)
+++ comdev/projects.apache.org/site/doap/commons/commons-cli.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,69 @@
+<?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/cli/">
+    <name>Apache Commons CLI</name>
+    <homepage rdf:resource="http://commons.apache.org/cli/"/>
+    <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/CLI"/>
+    <download-page rdf:resource="http://commons.apache.org/cli/download_cli.cgi"/>
+    <asfext:pmc rdf:resource="http://commons.apache.org/"/>
+    <shortdesc xml:lang="en">Commons CLI</shortdesc>
+    <description xml:lang="en">
+    Commons CLI provides a simple API for presenting, proecessing and
+    validating a command line interface.
+  </description>
+    <repository>
+      <SVNRepository>
+        <browse rdf:resource="http://svn.apache.org/repos/asf/commons/proper/cli/trunk"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/cli"/>
+      </SVNRepository>
+    </repository>
+    <release>
+      <Version>
+        <name>commons-cli</name>
+        <created>2015-05-09</created>
+        <revision>1.3</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-cli</name>
+        <created>2009-03-19</created>
+        <revision>1.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-cli</name>
+        <created>2007-07-08</created>
+        <revision>1.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-cli</name>
+        <created>2002-11-06</created>
+        <revision>1.0</revision>
+      </Version>
+    </release>
+    <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
+  </Project>
+</rdf:RDF>