Skip to content

Commit

Permalink
Update version number with 1.5.0 for next delivery
Browse files Browse the repository at this point in the history
Change-Id: Ia816255f46ddcbd012362f793cd58973d3959074
Signed-off-by: Olivier Prouvost <olivier.prouvost@opcoach.com>
  • Loading branch information
opcoach committed Feb 28, 2016
1 parent 29a2dca commit 516c881
Show file tree
Hide file tree
Showing 15 changed files with 138 additions and 16 deletions.
2 changes: 1 addition & 1 deletion build/com.opcoach.genmodeladdon.feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.opcoach.genmodeladdon.feature"
label="Emf override generated code feature"
version="1.4.0.qualifier"
version="1.5.0.qualifier"
provider-name="OPCOACH">

<description url="http://www.example.com/description">
Expand Down
2 changes: 1 addition & 1 deletion build/com.opcoach.genmodeladdon.feature/pom.xml
Expand Up @@ -13,7 +13,7 @@

<groupId>com.opcoach.genmodeladdon</groupId>
<artifactId>com.opcoach.genmodeladdon.feature</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.5.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>

</project>
2 changes: 1 addition & 1 deletion build/com.opcoach.genmodeladdon.parent/pom.xml
Expand Up @@ -8,7 +8,7 @@
<packaging>pom</packaging>

<properties>
<tycho-version>0.23.0</tycho-version>
<tycho-version>0.24.0</tycho-version>
</properties>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion build/com.opcoach.genmodeladdon.repository/category.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/com.opcoach.genmodeladdon.feature_1.4.0.qualifier.jar" id="com.opcoach.genmodeladdon.feature" version="1.4.0.qualifier">
<feature url="features/com.opcoach.genmodeladdon.feature_1.5.0.qualifier.jar" id="com.opcoach.genmodeladdon.feature" version="1.5.0.qualifier">
<category name="com.opcoach.genModelAddon"/>
</feature>
<category-def name="com.opcoach.genModelAddon" label="Addon for genmodel">
Expand Down
2 changes: 1 addition & 1 deletion build/com.opcoach.genmodeladdon.repository/pom.xml
Expand Up @@ -13,7 +13,7 @@

<groupId>com.opcoach.genmodeladdon</groupId>
<artifactId>com.opcoach.genmodeladdon.repository</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.5.0-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>


Expand Down
4 changes: 2 additions & 2 deletions com.opcoach.genmodeladdon.core.test/META-INF/MANIFEST.MF
Expand Up @@ -2,9 +2,9 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Test
Bundle-SymbolicName: com.opcoach.genmodeladdon.core.test;singleton:=true
Bundle-Version: 1.4.0.qualifier
Bundle-Version: 1.5.0.qualifier
Bundle-Vendor: OPCOACH
Fragment-Host: com.opcoach.genmodeladdon.core;bundle-version="1.3.0"
Fragment-Host: com.opcoach.genmodeladdon.core;bundle-version="1.5.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: com.opcoach.genmodeladdon.sample;bundle-version="1.3.0",
org.junit;bundle-version="4.12.0",
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion com.opcoach.genmodeladdon.core.test/pom.xml
Expand Up @@ -13,7 +13,7 @@

<groupId>com.opcoach.genmodeladdon</groupId>
<artifactId>com.opcoach.genmodeladdon.core.test</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.5.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>


Expand Down
2 changes: 1 addition & 1 deletion com.opcoach.genmodeladdon.core/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Core
Bundle-SymbolicName: com.opcoach.genmodeladdon.core
Bundle-Version: 1.4.0.qualifier
Bundle-Version: 1.5.0.qualifier
Bundle-Vendor: OPCOACH
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.eclipse.xtend;bundle-version="2.0.0";resolution:=optional,
Expand Down
120 changes: 120 additions & 0 deletions com.opcoach.genmodeladdon.core/genmodeladdon.setup
@@ -0,0 +1,120 @@
<?xml version="1.0" encoding="UTF-8"?>
<setup:Project
xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:git="http://www.eclipse.org/oomph/setup/git/1.0"
xmlns:jdt="http://www.eclipse.org/oomph/setup/jdt/1.0"
xmlns:predicates="http://www.eclipse.org/oomph/predicates/1.0"
xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0"
xmlns:setup.targlets="http://www.eclipse.org/oomph/setup/targlets/1.0"
xmlns:setup.workingsets="http://www.eclipse.org/oomph/setup/workingsets/1.0"
xsi:schemaLocation="http://www.eclipse.org/oomph/setup/git/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Git.ecore http://www.eclipse.org/oomph/setup/jdt/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/JDT.ecore http://www.eclipse.org/oomph/predicates/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore http://www.eclipse.org/oomph/setup/targlets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupTarglets.ecore http://www.eclipse.org/oomph/setup/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore"
name="genmodeladdon"
label="genmodeladdon">
<setupTask
xsi:type="jdt:JRETask"
version="JavaSE-1.6"
location="${jre.location-1.6}">
<description>Define the JRE needed to compile and run the Java projects of ${scope.project.label}</description>
</setupTask>
<setupTask
xsi:type="setup:EclipseIniTask"
option="-Xmx"
value="1024m"
vm="true">
<description>Set the heap space needed to work with the projects of ${scope.project.label}</description>
</setupTask>
<setupTask
xsi:type="setup:ResourceCreationTask"
excludedTriggers="STARTUP MANUAL"
content="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;section name=&quot;Workbench&quot;>&#xD;&#xA;&#x9;&lt;section name=&quot;org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart&quot;>&#xD;&#xA;&#x9;&#x9;&lt;item value=&quot;true&quot; key=&quot;group_libraries&quot;/>&#xD;&#xA;&#x9;&#x9;&lt;item value=&quot;false&quot; key=&quot;linkWithEditor&quot;/>&#xD;&#xA;&#x9;&#x9;&lt;item value=&quot;2&quot; key=&quot;layout&quot;/>&#xD;&#xA;&#x9;&#x9;&lt;item value=&quot;2&quot; key=&quot;rootMode&quot;/>&#xD;&#xA;&#x9;&#x9;&lt;item value=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&amp;#x0D;&amp;#x0A;&amp;lt;packageExplorer configured=&amp;quot;true&amp;quot; group_libraries=&amp;quot;1&amp;quot; layout=&amp;quot;2&amp;quot; linkWithEditor=&amp;quot;0&amp;quot; rootMode=&amp;quot;2&amp;quot; sortWorkingSets=&amp;quot;false&amp;quot; workingSetName=&amp;quot;&amp;quot;&amp;gt;&amp;#x0D;&amp;#x0A;&amp;lt;localWorkingSetManager&amp;gt;&amp;#x0D;&amp;#x0A;&amp;lt;workingSet editPageId=&amp;quot;org.eclipse.jdt.internal.ui.OthersWorkingSet&amp;quot; factoryID=&amp;quot;org.eclipse.ui.internal.WorkingSetFactory&amp;quot; id=&amp;quot;1382792884467_1&amp;quot; label=&amp;quot;Other Projects&amp;quot; name=&amp;quot;Other Projects&amp;quot;/&amp;gt;&amp;#x0D;&amp;#x0A;&amp;lt;/localWorkingSetManager&amp;gt;&amp;#x0D;&amp;#x0A;&amp;lt;activeWorkingSet workingSetName=&amp;quot;Other Projects&amp;quot;/&amp;gt;&amp;#x0D;&amp;#x0A;&amp;lt;allWorkingSets workingSetName=&amp;quot;Other Projects&amp;quot;/&amp;gt;&amp;#x0D;&amp;#x0A;&amp;lt;/packageExplorer&amp;gt;&quot; key=&quot;memento&quot;/>&#xD;&#xA;&#x9;&lt;/section>&#xD;&#xA;&lt;/section>&#xD;&#xA;"
targetURL="${workspace.location|uri}/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml"
encoding="UTF-8">
<description>Initialize JDT's package explorer to show working sets as its root objects</description>
</setupTask>
<setupTask
xsi:type="setup:VariableTask"
name="eclipse.target.platform"
defaultValue="Mars"
storageURI="scope://Workspace"/>
<setupTask
xsi:type="setup.p2:P2Task">
<description>Install the tools needed in the IDE to work with the source code for ${scope.project.label}</description>
</setupTask>
<setupTask
xsi:type="git:GitCloneTask"
id="git.clone"
remoteURI="opcoach/genmodeladdon">
<annotation
source="http://www.eclipse.org/oomph/setup/InducedChoices">
<detail
key="inherit">
<value>github.remoteURIs</value>
</detail>
<detail
key="label">
<value>${scope.project.label} Github repository</value>
</detail>
<detail
key="target">
<value>remoteURI</value>
</detail>
</annotation>
<description>${scope.project.label}</description>
</setupTask>
<setupTask
xsi:type="setup.targlets:TargletTask">
<targlet
name="${scope.project.label}"
activeRepositoryList="${eclipse.target.platform}">
<requirement
name="com.opcoach.genmodeladdon.feature.group"/>
<requirement
name="org.eclipse.sdk.feature.group"/>
<sourceLocator
rootFolder="${git.clone.location}"
locateNestedProjects="true"/>
<repositoryList
name="Mars">
<repository
url="http://download.eclipse.org/releases/mars"/>
</repositoryList>
<repositoryList
name="Luna">
<repository
url="http://download.eclipse.org/releases/luna"/>
</repositoryList>
<repositoryList
name="Kepler">
<repository
url="http://download.eclipse.org/releases/kepler"/>
</repositoryList>
<repositoryList
name="Juno">
<repository
url="http://download.eclipse.org/releases/juno"/>
</repositoryList>
</targlet>
</setupTask>
<setupTask
xsi:type="setup.workingsets:WorkingSetTask">
<workingSet
name="${scope.project.name}">
<predicate
xsi:type="predicates:AndPredicate">
<operand
xsi:type="predicates:RepositoryPredicate"
project="com.opcoach.genmodeladdon-feature"/>
</predicate>
</workingSet>
<description>The dynamic working sets for ${scope.project.label}</description>
</setupTask>
<stream name="master"
label="Master"/>
<logicalProjectContainer
xsi:type="setup:ProjectCatalog"
href="index:/org.eclipse.setup#//@projectCatalogs[name='com.github']"/>
<description>genmodeladdon provides cool stuff.</description>
</setup:Project>
2 changes: 1 addition & 1 deletion com.opcoach.genmodeladdon.core/pom.xml
Expand Up @@ -13,7 +13,7 @@

<groupId>com.opcoach.genmodeladdon</groupId>
<artifactId>com.opcoach.genmodeladdon.core</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.5.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>
2 changes: 1 addition & 1 deletion com.opcoach.genmodeladdon.sample/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Sample
Bundle-SymbolicName: com.opcoach.genmodeladdon.sample;singleton:=true
Bundle-Version: 1.3.0.qualifier
Bundle-Version: 1.5.0.qualifier
Eclipse-BundleShape: dir
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ClassPath: ant_tasks/importer.ecore.tasks.jar,
Expand Down
2 changes: 1 addition & 1 deletion com.opcoach.genmodeladdon.sample/pom.xml
Expand Up @@ -13,7 +13,7 @@

<groupId>com.opcoach.genmodeladdon</groupId>
<artifactId>com.opcoach.genmodeladdon.sample</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.5.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>
2 changes: 1 addition & 1 deletion com.opcoach.genmodeladdon.ui/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Genmodeladdon
Bundle-SymbolicName: com.opcoach.genmodeladdon.ui;singleton:=true
Bundle-Version: 1.4.0.qualifier
Bundle-Version: 1.5.0.qualifier
Bundle-Vendor: OPCOACH
Require-Bundle: org.eclipse.core.runtime,
com.opcoach.genmodeladdon.core;bundle-version="1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion com.opcoach.genmodeladdon.ui/pom.xml
Expand Up @@ -13,7 +13,7 @@

<groupId>com.opcoach.genmodeladdon</groupId>
<artifactId>com.opcoach.genmodeladdon.ui</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.5.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>

0 comments on commit 516c881

Please sign in to comment.