Skip to content
Snippets Groups Projects
Commit f4826d55 authored by david_williams's avatar david_williams
Browse files

prep for update sites

parent f5bac2fe
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,13 @@ ...@@ -47,6 +47,13 @@
id="org.eclipse.jst.doc.isv.feature" id="org.eclipse.jst.doc.isv.feature"
version="0.0.0" /> version="0.0.0" />
<!-- technically, this last org.eclipse.jst feature include is not needed for the build or packaging,
but, it helps update manager behave more as expected (that is, it can filter out org.eclipse.wst
if user selects to -->
<includes
id="org.eclipse.jst"
version="0.0.0"/>
<plugin <plugin
id="org.eclipse.jst" id="org.eclipse.jst"
download-size="0" download-size="0"
......
...@@ -48,6 +48,14 @@ ...@@ -48,6 +48,14 @@
id="org.eclipse.wst.doc.isv.feature" id="org.eclipse.wst.doc.isv.feature"
version="0.0.0"/> version="0.0.0"/>
<!-- technically, this last org.eclipse.wst feature include is not needed for the build or packaging,
but, it helps update manager behave more as expected (that is, it can filter out org.eclipse.wst
if user selects to -->
<includes
id="org.eclipse.wst"
version="0.0.0"/>
<plugin <plugin
id="org.eclipse.wst" id="org.eclipse.wst"
download-size="0" download-size="0"
......
...@@ -61,18 +61,6 @@ ...@@ -61,18 +61,6 @@
name="archiveName" name="archiveName"
value="${archiveName}" /> value="${archiveName}" />
</ant> </ant>
<!-- add zip entries of third party jars -->
<!-- kind of crude for now, points back to our cached copy, for now -->
<echo message="${buildDirectory}/../" />
<property file="${buildDirectory}/../installmanifest.properties" />
<zip
destfile="${buildDirectory}/${buildLabel}/${archiveName}"
update="true"
duplicate="preserve">
<zipfileset
src="${thirdparty.dir}/${thirdparty.file}" />
</zip>
<ant <ant
antfile="${wtp.builder.home}/scripts/build/buildutilities.xml" antfile="${wtp.builder.home}/scripts/build/buildutilities.xml"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment