Return-Path: Delivered-To: apmail-incubator-ace-commits-archive@minotaur.apache.org Received: (qmail 12669 invoked from network); 4 Jan 2010 18:11:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Jan 2010 18:11:58 -0000 Received: (qmail 43050 invoked by uid 500); 4 Jan 2010 18:11:58 -0000 Delivered-To: apmail-incubator-ace-commits-archive@incubator.apache.org Received: (qmail 43032 invoked by uid 500); 4 Jan 2010 18:11:58 -0000 Mailing-List: contact ace-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ace-dev@incubator.apache.org Delivered-To: mailing list ace-commits@incubator.apache.org Received: (qmail 43022 invoked by uid 99); 4 Jan 2010 18:11:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jan 2010 18:11:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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, 04 Jan 2010 18:11:57 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0494E23888CD; Mon, 4 Jan 2010 18:11:36 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r895734 - in /incubator/ace/trunk: ace-configurator-useradmin-task/ ace-deployment-provider-repositorybased/ ace-repository-api/src/main/java/org/apache/ace/repository/ext/ ace-repository/src/main/java/org/apache/ace/repository/ext/ Date: Mon, 04 Jan 2010 18:11:35 -0000 To: ace-commits@incubator.apache.org From: tonit@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100104181136.0494E23888CD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tonit Date: Mon Jan 4 18:11:35 2010 New Revision: 895734 URL: http://svn.apache.org/viewvc?rev=895734&view=rev Log: ACE-62 fixed headers (matched with ant build) Added: incubator/ace/trunk/ace-repository/src/main/java/org/apache/ace/repository/ext/BackupRepository.java - copied unchanged from r895679, incubator/ace/trunk/ace-repository-api/src/main/java/org/apache/ace/repository/ext/BackupRepository.java incubator/ace/trunk/ace-repository/src/main/java/org/apache/ace/repository/ext/CachedRepository.java - copied unchanged from r895679, incubator/ace/trunk/ace-repository-api/src/main/java/org/apache/ace/repository/ext/CachedRepository.java Removed: incubator/ace/trunk/ace-repository-api/src/main/java/org/apache/ace/repository/ext/BackupRepository.java incubator/ace/trunk/ace-repository-api/src/main/java/org/apache/ace/repository/ext/CachedRepository.java Modified: incubator/ace/trunk/ace-configurator-useradmin-task/osgi.bnd incubator/ace/trunk/ace-deployment-provider-repositorybased/osgi.bnd Modified: incubator/ace/trunk/ace-configurator-useradmin-task/osgi.bnd URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-configurator-useradmin-task/osgi.bnd?rev=895734&r1=895733&r2=895734&view=diff ============================================================================== --- incubator/ace/trunk/ace-configurator-useradmin-task/osgi.bnd (original) +++ incubator/ace/trunk/ace-configurator-useradmin-task/osgi.bnd Mon Jan 4 18:11:35 2010 @@ -9,3 +9,5 @@ Export-Package:\ ${bundle.namespace}; version="${pom.version}" +Embed-Dependency:\ + ace-repository; scope=compile|runtime; type=!pom;inline=true \ No newline at end of file Modified: incubator/ace/trunk/ace-deployment-provider-repositorybased/osgi.bnd URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-deployment-provider-repositorybased/osgi.bnd?rev=895734&r1=895733&r2=895734&view=diff ============================================================================== --- incubator/ace/trunk/ace-deployment-provider-repositorybased/osgi.bnd (original) +++ incubator/ace/trunk/ace-deployment-provider-repositorybased/osgi.bnd Mon Jan 4 18:11:35 2010 @@ -9,3 +9,6 @@ Export-Package:\ ${bundle.namespace}; version="${pom.version}" +Embed-Dependency:\ + ace-deployment-provider-api; inline=true, ace-deployment-provider-base; inline=true,ace-repository; inline=true +