Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2005-07-01 06:16:16 +0000
committerslewis2005-07-01 06:16:16 +0000
commit744aaea08fe42f59c6f2316ac9a7f264cf586c71 (patch)
tree888f62d1763558826ce76bb64b247dbf14f87d5e /releng/features/org.eclipse.ecf.core-feature/feature.xml
parent7aa179a0e4a4b588842c2772d4eb777a43d1adcf (diff)
downloadorg.eclipse.ecf-744aaea08fe42f59c6f2316ac9a7f264cf586c71.tar.gz
org.eclipse.ecf-744aaea08fe42f59c6f2316ac9a7f264cf586c71.tar.xz
org.eclipse.ecf-744aaea08fe42f59c6f2316ac9a7f264cf586c71.zip
1) Added IContainer super interface for ISharedObjectContainer. Moved up joinGroup, leaveGroup, dispose.
2) Changed API to SharedObjectContainerFactory to remove static methods and rather use SharedObjectContainer.getDefault().<method>. NOTE: This requires clients to update their use of the SharedObjectContainerFactory as static methods are now gone. Updated all dependant code (examples and tests) 3) Fixed some documentation-generation routines in org.eclipse.ecf.doc 4) Updated classpath for all plugins 5) Added 'explode plugin jar upon install' for org.eclipse.ecf.provider plugin 6) Removed compile warnings throughout codebase
Diffstat (limited to 'releng/features/org.eclipse.ecf.core-feature/feature.xml')
-rw-r--r--releng/features/org.eclipse.ecf.core-feature/feature.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/releng/features/org.eclipse.ecf.core-feature/feature.xml b/releng/features/org.eclipse.ecf.core-feature/feature.xml
index a0f2671cf..bef9af3a6 100644
--- a/releng/features/org.eclipse.ecf.core-feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.core-feature/feature.xml
@@ -83,8 +83,7 @@ still apply to any source code in the Content.
id="org.eclipse.ecf.provider"
download-size="0"
install-size="0"
- version="0.0.0"
- unpack="false"/>
+ version="0.0.0"/>
<plugin
id="org.eclipse.ecf.ui"

Back to the top