Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Webtools Releng
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
webtools
Releng
Webtools Releng
Commits
7ca9bcdc
Commit
7ca9bcdc
authored
19 years ago
by
david_williams
Browse files
Options
Downloads
Patches
Plain Diff
[127409] fix feature versions and labels
parent
17c97487
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
assembly/features/org.eclipse.wst.feature/feature.properties
+2
-2
2 additions, 2 deletions
assembly/features/org.eclipse.wst.feature/feature.properties
assembly/features/org.eclipse.wst.feature/feature.xml
+26
-24
26 additions, 24 deletions
assembly/features/org.eclipse.wst.feature/feature.xml
with
28 additions
and
26 deletions
assembly/features/org.eclipse.wst.feature/feature.properties
+
2
−
2
View file @
7ca9bcdc
providerName
=
The
Eclipse
Foundation
providerName
=
Eclipse
.org
description
=
Web Standard Tools
description
=
Web Standard Tools
(WST)
license
=
\
license
=
\
Eclipse Foundation Software User Agreement
\n\
Eclipse Foundation Software User Agreement
\n\
...
...
This diff is collapsed.
Click to expand it.
assembly/features/org.eclipse.wst.feature/feature.xml
+
26
−
24
View file @
7ca9bcdc
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<feature
<feature
id=
"org.eclipse.wst"
id=
"org.eclipse.wst"
label=
"Web Standard Tools
Feature
"
label=
"Web Standard Tools
(WST)
"
version=
"1.0.
0
"
version=
"1.0.
1.qualifier
"
provider-name=
"%providerName"
provider-name=
"%providerName"
image=
"eclipse_update_120.jpg"
>
image=
"eclipse_update_120.jpg"
>
...
@@ -14,37 +14,46 @@
...
@@ -14,37 +14,46 @@
%license
%license
</license>
</license>
<url>
<update
label=
"Web Tools Platform (WTP) Updates"
url=
"http://download.eclipse.org/webtools/updates"
/>
<discovery
label=
"Web Tools Platform (WTP) Updates"
url=
"http://download.eclipse.org/webtools/updates"
/>
<discovery
label=
"Business Intelligence and Reporting Tools (BIRT) Updates"
url=
"http://download.eclipse.org/birt/update-site/"
/>
<discovery
label=
"Test and Performance Tools Platform (TPTP) Updates"
url=
"http://download.eclipse.org/tptp/updates/"
/>
</url>
<!-- we include all the third party stuff first to get it out
of the way ... none of this is actually "compiled" ... just a
assembled, and needs to be there before code is compiled -->
<includes
<includes
id=
"org.apache.xerces.feature"
id=
"org.apache.xerces.feature"
version=
"0.0.0"
/>
version=
"0.0.0"
/>
<includes
<includes
id=
"org.apache.axis.feature"
id=
"org.apache.axis.feature"
version=
"0.0.0"
/>
version=
"0.0.0"
/>
<includes
<includes
id=
"org.apache.wsil4j.feature"
id=
"org.apache.wsil4j.feature"
version=
"0.0.0"
/>
version=
"0.0.0"
/>
<includes
<includes
id=
"org.uddi4j.feature"
id=
"org.uddi4j.feature"
version=
"0.0.0"
/>
version=
"0.0.0"
/>
<includes
<includes
id=
"org.wsdl4j.feature"
id=
"org.wsdl4j.feature"
version=
"0.0.0"
/>
version=
"0.0.0"
/>
<!-- note, all core comes before UI ... this might
catch a few UI/core bugs? -->
<includes
<includes
id=
"org.eclipse.wst.common_core.feature"
id=
"org.eclipse.wst.common_core.feature"
version=
"0.0.0"
/>
version=
"0.0.0"
/>
...
@@ -69,10 +78,6 @@ catch a few UI/core bugs? -->
...
@@ -69,10 +78,6 @@ catch a few UI/core bugs? -->
id=
"org.eclipse.wst.rdb_core.feature"
id=
"org.eclipse.wst.rdb_core.feature"
version=
"0.0.0"
/>
version=
"0.0.0"
/>
<includes
<includes
id=
"org.eclipse.wst.common_ui.feature"
id=
"org.eclipse.wst.common_ui.feature"
version=
"0.0.0"
/>
version=
"0.0.0"
/>
...
@@ -84,7 +89,7 @@ catch a few UI/core bugs? -->
...
@@ -84,7 +89,7 @@ catch a few UI/core bugs? -->
<includes
<includes
id=
"org.eclipse.wst.xml_ui.feature"
id=
"org.eclipse.wst.xml_ui.feature"
version=
"0.0.0"
/>
version=
"0.0.0"
/>
<includes
<includes
id=
"org.eclipse.wst.ws_ui.feature"
id=
"org.eclipse.wst.ws_ui.feature"
version=
"0.0.0"
/>
version=
"0.0.0"
/>
...
@@ -97,13 +102,10 @@ catch a few UI/core bugs? -->
...
@@ -97,13 +102,10 @@ catch a few UI/core bugs? -->
id=
"org.eclipse.wst.rdb_ui.feature"
id=
"org.eclipse.wst.rdb_ui.feature"
version=
"0.0.0"
/>
version=
"0.0.0"
/>
<includes
<includes
id=
"org.eclipse.wst.rdb_adapters.feature"
id=
"org.eclipse.wst.rdb_adapters.feature"
version=
"0.0.0"
/>
version=
"0.0.0"
/>
<plugin
<plugin
id=
"org.eclipse.wst"
id=
"org.eclipse.wst"
download-size=
"0"
download-size=
"0"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment