Skip to content
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.

Commit

Permalink
Add buildship migration plugin as a optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kdvolder committed Jun 8, 2016
1 parent 48880bd commit 5ef81d1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions org.springsource.ide.eclipse.gradle.site/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
<category name="Extensions / Gradle Integration"/>
</feature>

<bundle id="org.eclipse.buildship.stsmigration" version="0.0.0"/>

</site>
3 changes: 2 additions & 1 deletion org.springsource.ide.eclipse.gradle.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.jdt.debug.ui,
org.springsource.ide.eclipse.gradle.toolingapi,
org.eclipse.ui.editors,
org.eclipse.jface.text
org.eclipse.jface.text,
org.eclipse.buildship.stsmigration;resolution:=optional
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Expand Down
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,11 @@
<layout>p2</layout>
<url>http://dist.springsource.com/${dist.type}/TOOLS/eclipse-integration-commons/${dist.eclipse-integration-commons-version}</url>
</repository>
<repository>
<id>buildship</id>
<layout>p2</layout>
<url>http://download.eclipse.org/buildship/updates/e45/releases/1.0</url>
</repository>
</repositories>
</profile>

Expand Down Expand Up @@ -544,11 +549,11 @@
<pomDependencies>consider</pomDependencies>
<ignoreTychoRepositories>true</ignoreTychoRepositories>
<environments>
<environment>
<!-- <environment>
<os>macosx</os>
<ws>cocoa</ws>
<arch>x86</arch>
</environment>
</environment> -->
<environment>
<os>macosx</os>
<ws>cocoa</ws>
Expand Down

0 comments on commit 5ef81d1

Please sign in to comment.