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

prep for xquery adapter builds

parent defcb8e5
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,8 @@ prereq.dltk=true
# longdescription appears on the download webpage
longdescription=The Zip files includes the features and plugins for XQuery Development Tools
# special case. Assembly includes SDK, plus adapters.
sdksuffix=_assembly.feature
# omit (or set to true) for incubating projects for proper webpage
incubating=true
\ No newline at end of file
......@@ -67,7 +67,7 @@
value="feature"/>
<property
name="id"
value="org.eclipse.wst.xquery_sdk.feature"/>
value="org.eclipse.wst.xquery_assembly.feature"/>
</ant>
</target>
<!--
......@@ -78,7 +78,7 @@
each configuration
-->
<target
name="assemble.org.eclipse.wst.xquery_sdk.feature">
name="assemble.org.eclipse.wst.xquery_assembly.feature">
<property
name="archiveName"
value="wtp-inc-xquery-sdk-${buildLabel}.zip"/>
......@@ -290,7 +290,7 @@
dest="${buildDirectory}/${buildLabel}/compilelogs"
overwrite="true">
<fileset
dir="${buildDirectory}/features/org.eclipse.wst.xquery_sdk.feature">
dir="${buildDirectory}/features/org.eclipse.wst.xquery_assembly.feature">
<include
name="**/*.log.zip"/>
</fileset>
......
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