Return-Path: X-Original-To: apmail-ant-notifications-archive@minotaur.apache.org Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A996C9904 for ; Mon, 30 Jul 2012 16:55:59 +0000 (UTC) Received: (qmail 4960 invoked by uid 500); 30 Jul 2012 16:55:59 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 4931 invoked by uid 500); 30 Jul 2012 16:55:59 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 4923 invoked by uid 99); 30 Jul 2012 16:55:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jul 2012 16:55:59 +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; Mon, 30 Jul 2012 16:55:56 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 0CE7B238890B for ; Mon, 30 Jul 2012 16:55:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1367169 - in /ant/ivy/ivyde/trunk/test/envvar: ./ .classpath .project ivy.xml ivysettings.xml src/ Date: Mon, 30 Jul 2012 16:55:11 -0000 To: notifications@ant.apache.org From: hibou@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120730165512.0CE7B238890B@eris.apache.org> Author: hibou Date: Mon Jul 30 16:55:11 2012 New Revision: 1367169 URL: http://svn.apache.org/viewvc?rev=1367169&view=rev Log: IVYDE-314: test project that show that environment variables resolution already works Added: ant/ivy/ivyde/trunk/test/envvar/ (with props) ant/ivy/ivyde/trunk/test/envvar/.classpath (with props) ant/ivy/ivyde/trunk/test/envvar/.project (with props) ant/ivy/ivyde/trunk/test/envvar/ivy.xml (with props) ant/ivy/ivyde/trunk/test/envvar/ivysettings.xml (with props) ant/ivy/ivyde/trunk/test/envvar/src/ Propchange: ant/ivy/ivyde/trunk/test/envvar/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Mon Jul 30 16:55:11 2012 @@ -0,0 +1 @@ +bin Added: ant/ivy/ivyde/trunk/test/envvar/.classpath URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/envvar/.classpath?rev=1367169&view=auto ============================================================================== Binary file - no diff available. Propchange: ant/ivy/ivyde/trunk/test/envvar/.classpath ------------------------------------------------------------------------------ svn:mime-type = application/xml Added: ant/ivy/ivyde/trunk/test/envvar/.project URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/envvar/.project?rev=1367169&view=auto ============================================================================== --- ant/ivy/ivyde/trunk/test/envvar/.project (added) +++ ant/ivy/ivyde/trunk/test/envvar/.project Mon Jul 30 16:55:11 2012 @@ -0,0 +1,36 @@ + + + + ivydetest-envvar + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + org.apache.ivyde.eclipse.ivynature + + Propchange: ant/ivy/ivyde/trunk/test/envvar/.project ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ant/ivy/ivyde/trunk/test/envvar/.project ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: ant/ivy/ivyde/trunk/test/envvar/.project ------------------------------------------------------------------------------ svn:mime-type = text/xml Added: ant/ivy/ivyde/trunk/test/envvar/ivy.xml URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/envvar/ivy.xml?rev=1367169&view=auto ============================================================================== --- ant/ivy/ivyde/trunk/test/envvar/ivy.xml (added) +++ ant/ivy/ivyde/trunk/test/envvar/ivy.xml Mon Jul 30 16:55:11 2012 @@ -0,0 +1,31 @@ + + + + + Project to test environement variable resolution + + + + + + + + + Propchange: ant/ivy/ivyde/trunk/test/envvar/ivy.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ant/ivy/ivyde/trunk/test/envvar/ivy.xml ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: ant/ivy/ivyde/trunk/test/envvar/ivy.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Added: ant/ivy/ivyde/trunk/test/envvar/ivysettings.xml URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/envvar/ivysettings.xml?rev=1367169&view=auto ============================================================================== --- ant/ivy/ivyde/trunk/test/envvar/ivysettings.xml (added) +++ ant/ivy/ivyde/trunk/test/envvar/ivysettings.xml Mon Jul 30 16:55:11 2012 @@ -0,0 +1,28 @@ + + + + + + + + + + + Propchange: ant/ivy/ivyde/trunk/test/envvar/ivysettings.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ant/ivy/ivyde/trunk/test/envvar/ivysettings.xml ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: ant/ivy/ivyde/trunk/test/envvar/ivysettings.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml