Skip to main content

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

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="helios.build#//@categories.9"/>
 </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



Back to the top