Return-Path: X-Original-To: apmail-clerezza-commits-archive@www.apache.org Delivered-To: apmail-clerezza-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D09BA101E4 for ; Wed, 6 Nov 2013 18:20:52 +0000 (UTC) Received: (qmail 81521 invoked by uid 500); 6 Nov 2013 18:20:52 -0000 Delivered-To: apmail-clerezza-commits-archive@clerezza.apache.org Received: (qmail 81475 invoked by uid 500); 6 Nov 2013 18:20:52 -0000 Mailing-List: contact commits-help@clerezza.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@clerezza.apache.org Delivered-To: mailing list commits@clerezza.apache.org Received: (qmail 81410 invoked by uid 99); 6 Nov 2013 18:20:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Nov 2013 18:20:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED 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, 06 Nov 2013 18:20:50 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 650A02388999; Wed, 6 Nov 2013 18:20:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1539419 - in /clerezza/trunk: scala-scripting/script-engine/nbactions.xml shell/nbactions.xml Date: Wed, 06 Nov 2013 18:20:29 -0000 To: commits@clerezza.apache.org From: reto@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131106182029.650A02388999@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: reto Date: Wed Nov 6 18:20:28 2013 New Revision: 1539419 URL: http://svn.apache.org/r1539419 Log: added netbeans actions file Added: clerezza/trunk/scala-scripting/script-engine/nbactions.xml clerezza/trunk/shell/nbactions.xml Added: clerezza/trunk/scala-scripting/script-engine/nbactions.xml URL: http://svn.apache.org/viewvc/clerezza/trunk/scala-scripting/script-engine/nbactions.xml?rev=1539419&view=auto ============================================================================== --- clerezza/trunk/scala-scripting/script-engine/nbactions.xml (added) +++ clerezza/trunk/scala-scripting/script-engine/nbactions.xml Wed Nov 6 18:20:28 2013 @@ -0,0 +1,11 @@ + + + + CUSTOM-deploy to localhost:8080 + deploy to localhost:8080 + + install + org.apache.sling:maven-sling-plugin:install + + + Added: clerezza/trunk/shell/nbactions.xml URL: http://svn.apache.org/viewvc/clerezza/trunk/shell/nbactions.xml?rev=1539419&view=auto ============================================================================== --- clerezza/trunk/shell/nbactions.xml (added) +++ clerezza/trunk/shell/nbactions.xml Wed Nov 6 18:20:28 2013 @@ -0,0 +1,11 @@ + + + + CUSTOM-deploy to localhost:8080 + deploy to localhost:8080 + + install + org.apache.sling:maven-sling-plugin:install + + +