diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e47/org.springframework.boot.ide.product b/eclipse-distribution/org.springframework.boot.ide.product.e47/org.springframework.boot.ide.product index 7f8ea6e4a..55a168fbe 100644 --- a/eclipse-distribution/org.springframework.boot.ide.product.e47/org.springframework.boot.ide.product +++ b/eclipse-distribution/org.springframework.boot.ide.product.e47/org.springframework.boot.ide.product @@ -78,10 +78,10 @@ openFile - + diff --git a/eclipse-distribution/pom.xml b/eclipse-distribution/pom.xml index da15b2798..e34c3a8cb 100644 --- a/eclipse-distribution/pom.xml +++ b/eclipse-distribution/pom.xml @@ -27,6 +27,8 @@ + ../eclipse-extensions/org.springframework.boot.ide.main.feature + org.springframework.boot.ide.branding org.springframework.boot.ide.branding.feature diff --git a/eclipse-extensions/org.springframework.boot.ide.main.feature/build.properties b/eclipse-extensions/org.springframework.boot.ide.main.feature/build.properties new file mode 100644 index 000000000..64f93a9f0 --- /dev/null +++ b/eclipse-extensions/org.springframework.boot.ide.main.feature/build.properties @@ -0,0 +1 @@ +bin.includes = feature.xml diff --git a/eclipse-extensions/org.springframework.boot.ide.main.feature/feature.xml b/eclipse-extensions/org.springframework.boot.ide.main.feature/feature.xml new file mode 100644 index 000000000..eae1d07b9 --- /dev/null +++ b/eclipse-extensions/org.springframework.boot.ide.main.feature/feature.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/eclipse-extensions/org.springframework.boot.ide.main.feature/pom.xml b/eclipse-extensions/org.springframework.boot.ide.main.feature/pom.xml new file mode 100644 index 000000000..427874f94 --- /dev/null +++ b/eclipse-extensions/org.springframework.boot.ide.main.feature/pom.xml @@ -0,0 +1,15 @@ + + + 4.0.0 + + org.springframework.boot.ide + org.springframework.boot.ide + 4.0.0-SNAPSHOT + ../../eclipse-distribution/pom.xml + + + org.springframework.boot.ide.main.feature + eclipse-feature + +