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

changing some id's and names

parent 5ea8dd22
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ shortname=wtpjee
# b) featurename_sdk.feature
# c) featurename_tests.feature
featurename=org.eclipse.wtp.package.jee
featurename=org.eclipse.wtp.jee
# 'zipprefix' is prefixed to -[type]-${buildlabel},
# where type is empty, 'sdk' or 'tests',
......
......@@ -67,7 +67,7 @@
value="feature"/>
<property
name="id"
value="org.eclipse.wtp.package.jee.feature"/>
value="org.eclipse.wtp.jee.feature"/>
</ant>
</target>
<!--
......@@ -78,7 +78,7 @@
each configuration
-->
<target
name="assemble.org.eclipse.wtp.package.jee.feature">
name="assemble.org.eclipse.wtp.jee.feature">
<property
name="archiveName"
value="wtpjee-${buildLabel}.zip"/>
......@@ -290,7 +290,7 @@
dest="${buildDirectory}/${buildLabel}/compilelogs"
overwrite="true">
<fileset
dir="${buildDirectory}/features/org.eclipse.wtp.package.jee.feature">
dir="${buildDirectory}/features/org.eclipse.wtp.jee.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