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

initial check in of xml product

parent d0ac886e
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.eclipse.wtp.xml.dev.feature</name>
<name>org.eclipse.wtp.xml.dev.assembly.feature</name>
<comment></comment>
<projects>
</projects>
......
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.wtp.xml.dev.feature"
id="org.eclipse.wtp.xml.dev.assembly.feature"
label="Dev Feature"
version="1.0.0">
<description url="http://www.example.com/description">
[Enter Feature Description here.]
<description>
A simply assembly feature to drive build. Not intended for distribution.
</description>
<copyright url="http://www.example.com/copyright">
[Enter Copyright Description here.]
</copyright>
<license url="http://www.example.com/license">
[Enter License Description here.]
</license>
<includes
id="org.eclipse.wst.xml_ui.feature"
version="0.0.0"/>
......@@ -24,6 +16,7 @@
id="org.eclipse.wtp.xml.dev"
download-size="0"
install-size="0"
version="0.0.0"/>
version="0.0.0"
unpack="false"/>
</feature>
......@@ -62,7 +62,7 @@
value="feature" />
<property
name="id"
value="org.eclipse.wtp.xml.dev.feature" />
value="org.eclipse.wtp.xml.dev.assembly.feature" />
</ant>
</target>
......@@ -73,7 +73,7 @@
Add one target for each root element and each configuration
-->
<target name="assemble.org.eclipse.wtp.xml.dev.feature">
<target name="assemble.org.eclipse.wtp.xml.dev.assembly.feature">
<property
name="archiveName"
value="wtp-xml-${buildLabel}.zip" />
......
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