-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version number with 1.5.0 for next delivery
Change-Id: Ia816255f46ddcbd012362f793cd58973d3959074 Signed-off-by: Olivier Prouvost <[email protected]>
- Loading branch information
Showing
15 changed files
with
138 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 4 additions & 2 deletions
6
com.opcoach.genmodeladdon.core.test/TestInterfaceGeneration.launch
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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="<?xml version="1.0" encoding="UTF-8"?>
<section name="Workbench">
	<section name="org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart">
		<item value="true" key="group_libraries"/>
		<item value="false" key="linkWithEditor"/>
		<item value="2" key="layout"/>
		<item value="2" key="rootMode"/>
		<item value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#x0D;&#x0A;&lt;packageExplorer configured=&quot;true&quot; group_libraries=&quot;1&quot; layout=&quot;2&quot; linkWithEditor=&quot;0&quot; rootMode=&quot;2&quot; sortWorkingSets=&quot;false&quot; workingSetName=&quot;&quot;&gt;&#x0D;&#x0A;&lt;localWorkingSetManager&gt;&#x0D;&#x0A;&lt;workingSet editPageId=&quot;org.eclipse.jdt.internal.ui.OthersWorkingSet&quot; factoryID=&quot;org.eclipse.ui.internal.WorkingSetFactory&quot; id=&quot;1382792884467_1&quot; label=&quot;Other Projects&quot; name=&quot;Other Projects&quot;/&gt;&#x0D;&#x0A;&lt;/localWorkingSetManager&gt;&#x0D;&#x0A;&lt;activeWorkingSet workingSetName=&quot;Other Projects&quot;/&gt;&#x0D;&#x0A;&lt;allWorkingSets workingSetName=&quot;Other Projects&quot;/&gt;&#x0D;&#x0A;&lt;/packageExplorer&gt;" key="memento"/>
	</section>
</section>
" | ||
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters