Skip to content

Instantly share code, notes, and snippets.

Manifest-Version: 1.0
Implementation-Vendor: The Apache Software Foundation
Bundle-Localization: plugin
X-Compile-Target-JDK: 1.5
Built-By: pemben
Bundle-Version: 2.0.1.v201105210651
X-Compile-Source-JDK: 1.5
Specification-Version: 2.0.1
Specification-Title: Commons IO
Build-Jdk: 1.5.0_22
1,3c1,3
< Classfile jar:file:/opt/pwebster/lts/buildRepo_R42/R-4.2-201206081400/plugins/org.eclipse.osgi_3.8.0.v20120529-1548.jar!/org/eclipse/core/runtime/adaptor/EclipseStarter.class
< Last modified May 29, 2012; size 42043 bytes
< MD5 checksum 319fc057f43d2e61a4f311f5c2de033f
---
> Classfile jar:file:/opt/pwebster/lts/buildRepo_R4_aggregator/plugins/org.eclipse.osgi_3.8.0.v20120529-1548.jar!/org/eclipse/core/runtime/adaptor/EclipseStarter.class
> Last modified Jul 18, 2012; size 41444 bytes
> MD5 checksum d8ea0dc17d8f65da5833be10715645e2
8,10c8,10
< public static #1579= #783 of #782; //Entry=class java/util/Map$Entry of class java/util/Map
<profile>
<id>eclipse-pack</id>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho.version}</version>
<configuration>
<includePackedArtifacts>true</includePackedArtifacts>
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.eclipse.e4.tools:org.eclipse.e4.core.tools.update:0.12.0.qualifier (/opt/pwebster/git/R43/org.eclipse.e4.tools/build/org.eclipse.e4.core.tools.update/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM: Could not find artifact org.eclipse.e4.tools:parent:pom:1.0.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 5, column 12 -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
Manifest-Version: 1.0
Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: com.sun.xml.bind
Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/too
ls:org.eclipse.orbit/com.sun.xml.bind;tag=v201105210647
Export-Package: com.sun.istack;version="2.2",com.sun.istack.localizati
on;version="2.2",com.sun.istack.logging;version="2.2.0",com.sun.xml.b
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="output" path="bin"/>
</classpath>
/*******************************************************************************
* Copyright (c) 2009, 2012 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
eclipse/eclipse \
-application org.eclipse.equinox.p2.director \
-noSplash \
-repository \
http://www.eclipse.org/external/eclipse/updates/4.2-M-builds,\
http://www.eclipse.org/external/e4/updates/0.13-I-builds,\
http://download.eclipse.org/releases/maintenance,\
http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository,\
file://$HOME/eclipseUpdate \
-installIUs \
<xsl:template match="@*|node()">
<xsl:copy>
<xsl:apply-templates select="@*">
<xsl:sort select="name()" />
</xsl:apply-templates>
<xsl:apply-templates select="node()">
<xsl:sort select="name()" />
<xsl:sort select="@*" />
</xsl:apply-templates>
</xsl:copy>
pushd eclipse.platform.releng.aggregator
git pull
git submodule foreach git pull
popd
pushd eclipse.platform.releng.aggregator
mvn -f maven-cbi-plugin/pom.xml clean install -Dmaven.repo.local=$LREPO
popd
pushd eclipse.platform.releng.aggregator