Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 17 additions & 9 deletions repo/compositeArtifacts.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
<?xml version='1.0' encoding='UTF-8'?>
<?compositeArtifactRepository version='1.0.0'?>
<repository name='GWT Eclipse Plugin'
type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository'
version='1.0.0'>
<properties size='1'>
<property name='p2.timestamp' value='1665755219001'/>
</properties>
<children size='2'>
<child location='https://plugins.gwtproject.org/eclipse/gwt-eclipse-plugin/latest'/>
<child location='https://plugins.gwtproject.org/eclipse/gwt-sdk-plugins/latest'/>
</children>
type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bit more than adding 2.12.2 SDK.
What is the value added?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link to the modification is not well chosen.
But I hope that the sense is ok: you're switching to an enumeration of all SDK versions instead of the latest SDK version.
I'm sure that it makes sense, but I'd appreciate if you could clarify,

version='1.0.0'>
<properties size='1'>
<property name='p2.timestamp' value='1665755219001'/>
</properties>
<children size='9'>
<child location='https://plugins.gwtproject.org/eclipse/gwt-eclipse-plugin/latest'/>
<child location='https://plugins.gwtproject.org/eclipse/gwt-sdk-plugins/2.8.2'/>
<child location='https://plugins.gwtproject.org/eclipse/gwt-sdk-plugins/2.9.0'/>
<child location='https://plugins.gwtproject.org/eclipse/gwt-sdk-plugins/2.10.0'/>
<child location='https://plugins.gwtproject.org/eclipse/gwt-sdk-plugins/2.10.1'/>
<child location='https://plugins.gwtproject.org/eclipse/gwt-sdk-plugins/2.11.0'/>
<child location='https://plugins.gwtproject.org/eclipse/gwt-sdk-plugins/2.12.0'/>
<child location='https://plugins.gwtproject.org/eclipse/gwt-sdk-plugins/2.12.1'/>
<child location='https://plugins.gwtproject.org/eclipse/gwt-sdk-plugins/2.12.2'/>
</children>
</repository>

26 changes: 17 additions & 9 deletions repo/compositeContent.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
<?xml version='1.0' encoding='UTF-8'?>
<?compositeMetadataRepository version='1.0.0'?>
<repository name='GWT Eclipse Plugin'
type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository'
version='1.0.0'>
<properties size='1'>
<property name='p2.timestamp' value='1665755219001'/>
</properties>
<children size='2'>
<child location='https://plugins.gwtproject.org/eclipse/gwt-eclipse-plugin/latest'/>
<child location='https://plugins.gwtproject.org/eclipse/gwt-sdk-plugins/latest'/>
</children>
type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository'
version='1.0.0'>
<properties size='1'>
<property name='p2.timestamp' value='1665755219001'/>
</properties>
<children size='9'>
<child location='https://plugins.gwtproject.org/eclipse/gwt-eclipse-plugin/latest'/>
<child location='https://plugins.gwtproject.org/eclipse/gwt-sdk-plugins/2.8.2'/>
<child location='https://plugins.gwtproject.org/eclipse/gwt-sdk-plugins/2.9.0'/>
<child location='https://plugins.gwtproject.org/eclipse/gwt-sdk-plugins/2.10.0'/>
<child location='https://plugins.gwtproject.org/eclipse/gwt-sdk-plugins/2.10.1'/>
<child location='https://plugins.gwtproject.org/eclipse/gwt-sdk-plugins/2.11.0'/>
<child location='https://plugins.gwtproject.org/eclipse/gwt-sdk-plugins/2.12.0'/>
<child location='https://plugins.gwtproject.org/eclipse/gwt-sdk-plugins/2.12.1'/>
<child location='https://plugins.gwtproject.org/eclipse/gwt-sdk-plugins/2.12.2'/>
</children>
</repository>