Hi, The last patch had a bug. Attached is the correct patch.
Regards, Ashwani Kr Sharma On Tue, Dec 6, 2011 at 9:19 AM, Ashwani Sharma <[email protected]> wrote: > Hi, > > I am not able to submit updated files for contribution. I am putting files > here: org.eclipse.juno.build @ /cvsroot/callisto > Do i need special permission for this ? > > Attached is the patch containing my changes for contribution of EMF Query2. > > Regards, > Ashwani Kr Sharma > > > On Tue, Dec 6, 2011 at 4:37 AM, David M Williams < > [email protected]> wrote: > >> >> >> First, remember M4 is "next week" and is short .... code-done window from >> Friday 12/9 to Wednesday 12/14 ... to be made available on 12/16. Please >> remember to respond quickly to "build breaks", even if before your >> official >> +n due date. >> >> Second, projects leads, remember to "sign up" for the Juno release by M4, >> on the Eclipse Foundation's Portal. For a list of who is signed up, see >> http://eclipse.org/juno/planning/SimultaneousReleaseOverview.php >> >> For our M4 composite repo, please note ... normally we keep 3 milestones >> (M-2 to M) in our composite repo .../releases/juno ... but, it is >> anticipated that we will not be able to do that for M4, since a central, >> much used bundle (javax.servlet) will have its package versions moving >> _down_ from previous milestones. While that's been announced before and >> discussed in other bugs, see bug 365629 for complications that might arise >> when both versions are "available". So, we will plan on the M4 juno common >> repository to be _only_ M4. This might effect anyone with "runtime >> targets" >> defined in their IDEs (forcing some updates to be required sooner than the >> M-2 strategy allows). Please let us know if this plan has unanticipated >> effects. >> >> I have just this evening updated .../releases/staging so that everyone who >> has contributed recently (since M3) should be in there ... if you want to >> do some early testing. >> >> At this moment, 4 projects have "enabled='false'" somewhere still in their >> b3aggrcon file ... remember to join-in by M4. Be there, or be square :) >> >> equinox.b3aggrcon (4 matches) >> mdt-papyrus.b3aggrcon >> rap.b3aggrcon >> scout.b3aggrcon >> >> Thanks all, >> >> >> >> _______________________________________________ >> cross-project-issues-dev mailing list >> [email protected] >> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev >> > >
### Eclipse Workspace Patch 1.0 #P org.eclipse.juno.build Index: emf-query2.b3aggrcon =================================================================== RCS file: emf-query2.b3aggrcon diff -N emf-query2.b3aggrcon --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ emf-query2.b3aggrcon 1 Jan 1970 00:00:00 -0000 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="ASCII"?> +<aggregator:Contribution xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:aggregator="http://www.eclipse.org/b3/2011/aggregator/1.1.0" description="Contribution for EMF Query2" label="EMF Query2"> + <repositories location="http://download.eclipse.org/modeling/emf/query2/updates/1.0/" description="EMF Query2 updates"> + <features description="EMF Query2 core" name="org.eclipse.emf.query2.core.feature.feature.group"/> + <features description="EMF Query2 String Syntax" name="org.eclipse.emf.query2.stringsyntax.feature.feature.group"/> + </repositories> +</aggregator:Contribution> Index: simrel.b3aggr =================================================================== RCS file: /cvsroot/callisto/org.eclipse.juno.build/simrel.b3aggr,v retrieving revision 1.24 diff -u -r1.24 simrel.b3aggr --- simrel.b3aggr 4 Dec 2011 02:13:26 -0000 1.24 +++ simrel.b3aggr 6 Dec 2011 03:54:45 -0000 @@ -37,6 +37,7 @@ <contributions href="emf-transaction.b3aggrcon#/"/> <contributions href="emf-validation.b3aggrcon#/"/> <contributions href="emf-query.b3aggrcon#/"/> + <contributions href="emf-query2.b3aggrcon#/"/> <contributions href="m2t-acceleo.b3aggrcon#/"/> <contributions href="gmp-gmf-notation.b3aggrcon#/"/> <contributions href="gmp-gmf-runtime.b3aggrcon#/"/> @@ -449,4 +450,6 @@ <contacts name="Mickael Istria" email="[email protected]"/> <contacts name="Michael Golubev" email="[email protected]"/> <contacts name="Konstantin Komissarchik" email="[email protected]"/> + <contacts name="Ashwani Kr Sharma" email="[email protected]"/> + <mavenMappings/> </aggregator:Aggregation>
_______________________________________________ cross-project-issues-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
