Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManoj Palat2014-05-19 10:28:12 +0000
committerJayaprakash Arthanareeswaran2014-05-19 10:35:30 +0000
commitebd2e541dccf34486b951e618d8a5e9dbb85ac52 (patch)
tree03798d364cfdd79d5b226202d18a19e97527c1ee
parent3f60ba6c4328b89dbfaef12feb628451b43d7879 (diff)
downloadeclipse.jdt.core-ebd2e541dccf34486b951e618d8a5e9dbb85ac52.tar.gz
eclipse.jdt.core-ebd2e541dccf34486b951e618d8a5e9dbb85ac52.tar.xz
eclipse.jdt.core-ebd2e541dccf34486b951e618d8a5e9dbb85ac52.zip
Bug 408653 - Updating pom files to include man pageI20140519-2000
Signed-off-by: Manoj Palat <manpalat@in.ibm.com>
-rw-r--r--org.eclipse.jdt.core/pom.xml4
-rw-r--r--org.eclipse.jdt.core/scripts/build.xml1
2 files changed, 4 insertions, 1 deletions
diff --git a/org.eclipse.jdt.core/pom.xml b/org.eclipse.jdt.core/pom.xml
index 1890dc6349..afab9ca371 100644
--- a/org.eclipse.jdt.core/pom.xml
+++ b/org.eclipse.jdt.core/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2013 Eclipse Foundation and others.
+ Copyright (c) 2012, 2014 Eclipse Foundation and others.
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
@@ -136,6 +136,7 @@
<includes>
<include>about.html</include>
<include>build.xml</include>
+ <include>ecj.1</include>
</includes>
</fileSet>
</fileSets>
@@ -164,6 +165,7 @@
<directory>${project.basedir}/scripts</directory>
<includes>
<include>about.html</include>
+ <include>ecj.1</include>
</includes>
</fileSet>
<fileSet>
diff --git a/org.eclipse.jdt.core/scripts/build.xml b/org.eclipse.jdt.core/scripts/build.xml
index 8013a3242a..802eeddb23 100644
--- a/org.eclipse.jdt.core/scripts/build.xml
+++ b/org.eclipse.jdt.core/scripts/build.xml
@@ -33,6 +33,7 @@
<fileset dir="${output}" />
<fileset dir="${basedir}">
<include name="about.html"/>
+ <include name="ecj.1"/>
<include name="**/*.rsc"/>
<include name="**/readableNames.props"/>
<include name="META-INF/**"/>

Back to the top