| author | Andrew Overholt | 2011-08-26 15:34:07 (EDT) |
|---|---|---|
| committer | Sami Wagiaalla | 2011-10-04 11:29:39 (EDT) |
| commit | ed7a72c696c98c5b8f27facd029cc96941a73ed2 (patch) (side-by-side diff) | |
| tree | d9466a71dcb63105e3530fe29326843b0dd50717 | |
| parent | ddf3b5943c777a70c2b5b271b7207274f2f62d06 (diff) | |
| download | org.eclipse.linuxtools.eclipse-build-ed7a72c696c98c5b8f27facd029cc96941a73ed2.zip org.eclipse.linuxtools.eclipse-build-ed7a72c696c98c5b8f27facd029cc96941a73ed2.tar.gz org.eclipse.linuxtools.eclipse-build-ed7a72c696c98c5b8f27facd029cc96941a73ed2.tar.bz2 | |
Create properties for bootstrap bundles
pdebuild.xml: To make it easier to have re-usable filesets of the
bootstrap bundles, make properties and then create
filelists from the properties so nothing else needs to be
changed.
| -rw-r--r-- | eclipse-build/pdebuild.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/eclipse-build/pdebuild.xml b/eclipse-build/pdebuild.xml index 1dc5d23..027acd5 100644 --- a/eclipse-build/pdebuild.xml +++ b/eclipse-build/pdebuild.xml @@ -74,11 +74,6 @@ org.eclipse.equinox.http.servlet org.eclipse.equinox.p2.touchpoint.eclipse org.eclipse.equinox.p2.touchpoint.natives" /> - <!-- - <file name="org.apache.lucene" /> - <file name="org.eclipse.help" /> - <file name="org.eclipse.help.base" /> - --> <filelist id="depsDirs" dir="${sdkSource}/plugins" files="${depsDirsProperty}"/> <property name="helpDirsProperty" |

