From jdo-dev-return-5825-apmail-db-jdo-dev-archive=www.apache.org@db.apache.org Fri Jun 15 15:29:47 2007 Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 61966 invoked from network); 15 Jun 2007 15:29:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jun 2007 15:29:47 -0000 Received: (qmail 82912 invoked by uid 500); 15 Jun 2007 15:29:50 -0000 Mailing-List: contact jdo-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-dev@db.apache.org Received: (qmail 82901 invoked by uid 99); 15 Jun 2007 15:29:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jun 2007 08:29:50 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jun 2007 08:29:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 09518714159 for ; Fri, 15 Jun 2007 08:29:26 -0700 (PDT) Message-ID: <4892878.1181921366035.JavaMail.jira@brutus> Date: Fri, 15 Jun 2007 08:29:26 -0700 (PDT) From: "Michelle Caisse (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Created: (JDO-501) Need different export package info in manifest of api2 and api2-legacy MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Need different export package info in manifest of api2 and api2-legacy ---------------------------------------------------------------------- Key: JDO-501 URL: https://issues.apache.org/jira/browse/JDO-501 Project: JDO Issue Type: Task Components: api2, api2-legacy Affects Versions: JDO 2 maintenance release 1 Reporter: Michelle Caisse We need to provide different export package information for api2 and api2-legacy. Currently this is in trunk/JDO20.MF: Export-Package: javax.jdo, javax.jdo.datastore, javax.jdo.identity, javax.jdo.listener, javax.jdo.spi Bundle-Vendor: Apache Import-Package: javax.transaction;resolution:=optional For api2, we need to add the javax.jdo.annotations packate to the Export-Package list. However, this file may not be the place to provide that information because it seeds the jar files for all of the packages (e.g. tck2, enhancer20...) through the setting in each project's project.properties file: # Manifest seed file maven.jar.manifest = ${basedir}/../JDO20.MF We need to put project-specific manifest seed information in a separate location. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.