You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ng...@apache.org on 2009/05/04 21:19:02 UTC

svn commit: r771409 - in /mina/sandbox/vysper/trunk/nekopull: ./ nekopull-0.2.4-bundle.jar nekopull-0.2.4-javadoc.jar nekopull-0.2.4-sources.jar nekopull-0.2.4.jar pom.xml

Author: ngn
Date: Mon May  4 19:19:02 2009
New Revision: 771409

URL: http://svn.apache.org/viewvc?rev=771409&view=rev
Log:
Adding the files used to request the upload of nekopull into the Maven repo. Can be removed when upload is complete

Added:
    mina/sandbox/vysper/trunk/nekopull/
    mina/sandbox/vysper/trunk/nekopull/nekopull-0.2.4-bundle.jar   (with props)
    mina/sandbox/vysper/trunk/nekopull/nekopull-0.2.4-javadoc.jar   (with props)
    mina/sandbox/vysper/trunk/nekopull/nekopull-0.2.4-sources.jar   (with props)
    mina/sandbox/vysper/trunk/nekopull/nekopull-0.2.4.jar   (with props)
    mina/sandbox/vysper/trunk/nekopull/pom.xml

Added: mina/sandbox/vysper/trunk/nekopull/nekopull-0.2.4-bundle.jar
URL: http://svn.apache.org/viewvc/mina/sandbox/vysper/trunk/nekopull/nekopull-0.2.4-bundle.jar?rev=771409&view=auto
==============================================================================
Binary file - no diff available.

Propchange: mina/sandbox/vysper/trunk/nekopull/nekopull-0.2.4-bundle.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: mina/sandbox/vysper/trunk/nekopull/nekopull-0.2.4-javadoc.jar
URL: http://svn.apache.org/viewvc/mina/sandbox/vysper/trunk/nekopull/nekopull-0.2.4-javadoc.jar?rev=771409&view=auto
==============================================================================
Binary file - no diff available.

Propchange: mina/sandbox/vysper/trunk/nekopull/nekopull-0.2.4-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: mina/sandbox/vysper/trunk/nekopull/nekopull-0.2.4-sources.jar
URL: http://svn.apache.org/viewvc/mina/sandbox/vysper/trunk/nekopull/nekopull-0.2.4-sources.jar?rev=771409&view=auto
==============================================================================
Binary file - no diff available.

Propchange: mina/sandbox/vysper/trunk/nekopull/nekopull-0.2.4-sources.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: mina/sandbox/vysper/trunk/nekopull/nekopull-0.2.4.jar
URL: http://svn.apache.org/viewvc/mina/sandbox/vysper/trunk/nekopull/nekopull-0.2.4.jar?rev=771409&view=auto
==============================================================================
Binary file - no diff available.

Propchange: mina/sandbox/vysper/trunk/nekopull/nekopull-0.2.4.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: mina/sandbox/vysper/trunk/nekopull/pom.xml
URL: http://svn.apache.org/viewvc/mina/sandbox/vysper/trunk/nekopull/pom.xml?rev=771409&view=auto
==============================================================================
--- mina/sandbox/vysper/trunk/nekopull/pom.xml (added)
+++ mina/sandbox/vysper/trunk/nekopull/pom.xml Mon May  4 19:19:02 2009
@@ -0,0 +1,18 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.cyberneko.pull</groupId>
+  <artifactId>nekopull</artifactId>
+  <packaging>jar</packaging>
+  <name>nekopull</name>
+  <version>0.2.4</version>
+  <description>NekoPull is an XML document parsing API that extends the Xerces Native Interface (XNI) to provide pull parsing functionality. The pull parsing paradigm is different from tree-based APIs like the Document Object Model (DOM) and event stream APIs like the Simple API for XML (SAX) in that the application controls the parsing of documents. NekoPull is similar to lex in that the application requests, or pulls, the document information one piece at a time instead of having document information pushed to the application.</description>
+  <url>http://people.apache.org/~andyc/neko/doc/pull/index.html</url>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+</project>
+