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
5a736250
Commit
5a736250
authored
19 years ago
by
david_williams
Browse files
Options
Downloads
Patches
Plain Diff
prep HEAD features for better build times (less recursive fetches).
parent
2d6e28ab
No related branches found
Branches containing commit
No related tags found
Tags containing commit
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.xml
+75
-1
75 additions, 1 deletion
assembly/features/org.eclipse.wst.feature/feature.xml
assembly/features/org.eclipse.wst.sdk/feature.xml
+16
-2
16 additions, 2 deletions
assembly/features/org.eclipse.wst.sdk/feature.xml
with
91 additions
and
3 deletions
assembly/features/org.eclipse.wst.feature/feature.xml
+
75
−
1
View file @
5a736250
...
...
@@ -14,22 +14,96 @@
%license
</license>
<!-- 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
id=
"org.eclipse.wst.web_ui.feature"
id=
"org.apache.xerces.feature"
version=
"0.0.0"
/>
<includes
id=
"org.apache.axis.feature"
version=
"0.0.0"
/>
<includes
id=
"org.apache.wsil4j.feature"
version=
"0.0.0"
/>
<includes
id=
"org.uddi4j.feature"
version=
"0.0.0"
/>
<includes
id=
"org.wsdl4j.feature"
version=
"0.0.0"
/>
<!-- note, all core comes before UI ... this might
catch a few UI/core bugs? -->
<includes
id=
"org.eclipse.wst.common_core.feature"
version=
"0.0.0"
/>
<includes
id=
"org.eclipse.wst.server_core.feature"
version=
"0.0.0"
/>
<includes
id=
"org.eclipse.wst.xml_core.feature"
version=
"0.0.0"
/>
<includes
id=
"org.eclipse.wst.ws_core.feature"
version=
"0.0.0"
/>
<includes
id=
"org.eclipse.wst.web_core.feature"
version=
"0.0.0"
/>
<includes
id=
"org.eclipse.wst.rdb_core.feature"
version=
"0.0.0"
/>
<includes
id=
"org.eclipse.wst.common_ui.feature"
version=
"0.0.0"
/>
<includes
id=
"org.eclipse.wst.server_ui.feature"
version=
"0.0.0"
/>
<includes
id=
"org.eclipse.wst.xml_ui.feature"
version=
"0.0.0"
/>
<includes
id=
"org.eclipse.wst.ws_ui.feature"
version=
"0.0.0"
/>
<includes
id=
"org.eclipse.wst.web_ui.feature"
version=
"0.0.0"
/>
<includes
id=
"org.eclipse.wst.rdb_ui.feature"
version=
"0.0.0"
/>
<includes
id=
"org.eclipse.wst.rdb_adapters.feature"
version=
"0.0.0"
/>
<plugin
id=
"org.eclipse.wst"
download-size=
"0"
...
...
This diff is collapsed.
Click to expand it.
assembly/features/org.eclipse.wst.sdk/feature.xml
+
16
−
2
View file @
5a736250
...
...
@@ -14,18 +14,32 @@
%license
</license>
<!-- note: currently we assume "SDK" is always built after
the runtime versions-->
<includes
id=
"org.eclipse.wst.web_sdk.feature"
id=
"org.eclipse.wst.common_sdk.feature"
version=
"0.0.0"
/>
<includes
id=
"org.eclipse.wst.server_sdk.feature"
version=
"0.0.0"
/>
<includes
id=
"org.eclipse.wst.xml_sdk.feature"
version=
"0.0.0"
/>
<includes
id=
"org.eclipse.wst.ws_sdk.feature"
version=
"0.0.0"
/>
<includes
id=
"org.eclipse.wst.web_sdk.feature"
version=
"0.0.0"
/>
<includes
id=
"org.eclipse.wst.rdb_sdk.feature"
version=
"0.0.0"
/>
</feature>
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