Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epp-dev] Juno M3...

Markus,

I was able to check out dev.eclipse.org/cvsroot/technology/org.eclipse.epp/packages I hope that is all that is required.

The attached patch is required for org.eclipse.epp.packages.linuxtools.feature/feature.xml. I could not check it in.

Please look at it. If the version needs to be updated, then please do that as well.

-- Jeff J.

On 11/09/2011 12:28 PM, Jeff Johnston wrote:
Markus,

Give me a chance to look at this. The Juno aggregation had to change
because a number of features were renamed. I'm guessing this is the
problem. I have never modified the EPP before so if you can point me to
the appropriate CVS repository, that would be helpful.

-- Jeff J.

On 11/09/2011 03:47 AM, Markus Knauer wrote:
Most packages are building, but not the LinuxTools and the Scout
packages. Both define requirements that are not yet contributed to the
Simultaneous Release repository.

What's the status and outlook here? Any plans to change this for M3? Or
would it be possible to remove some dependencies in order to build them
with a reduced functionality (if this makes sense)?

Thanks,
Markus


On 7 November 2011 20:28, Markus Knauer <mknauer@xxxxxxxxxxxxxxxxx
<mailto:mknauer@xxxxxxxxxxxxxxxxx>> wrote:

...maybe you've seen that I updated the configurations and enabled
the Hudson jobs for the EPP builds towards Juno M3. If you are
interested in early builds please check the juno.epp-xyz-builds on
Hudson
(https://hudson.eclipse.org/hudson/view/Repository%20Aggregation/)
and the packages at
http://build.eclipse.org/technology/epp/epp_build/juno/download/.

Thanks,
Markus





_______________________________________________
epp-dev mailing list
epp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/epp-dev

_______________________________________________
epp-dev mailing list
epp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/epp-dev

Index: feature.xml
===================================================================
RCS file: /cvsroot/technology/org.eclipse.epp/packages/org.eclipse.epp.package.linuxtools.feature/feature.xml,v
retrieving revision 1.13
diff -u -p -r1.13 feature.xml
--- feature.xml	16 Aug 2011 21:19:53 -0000	1.13
+++ feature.xml	9 Nov 2011 17:40:01 -0000
@@ -45,14 +45,14 @@
       <import feature="org.eclipse.cdt.p2"/>
       <import feature="org.eclipse.cdt.debug.ui.memory"/>
       <import feature="org.eclipse.linuxtools.cdt.autotools"/>
-      <import feature="org.eclipse.linuxtools.cdt.libhover"/>
+      <import feature="org.eclipse.linuxtools.cdt.libhover.feature"/>
       <import feature="org.eclipse.linuxtools.changelog"/>
-      <import feature="org.eclipse.linuxtools.gprof"/>
-      <import feature="org.eclipse.linuxtools.oprofile"/>
+      <import feature="org.eclipse.linuxtools.gprof.feature"/>
+      <import feature="org.eclipse.linuxtools.oprofile.feature"/>
       <import feature="org.eclipse.linuxtools.rpm"/>
-      <import feature="org.eclipse.linuxtools.rpm.ui.editor"/>
+      <import feature="org.eclipse.linuxtools.rpm.ui.editor.feature"/>
       <import feature="org.eclipse.linuxtools.systemtap"/>
-      <import feature="org.eclipse.linuxtools.callgraph"/>
+      <import feature="org.eclipse.linuxtools.callgraph.feature"/>
       <import feature="org.eclipse.linuxtools.valgrind"/>
       <import feature="org.eclipse.linuxtools.gcov"/>
       <import feature="org.eclipse.linuxtools.lttng"/>

Back to the top