Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[472835] Update buildtime dependencies
Change-Id: I60eec0de8b2754167f0949b4db73dd9c55632d00
  • Loading branch information
psabeva committed Feb 2, 2016
1 parent ec899ee commit 165526b
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
Expand Up @@ -9,14 +9,14 @@

<properties>
<tycho-version>0.15.0</tycho-version>
<eclipse-site>http://download.eclipse.org/eclipse/updates/4.3milestones/</eclipse-site>
<emf-site>http://download.eclipse.org/modeling/emf/emf/updates/2.9milestones/</emf-site>
<eclipse-site>http://download.eclipse.org/eclipse/updates/4.5/</eclipse-site>
<emf-site>http://download.eclipse.org/modeling/emf/emf/updates/2.11/</emf-site>
<emf-transaction>http://download.eclipse.org/modeling/emf/transaction/updates/milestones</emf-transaction>
<emf-validation>http://download.eclipse.org/modeling/emf/validation/updates/milestones</emf-validation>
<dtp-site>http://download.eclipse.org/datatools/downloads/drops/M_updates_1.11.0/</dtp-site>
<dtp-site>http://download.eclipse.org/datatools/downloads/drops/M_updates_1.12.0/</dtp-site>
<gef-site>http://download.eclipse.org/tools/gef/updates/interim/</gef-site>
<wtp-site>http://build.eclipse.org/webtools/committers/wtp4x-R3.5.0-I/20130404041018/I-3.5.0-20130404041018/repository/</wtp-site>
<graphiti-site>http://download.eclipse.org/graphiti/updates/milestones/S-0.10.0M6-201303191346</graphiti-site>
<wtp-site>http://download.eclipse.org/webtools/repository/mars/</wtp-site>
<graphiti-site>http://download.eclipse.org/graphiti/updates/0.12.1/</graphiti-site>
<swtbot-site>http://download.eclipse.org/technology/swtbot/releases/latest/</swtbot-site>
</properties>

Expand Down Expand Up @@ -57,7 +57,7 @@

<repositories>
<repository>
<id>Kepler</id>
<id>Mars</id>
<url>${eclipse-site}</url>
<layout>p2</layout>
</repository>
Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/org.eclipse.jpt.jpadiagrameditor.feature_1.2.101.qualifier.jar" id="org.eclipse.jpt.jpadiagrameditor.feature" version="1.2.101.qualifier">
<feature url="features/org.eclipse.jpt.jpadiagrameditor.feature_1.2.201.qualifier.jar" id="org.eclipse.jpt.jpadiagrameditor.feature" version="1.2.201.qualifier">
<category name="jpa_diagram_editor"/>
</feature>
<category-def name="jpa_diagram_editor" label="JPA Diagram Editor"/>
Expand Down
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.jpt.jpadiagrameditor.feature"
label="%featureName"
version="1.2.101.qualifier"
version="1.2.201.qualifier"
provider-name="%providerName"
plugin="org.eclipse.jpt.jpadiagrameditor.branding"
license-feature="org.eclipse.license"
Expand All @@ -21,8 +21,8 @@
</license>

<requires>
<import feature="org.eclipse.graphiti.feature" version="0.10.0" match="greaterOrEqual"/>
<import feature="org.eclipse.jpt.jpa.feature" version="3.3.0" match="greaterOrEqual"/>
<import feature="org.eclipse.graphiti.feature" version="0.12.0" match="greaterOrEqual"/>
<import feature="org.eclipse.jpt.jpa.feature" version="3.4.0" match="greaterOrEqual"/>
</requires>

<plugin
Expand Down
Expand Up @@ -24,7 +24,7 @@

<groupId>org.eclipse.webtools.dali</groupId>
<artifactId>org.eclipse.jpt.jpadiagrameditor.feature</artifactId>
<version>1.2.101-SNAPSHOT</version>
<version>1.2.201-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<name>JPA Diagram Editor Feature</name>

Expand Down
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.jpt.jpadiagrameditor.tests.feature"
label="%featureName"
version="1.2.101.qualifier"
version="1.2.201.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="1.0.1.qualifier">
Expand All @@ -21,8 +21,8 @@

<requires>
<import plugin="org.easymock" version="2.4.0" match="compatible"/>
<import feature="org.eclipse.graphiti.feature" version="0.10.0" match="greaterOrEqual"/>
<import feature="org.eclipse.jpt.jpa.feature" version="3.3.0" match="greaterOrEqual"/>
<import feature="org.eclipse.graphiti.feature" version="0.12.0" match="greaterOrEqual"/>
<import feature="org.eclipse.jpt.jpa.feature" version="3.4.0" match="greaterOrEqual"/>
</requires>

<plugin
Expand Down
Expand Up @@ -22,6 +22,6 @@

<groupId>org.eclipse.webtools.dali</groupId>
<artifactId>org.eclipse.jpt.jpadiagrameditor.tests.feature</artifactId>
<version>1.2.101-SNAPSHOT</version>
<version>1.2.201-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

0 comments on commit 165526b

Please sign in to comment.