View | Details | Raw Unified | Return to bug 476580 | Differences between
and this patch

Collapse All | Expand All

(-)wtp-parent/data/dependencies.properties (-2 / +2 lines)
Lines 42-49 Link Here
42
# Note that this data is used for "display" only. 
42
# Note that this data is used for "display" only. 
43
# During the build, the required bundles are fetched based on the orbitBundles.map file.
43
# During the build, the required bundles are fetched based on the orbitBundles.map file.
44
44
45
orbitthirdpartyzip.build.dir=R20150519210750
45
orbitthirdpartyzip.build.dir=R20150821153341
46
orbitthirdpartyzip.build.id=R20150519210750
46
orbitthirdpartyzip.build.id=R20150821153341
47
47
48
orbitthirdpartyzip.mirror.prefixuri=/tools/orbit/downloads/drops/${orbitthirdpartyzip.build.dir}
48
orbitthirdpartyzip.mirror.prefixuri=/tools/orbit/downloads/drops/${orbitthirdpartyzip.build.dir}
49
orbitthirdpartyzip.url=http://download.eclipse.org${orbitthirdpartyzip.mirror.prefixuri}
49
orbitthirdpartyzip.url=http://download.eclipse.org${orbitthirdpartyzip.mirror.prefixuri}
(-)wtp-parent/pom.xml (-11 lines)
Lines 1-493 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
  Copyright (c) 2012, 2015 Eclipse Foundation and others.
4
  All rights reserved. This program and the accompanying materials
5
  are made available under the terms of the Eclipse Distribution License v1.0
6
  which accompanies this distribution, and is available at
7
  http://www.eclipse.org/org/documents/edl-v10.php
8
 
9
  Contributors:
10
    Thanh Ha (Eclipse Foundation) - initial implementation
11
    Mickael Istria (Red Hat Inc.) - 424087 distributionManagement to enable mvn deploy

Return to bug 476580