Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-03-29 16:11:25 +0000
committerAlexander Kurtakov2019-03-29 16:24:32 +0000
commit0a9dd014a1e8c0d630baf25c77ca28188632b27d (patch)
tree6c55c0b6776b5831107316256e1b6311ffa93217
parent26419f854298994e7b0dc0f877e2341ca22ca0ff (diff)
downloadrt.equinox.p2-0a9dd014a1e8c0d630baf25c77ca28188632b27d.tar.gz
rt.equinox.p2-0a9dd014a1e8c0d630baf25c77ca28188632b27d.tar.xz
rt.equinox.p2-0a9dd014a1e8c0d630baf25c77ca28188632b27d.zip
Bug 410022 - org.eclipse.equinox.p2.publisher.eclipse not setup for APII20190329-1800
Tools Add apitools nature and builder. Change-Id: I48ce632e34cac4b747065aad390c3c076a65fc86 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--bundles/org.eclipse.equinox.p2.publisher.eclipse/.project6
-rw-r--r--bundles/org.eclipse.equinox.p2.publisher.eclipse/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.equinox.p2.publisher.eclipse/pom.xml2
3 files changed, 8 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.publisher.eclipse/.project b/bundles/org.eclipse.equinox.p2.publisher.eclipse/.project
index 38c5955b9..8c6868fc4 100644
--- a/bundles/org.eclipse.equinox.p2.publisher.eclipse/.project
+++ b/bundles/org.eclipse.equinox.p2.publisher.eclipse/.project
@@ -30,9 +30,15 @@
</dictionary>
</arguments>
</buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
</natures>
</projectDescription>
diff --git a/bundles/org.eclipse.equinox.p2.publisher.eclipse/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.publisher.eclipse/META-INF/MANIFEST.MF
index c9e629982..8a6048c33 100644
--- a/bundles/org.eclipse.equinox.p2.publisher.eclipse/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.publisher.eclipse/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.equinox.p2.publisher.eclipse;singleton:=true
-Bundle-Version: 1.3.100.qualifier
+Bundle-Version: 1.3.200.qualifier
Bundle-Activator: org.eclipse.pde.internal.publishing.Activator
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %providerName
diff --git a/bundles/org.eclipse.equinox.p2.publisher.eclipse/pom.xml b/bundles/org.eclipse.equinox.p2.publisher.eclipse/pom.xml
index aefdd7715..6e25ad500 100644
--- a/bundles/org.eclipse.equinox.p2.publisher.eclipse/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.publisher.eclipse/pom.xml
@@ -10,6 +10,6 @@
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.p2.publisher.eclipse</artifactId>
- <version>1.3.100-SNAPSHOT</version>
+ <version>1.3.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top