Return-Path: X-Original-To: apmail-argus-commits-archive@minotaur.apache.org Delivered-To: apmail-argus-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6933E17B48 for ; Thu, 30 Oct 2014 02:12:27 +0000 (UTC) Received: (qmail 30480 invoked by uid 500); 30 Oct 2014 02:12:27 -0000 Delivered-To: apmail-argus-commits-archive@argus.apache.org Received: (qmail 30458 invoked by uid 500); 30 Oct 2014 02:12:27 -0000 Mailing-List: contact commits-help@argus.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@argus.incubator.apache.org Delivered-To: mailing list commits@argus.incubator.apache.org Received: (qmail 30449 invoked by uid 99); 30 Oct 2014 02:12:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Oct 2014 02:12:27 +0000 X-ASF-Spam-Status: No, hits=-2000.6 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 30 Oct 2014 02:12:25 +0000 Received: (qmail 26645 invoked by uid 99); 30 Oct 2014 02:12:05 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Oct 2014 02:12:05 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D1ECB92409C; Thu, 30 Oct 2014 02:12:04 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sneethir@apache.org To: commits@argus.incubator.apache.org Date: Thu, 30 Oct 2014 02:12:07 -0000 Message-Id: In-Reply-To: <302529b7617e4810a6b23a2ac57473f8@git.apache.org> References: <302529b7617e4810a6b23a2ac57473f8@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [4/9] ARGUS-137 Rename Apache Argus to Apache Ranger on the codebase/config X-Virus-Checked: Checked by ClamAV on apache.org http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/6af44c4f/winpkg/src/main/assemblies/winpkg.xml ---------------------------------------------------------------------- diff --git a/winpkg/src/main/assemblies/winpkg.xml b/winpkg/src/main/assemblies/winpkg.xml new file mode 100644 index 0000000..a4566f5 --- /dev/null +++ b/winpkg/src/main/assemblies/winpkg.xml @@ -0,0 +1,63 @@ + + + ${project.version}.winpkg + + dir + zip + + false + + + + ${basedir}/src/resources + /resources + + ** + + + + + ${basedir}/src/scripts + /scripts + + ** + + + + ${basedir}/src/template/bin + /template + + ** + + + + + ${basedir}/../target/ + /resources + + ranger-*-usersync.zip + ranger-*-admin.zip + ranger*plugin.zip + + + *-src.zip + + + + http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/6af44c4f/winpkg/src/resources/servicehost.exe ---------------------------------------------------------------------- diff --git a/winpkg/src/resources/servicehost.exe b/winpkg/src/resources/servicehost.exe new file mode 100644 index 0000000..48754a1 Binary files /dev/null and b/winpkg/src/resources/servicehost.exe differ http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/6af44c4f/winpkg/src/resources/winpkg.cmd ---------------------------------------------------------------------- diff --git a/winpkg/src/resources/winpkg.cmd b/winpkg/src/resources/winpkg.cmd new file mode 100644 index 0000000..d7180c0 --- /dev/null +++ b/winpkg/src/resources/winpkg.cmd @@ -0,0 +1,18 @@ +@echo off +@rem Licensed to the Apache Software Foundation (ASF) under one or more +@rem contributor license agreements. See the NOTICE file distributed with +@rem this work for additional information regarding copyright ownership. +@rem The ASF licenses this file to You under the Apache License, Version 2.0 +@rem (the "License"); you may not use this file except in compliance with +@rem the License. You may obtain a copy of the License at +@rem +@rem http://www.apache.org/licenses/LICENSE-2.0 +@rem +@rem Unless required by applicable law or agreed to in writing, software +@rem distributed under the License is distributed on an "AS IS" BASIS, +@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +@rem See the License for the specific language governing permissions and +@rem limitations under the License. + +powershell.exe -NoProfile -InputFormat none -ExecutionPolicy unrestricted -command %~dp0winpkg.ps1 %* +goto :eof