Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 91304 invoked from network); 17 Dec 2009 22:20:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Dec 2009 22:20:46 -0000 Received: (qmail 34613 invoked by uid 500); 17 Dec 2009 22:20:46 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 34536 invoked by uid 500); 17 Dec 2009 22:20:46 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 34526 invoked by uid 99); 17 Dec 2009 22:20:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Dec 2009 22:20:46 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Dec 2009 22:20:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7F9C2234C4DC for ; Thu, 17 Dec 2009 14:20:18 -0800 (PST) Message-ID: <1061371592.1261088418521.JavaMail.jira@brutus> Date: Thu, 17 Dec 2009 22:20:18 +0000 (UTC) From: "Jarek Gawor (JIRA)" To: dev@felix.apache.org Subject: [jira] Updated: (FELIX-1951) The SchemaObr.xsd in bundleplugin is incomplete In-Reply-To: <724782979.1261088178164.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FELIX-1951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Gawor updated FELIX-1951: ------------------------------- Attachment: FELIX-1951.patch The attached patch includes some updates to SchemaObr.xsd that allows the generated repository.xml to be validated against the schema. For example: $ xmllint --noout --schema bundleplugin/src/main/resources/SchemaObr.xsd ~/.m2/repository/repository.xml /home/gawor/.m2/repository/repository.xml validates > The SchemaObr.xsd in bundleplugin is incomplete > ----------------------------------------------- > > Key: FELIX-1951 > URL: https://issues.apache.org/jira/browse/FELIX-1951 > Project: Felix > Issue Type: Bug > Components: Bundle Repository (OBR), Maven Bundle Plugin > Reporter: Jarek Gawor > Attachments: FELIX-1951.patch > > > The SchemaObr.xsd in bundleplugin is incomplete. It's missing a few elements and attributes and the repository.xml generated by maven-bundle-plugin does not validate against it. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.