Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 9744 invoked from network); 25 Nov 2009 19:40:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Nov 2009 19:40:11 -0000 Received: (qmail 23260 invoked by uid 500); 25 Nov 2009 19:40:11 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 23164 invoked by uid 500); 25 Nov 2009 19:40:10 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 23155 invoked by uid 99); 25 Nov 2009 19:40:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Nov 2009 19:40:10 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Nov 2009 19:40:07 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C2A3B23889D0; Wed, 25 Nov 2009 19:39:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r884236 - in /commons/sandbox/runtime/trunk: maven.xml pom.xml project.xml src/site/ src/site/site.xml xdocs/index.xml Date: Wed, 25 Nov 2009 19:39:47 -0000 To: commits@commons.apache.org From: psteitz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091125193947.C2A3B23889D0@eris.apache.org> Author: psteitz Date: Wed Nov 25 19:39:47 2009 New Revision: 884236 URL: http://svn.apache.org/viewvc?rev=884236&view=rev Log: Dropped maven 1 artifacts and added minimal maven 2 pom, site.xml for site generation only. Added: commons/sandbox/runtime/trunk/pom.xml (with props) commons/sandbox/runtime/trunk/src/site/ commons/sandbox/runtime/trunk/src/site/site.xml (with props) Removed: commons/sandbox/runtime/trunk/maven.xml commons/sandbox/runtime/trunk/project.xml Modified: commons/sandbox/runtime/trunk/xdocs/index.xml Added: commons/sandbox/runtime/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/pom.xml?rev=884236&view=auto ============================================================================== --- commons/sandbox/runtime/trunk/pom.xml (added) +++ commons/sandbox/runtime/trunk/pom.xml Wed Nov 25 19:39:47 2009 @@ -0,0 +1,100 @@ + + + + + + + 4.0.0 + + org.apache.commons + commons-sandbox-parent + 7 + + + commons-runtime + 1.0-SNAPSHOT + Commons Runtime (Sandbox) + 2008 + + + + http://commons.apache.org/sandbox/runtime/ + + + + scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/runtime/trunk/ + + + scm:svn:https://svn.apache.org/repos/asf/commons/sandbox/runtime/trunk/ + + + http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/ + + + + + + people.apache.org + Commons Runtime + + ${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/sandbox/runtime + + + + + + + Mladen Turk + mturk + mturk at apache dot org + + + + + + + + + + + + + + org.apache.maven.plugins + maven-site-plugin + + false + + + + + + + + + + runtime + + Propchange: commons/sandbox/runtime/trunk/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: commons/sandbox/runtime/trunk/pom.xml ------------------------------------------------------------------------------ svn:keywords = Date Revision Propchange: commons/sandbox/runtime/trunk/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Added: commons/sandbox/runtime/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/site/site.xml?rev=884236&view=auto ============================================================================== --- commons/sandbox/runtime/trunk/src/site/site.xml (added) +++ commons/sandbox/runtime/trunk/src/site/site.xml Wed Nov 25 19:39:47 2009 @@ -0,0 +1,34 @@ + + + + + Commons Runtime + /index.html + + + + + + + + + + + + + Propchange: commons/sandbox/runtime/trunk/src/site/site.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: commons/sandbox/runtime/trunk/src/site/site.xml ------------------------------------------------------------------------------ svn:keywords = Date Revision Propchange: commons/sandbox/runtime/trunk/src/site/site.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Modified: commons/sandbox/runtime/trunk/xdocs/index.xml URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/xdocs/index.xml?rev=884236&r1=884235&r2=884236&view=diff ============================================================================== --- commons/sandbox/runtime/trunk/xdocs/index.xml (original) +++ commons/sandbox/runtime/trunk/xdocs/index.xml Wed Nov 25 19:39:47 2009 @@ -26,8 +26,8 @@
-

In today's world Java™ is used mainly to develop server based -application. On the other hand Java™ doesn't offer API that +

In today's world Java is used mainly to develop server based +application. On the other hand Java doesn't offer API that can fully benefit from the features most modern operating systems provide.