From 952ca485acd07d7eda7d4b81993c9bb0cac52d94 Mon Sep 17 00:00:00 2001 From: Krzysztof Daniel Date: Dec 14 2012 13:32:33 +0000 Subject: Enable javadoc build. --- diff --git a/eclipse-build-help-contents.patch b/eclipse-build-help-contents.patch index 091ed53..c7b4703 100644 --- a/eclipse-build-help-contents.patch +++ b/eclipse-build-help-contents.patch @@ -515,7 +515,7 @@ All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v1.0 which accompanies this distribution, and is available at -@@ -23,4 +23,61 @@ +@@ -23,4 +23,99 @@ org.eclipse.pde.doc.user 3.8.1-SNAPSHOT eclipse-plugin @@ -531,6 +531,44 @@ + + + ++ ++ org.eclipse.tycho ++ target-platform-configuration ++ ++ ++ ++ ++ eclipse-plugin ++ org.eclipse.jdt.debug ++ 0.0.0 ++ ++ ++ eclipse-plugin ++ org.eclipse.jdt.junit ++ 0.0.0 ++ ++ ++ ++ ++ ++ ++ org.apache.maven.plugins ++ maven-dependency-plugin ++ 2.5.1 ++ ++ ++ copy ++ process-resources ++ ++ copy-dependencies ++ ++ ++ true ++ true ++ ++ ++ ++ + + org.eclipse.tycho.extras + tycho-eclipserun-plugin @@ -1191,7 +1229,7 @@ +org.apache.ant.jar=org.apache.ant_*-lib/ant.jar.jar --- eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/pom.xml.bak 2012-11-05 15:04:40.000000000 +0100 +++ eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/pom.xml 2012-11-05 15:23:21.574964609 +0100 -@@ -34,6 +34,49 @@ +@@ -34,6 +34,54 @@ @@ -1216,6 +1254,11 @@ + org.junit + 0.0.0 + ++ ++ eclipse-plugin ++ org.eclipse.platform.doc.isv ++ 0.0.0 ++ + + + diff --git a/eclipse.spec b/eclipse.spec index 89e1c07..012296e 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -28,7 +28,7 @@ Epoch: 1 # Set this flag to 1 if you want to build Eclipse without dependency to eclipse-pde # Some parts (help) will not be built, and second run will be required, but this # is a way to bootstrap Eclipse on secondary archs. -%global bootstrap 1 +%global bootstrap 0 # FIXME: update java packaging guidelines for this. See # fedora-devel-java-list discussion in September 2008. @@ -65,7 +65,7 @@ fi; Summary: An open, extensible IDE Name: eclipse Version: %{eclipse_version} -Release: 21%{?dist} +Release: 22%{?dist} License: EPL Group: Development/Tools URL: http://www.eclipse.org/ @@ -1331,6 +1331,9 @@ rm -rf %{_bindir}/efj/ %{_mavendepmapfragdir}/%{name}-equinox-osgi %changelog +* Fri Dec 14 2012 Krzysztof Daniel 1:4.2.1-22 +- Enable javadoc build. + * Mon Nov 26 2012 Krzysztof Daniel 1:4.2.1-21 - Remove javax.xml removal patch declaration.