Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.help.base/META-INF/MANIFEST.MF3
-rw-r--r--org.eclipse.ui.intro.universal/build.properties5
-rw-r--r--org.eclipse.ui.intro/build.properties5
3 files changed, 6 insertions, 7 deletions
diff --git a/org.eclipse.help.base/META-INF/MANIFEST.MF b/org.eclipse.help.base/META-INF/MANIFEST.MF
index 290cc1489..1c3c6f3c5 100644
--- a/org.eclipse.help.base/META-INF/MANIFEST.MF
+++ b/org.eclipse.help.base/META-INF/MANIFEST.MF
@@ -12,7 +12,8 @@ Export-Package: org.apache.lucene.demo.html;x-internal:=true,
x-friends:="org.eclipse.help.ui,
org.eclipse.help.webapp,
org.eclipse.ua.tests,
- org.eclipse.ui.intro",
+ org.eclipse.ui.intro,
+ org.eclipse.ua.tests.doc",
org.eclipse.help.internal.base.remote;x-friends:="org.eclipse.ua.tests,org.eclipse.help.webapp,org.eclipse.help.ui",
org.eclipse.help.internal.base.util;x-friends:="org.eclipse.help.ui,org.eclipse.help.webapp,org.eclipse.ua.tests",
org.eclipse.help.internal.browser;x-friends:="org.eclipse.help.ui,org.eclipse.ua.tests",
diff --git a/org.eclipse.ui.intro.universal/build.properties b/org.eclipse.ui.intro.universal/build.properties
index 328ce4d3b..a45f90336 100644
--- a/org.eclipse.ui.intro.universal/build.properties
+++ b/org.eclipse.ui.intro.universal/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2005, 2006 IBM Corporation and others.
+# Copyright (c) 2005, 2009 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -17,8 +17,7 @@ bin.includes = plugin.xml,\
.options,\
about.html,\
universal.jar
-src.includes = about.html,\
- .options
+src.includes = about.html
jars.compile.order = universal.jar
source.universal.jar = src/
output.universal.jar = bin/
diff --git a/org.eclipse.ui.intro/build.properties b/org.eclipse.ui.intro/build.properties
index 5063bd49b..e5b7d888f 100644
--- a/org.eclipse.ui.intro/build.properties
+++ b/org.eclipse.ui.intro/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2003, 2008 IBM Corporation and others.
+# Copyright (c) 2003, 2009 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -21,5 +21,4 @@ bin.includes = plugin.xml,\
javascript/
src.includes = schema/,\
- about.html,\
- .options
+ about.html

Back to the top