Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Heads-up/help for M7 contrib.


Yes, that looks right. But, you'll also have to change the 'helios.build' file at the same time, since the category entries are "cross referenced" there as well. So when you change your eclipselink.build file, also change the helios.build file so your features there, currently

    <features href="">
    <features href="">
    <features href="">
    <features href="">
    <features href="">
    <features href="">

have only  

    <features href="">

Thanks,



From: Eric Gwin <eric.gwin@xxxxxxxxxx>
To: Cross project issues <cross-project-issues-dev@xxxxxxxxxxx>
Date: 05/03/2010 08:45 PM
Subject: [cross-project-issues-dev] Heads-up/help for M7 contrib.
Sent by: cross-project-issues-dev-bounces@xxxxxxxxxxx





Hi,

I'm basically ready to submit EclipseLink for M7. However, as a result
of a bug fix for RT there is a packaging there have been feature changes
and I'm pretty sure that my simply changing the eclipselink.build won't
cover all the bases. So I'm asking before I actually submit our
contribution.

The major change is that we have added an sdk feature (that includes the
existing features) for rt. Only the sdk feature should be categorized.
Therefore, I believe that I need to change the EclipseLink build to:

<?xml version="1.0" encoding="UTF-8"?>
<build:Contribution xmi:version="2.0" xmlns:xmi="
http://www.omg.org/XMI"
xmlns:build="
http://www.eclipse.org/amalgam/2008/build" label="EclipseLink">
 <contacts name="Eric Gwin" email="eric.gwin@xxxxxxxxxx"/>
 <features id="org.eclipse.persistence.sdk"
version="2.1.0.v20100503-r7134" repo="//@repositories.0">
   <category href="">  </features>
 <repositories
location="
http://download.eclipse.org/rt/eclipselink/helios-integration-M7/"
label="EclipseLink"/>
</build:Contribution>

Is there anything else that needs to be done? David? Jeff?

Thanks.

-Eric

--
-Eric

Oracle <
http://www.oracle.com>
Eric Gwin | Senior Software Developer
Phone: +613 288 4622 <tel:+613%20288%204622> | | Fax: +613 2382818
<fax:+613%202382818> | | Mobile: +613 8582347 <tel:+613%208582347>
Oracle Java Server Technologies
ORACLE Canada | 45 O'Connor St., Ottawa, Ontario | K1P 6L2
Green Oracle <
http://www.oracle.com/commitment> Oracle is committed to
developing practices and products that help protect the environment

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev



Back to the top