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
abe78ef3
Commit
abe78ef3
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
5a736250
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.jst.feature/feature.xml
+5
-9
5 additions, 9 deletions
assembly/features/org.eclipse.jst.feature/feature.xml
assembly/features/org.eclipse.jst.sdk/feature.xml
+2
-32
2 additions, 32 deletions
assembly/features/org.eclipse.jst.sdk/feature.xml
with
7 additions
and
41 deletions
assembly/features/org.eclipse.jst.feature/feature.xml
+
5
−
9
View file @
abe78ef3
...
@@ -18,16 +18,15 @@
...
@@ -18,16 +18,15 @@
<includes
<includes
id=
"org.eclipse.wst"
id=
"org.eclipse.wst"
version=
"0.0.0"
/>
version=
"0.0.0"
/>
<includes
id=
"org.eclipse.jst.common_core.feature"
version=
"0.0.0"
/>
<!-- for now, we must include all top-level features here,
<!-- for now, we must include all top-level features here,
to get logs assembled as we expect ... in future, we can
to get logs assembled as we expect ... in future, we can
fix build process to heirarchically gather logs -->
fix build process to heirarchically gather logs -->
<includes
id=
"org.eclipse.jst.common_core.feature"
version=
"0.0.0"
/>
<includes
<includes
id=
"org.eclipse.jst.server_core.feature"
id=
"org.eclipse.jst.server_core.feature"
...
@@ -42,9 +41,6 @@
...
@@ -42,9 +41,6 @@
version=
"0.0.0"
/>
version=
"0.0.0"
/>
<!-- the following are enough to get built correctly,
since they 'include' what they need, heirarchically -->
<includes
<includes
id=
"org.eclipse.jst.server_ui.feature"
id=
"org.eclipse.jst.server_ui.feature"
...
...
This diff is collapsed.
Click to expand it.
assembly/features/org.eclipse.jst.sdk/feature.xml
+
2
−
32
View file @
abe78ef3
...
@@ -20,38 +20,8 @@
...
@@ -20,38 +20,8 @@
version=
"0.0.0"
/>
version=
"0.0.0"
/>
<!-- For now, we need to list each compiled
<!-- For now, we assume runtime is always built
feature to ensure logs gather right -->
prior to sdk build -->
<includes
id=
"org.eclipse.jst.common_core.feature"
version=
"0.0.0"
/>
<includes
id=
"org.eclipse.jst.web_core.feature"
version=
"0.0.0"
/>
<includes
id=
"org.eclipse.jst.web_ui.feature"
version=
"0.0.0"
/>
<includes
id=
"org.eclipse.jst.server_core.feature"
version=
"0.0.0"
/>
<includes
id=
"org.eclipse.jst.server_ui.feature"
version=
"0.0.0"
/>
<includes
id=
"org.eclipse.jst.server_adapters.feature"
version=
"0.0.0"
/>
<includes
id=
"org.eclipse.jst.enterprise_core.feature"
version=
"0.0.0"
/>
<includes
id=
"org.eclipse.jst.enterprise_ui.feature"
version=
"0.0.0"
/>
<includes
<includes
id=
"org.eclipse.jst.common_sdk.feature"
id=
"org.eclipse.jst.common_sdk.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