svn commit: rev 37409 - avalon/trunk/central/laboratory/studio/eclipse/core/config
[email protected] 2 Sep 2004 19:38:11 -0000
| Newsgroups | gmane.comp.jakarta.avalon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: oberhack
Date: Thu Sep 2 12:38:11 2004
New Revision: 37409
Modified:
avalon/trunk/central/laboratory/studio/eclipse/core/config/resources.test_cfg
Log:
Modified: avalon/trunk/central/laboratory/studio/eclipse/core/config/resources.test_cfg
==============================================================================
--- avalon/trunk/central/laboratory/studio/eclipse/core/config/resources.test_cfg (original)
+++ avalon/trunk/central/laboratory/studio/eclipse/core/config/resources.test_cfg Thu Sep 2 12:38:11 2004
@@ -1,38 +1,6 @@
<ResourceTemplates>
<resourceTemplates>
<entry>
- <string>Custom Context Tutorial</string>
- <ResourceTemplate>
- <directoryType>StandardBlock</directoryType>
- <templateId>Custom Context Tutorial</templateId>
- <description>This tutorial presents information about the management of the runtime context supplied to your component.</description>
- <wizardPages/>
- <resources>
- <Resource>
- <rootSegment>src</rootSegment>
- <sourceFilePathName>/D:/Avalon/studio/eclipse/core/templates/context/custom/HelloComponent.java</sourceFilePathName>
- <packageName>tutorial</packageName>
- </Resource>
- <Resource>
- <rootSegment>src</rootSegment>
- <sourceFilePathName>/D:/Avalon/studio/eclipse/core/templates/context/custom/NumberCruncher.java</sourceFilePathName>
- <packageName>tutorial</packageName>
- </Resource>
- <Resource>
- <rootSegment>src/BLOCK-INF</rootSegment>
- <sourceFilePathName>/D:/Avalon/studio/eclipse/core/templates/context/custom/block.xml</sourceFilePathName>
- <packageName></packageName>
- </Resource>
- </resources>
- <libraries>
- <Library>
- <name>avalon-framework-api</name>
- <version>4.2.0</version>
- </Library>
- </libraries>
- </ResourceTemplate>
- </entry>
- <entry>
<string>HelloWorld Tutorial</string>
<ResourceTemplate>
<directoryType>StandardBlock</directoryType>
@@ -65,200 +33,10 @@
</ResourceTemplate>
</entry>
<entry>
- <string>Plus Context Tutorial</string>
- <ResourceTemplate>
- <directoryType>StandardBlock</directoryType>
- <templateId>Plus Context Tutorial</templateId>
- <description>This tutorial covers usage of context entries using a constructor supplied custom context</description>
- <wizardPages/>
- <resources>
- <Resource>
- <rootSegment>src</rootSegment>
- <sourceFilePathName>/D:/Avalon/studio/eclipse/core/templates/context/plus/HelloComponent.java</sourceFilePathName>
- <packageName>tutorial</packageName>
- </Resource>
- <Resource>
- <rootSegment>src</rootSegment>
- <sourceFilePathName>/D:/Avalon/studio/eclipse/core/templates/context/plus/DemoContext.java</sourceFilePathName>
- <packageName>tutorial</packageName>
- </Resource>
- <Resource>
- <rootSegment>src</rootSegment>
- <sourceFilePathName>/D:/Avalon/studio/eclipse/core/templates/context/plus/DemoContextProvider.java</sourceFilePathName>
- <packageName>tutorial</packageName>
- </Resource>
- <Resource>
- <rootSegment>src/BLOCK-INF</rootSegment>
- <sourceFilePathName>/D:/Avalon/studio/eclipse/core/templates/context/plus/block.xml</sourceFilePathName>
- <packageName></packageName>
- </Resource>
- </resources>
- <libraries>
- <Library>
- <name>avalon-framework-api</name>
- <version>4.2.0</version>
- </Library>
- </libraries>
- </ResourceTemplate>
- </entry>
- <entry>
- <string>Configuration Tutorial</string>
- <ResourceTemplate>
- <directoryType>StandardBlock</directoryType>
- <templateId>Configuration Tutorial</templateId>
- <description>This example is the HelloComponent extended to include a configuration constructor argument and updates to log the source of the configuration based on runtime information.</description>
- <wizardPages/>
- <resources>
- <Resource>
- <rootSegment>src</rootSegment>
- <sourceFilePathName>/D:/Avalon/studio/eclipse/core/templates/configuration/HelloComponent.java</sourceFilePathName>
- <packageName>tutorial</packageName>
- </Resource>
- <Resource>
- <rootSegment>src/BLOCK-INF</rootSegment>
- <sourceFilePathName>/D:/Avalon/studio/eclipse/core/templates/configuration/block.xml</sourceFilePathName>
- <packageName></packageName>
- </Resource>
- <Resource>
- <rootSegment>src/BLOCK-INF</rootSegment>
- <sourceFilePathName>/D:/Avalon/studio/eclipse/core/templates/configuration/categories.xml</sourceFilePathName>
- <packageName></packageName>
- </Resource>
- <Resource>
- <rootSegment>src/BLOCK-INF</rootSegment>
- <sourceFilePathName>/D:/Avalon/studio/eclipse/core/templates/configuration/config.xml</sourceFilePathName>
- <packageName></packageName>
- </Resource>
- <Resource>
- <rootSegment>src</rootSegment>
- <sourceFilePathName>/D:/Avalon/studio/eclipse/core/templates/configuration/HelloComponent.xconfig</sourceFilePathName>
- <packageName>tutorial</packageName>
- </Resource>
- </resources>
- <libraries>
- <Library>
- <name>avalon-framework-api</name>
- <version>4.2.0</version>
- </Library>
- </libraries>
- </ResourceTemplate>
- </entry>
- <entry>
- <string>Strategy Context Tutorial</string>
- <ResourceTemplate>
- <directoryType>StandardBlock</directoryType>
- <templateId>Strategy Context Tutorial</templateId>
- <description>This tutorial covers the declaration of custom contextualization strategy.</description>
- <wizardPages/>
- <resources>
- <Resource>
- <rootSegment>src</rootSegment>
- <sourceFilePathName>/D:/Avalon/studio/eclipse/core/templates/context/strategy/StandardComponent.java</sourceFilePathName>
- <packageName>tutorial</packageName>
- </Resource>
- <Resource>
- <rootSegment>src</rootSegment>
- <sourceFilePathName>/D:/Avalon/studio/eclipse/core/templates/context/strategy/StandardService.java</sourceFilePathName>
- <packageName>tutorial</packageName>
- </Resource>
- <Resource>
- <rootSegment>src</rootSegment>
- <sourceFilePathName>/D:/Avalon/studio/eclipse/core/templates/context/strategy/StandardContext.java</sourceFilePathName>
- <packageName>tutorial</packageName>
- </Resource>
- <Resource>
- <rootSegment>src</rootSegment>
- <sourceFilePathName>/D:/Avalon/studio/eclipse/core/templates/context/strategy/StandardContextImp.java</sourceFilePathName>
- <packageName>tutorial</packageName>
- </Resource>
- <Resource>
- <rootSegment>src</rootSegment>
- <sourceFilePathName>/D:/Avalon/studio/eclipse/core/templates/context/strategy/Contextualizable.java</sourceFilePathName>
- <packageName>tutorial</packageName>
- </Resource>
- <Resource>
- <rootSegment>src</rootSegment>
- <sourceFilePathName>/D:/Avalon/studio/eclipse/core/templates/context/strategy/DemoContextualizationHandler.java</sourceFilePathName>
- <packageName>tutorial</packageName>
- </Resource>
- <Resource>
- <rootSegment>src/BLOCK-INF</rootSegment>
- <sourceFilePathName>/D:/Avalon/studio/eclipse/core/templates/context/strategy/block.xml</sourceFilePathName>
- <packageName></packageName>
- </Resource>
- </resources>
- <libraries>
- <Library>
- <name>avalon-framework-api</name>
- <version>4.2.0</version>
- </Library>
- </libraries>
- </ResourceTemplate>
- </entry>
- <entry>
- <string>Casting Context Tutorial</string>
- <ResourceTemplate>
- <directoryType>StandardBlock</directoryType>
- <templateId>Casting Context Tutorial</templateId>
- <description>This tutorial covers the declaration of context casting criteria and the creation of a typed context.</description>
- <wizardPages/>
- <resources>
- <Resource>
- <rootSegment>src</rootSegment>
- <sourceFilePathName>/D:/Avalon/studio/eclipse/core/templates/context/casting/HelloComponent.java</sourceFilePathName>
- <packageName>tutorial</packageName>
- </Resource>
- <Resource>
- <rootSegment>src</rootSegment>
- <sourceFilePathName>/D:/Avalon/studio/eclipse/core/templates/context/casting/DemoContext.java</sourceFilePathName>
- <packageName>tutorial</packageName>
- </Resource>
- <Resource>
- <rootSegment>src</rootSegment>
- <sourceFilePathName>/D:/Avalon/studio/eclipse/core/templates/context/casting/DemoContextProvider.java</sourceFilePathName>
- <packageName>tutorial</packageName>
- </Resource>
- <Resource>
- <rootSegment>src/BLOCK-INF</rootSegment>
- <sourceFilePathName>/D:/Avalon/studio/eclipse/core/templates/context/casting/block.xml</sourceFilePathName>
- <packageName></packageName>
- </Resource>
- </resources>
- <libraries>
- <Library>
- <name>avalon-framework-api</name>
- <version>4.2.0</version>
- </Library>
- </libraries>
- </ResourceTemplate>
- </entry>
- <entry>
- <string>Alias Context Tutorial</string>
- <ResourceTemplate>
- <directoryType>StandardBlock</directoryType>
- <templateId>Alias Context Tutorial</templateId>
- <description>This tutorial covers usage of standard context entries using a constructor supplied context (as opposed to the classic Contextualization delivery mecahanism).</description>
- <wizardPages/>
- <resources>
- <Resource>
- <rootSegment>src</rootSegment>
- <sourceFilePathName>/D:/Avalon/studio/eclipse/core/templates/context/alias/HelloComponent.java</sourceFilePathName>
- <packageName>tutorial.application</packageName>
- </Resource>
- <Resource>
- <rootSegment>impl/BLOCK-INF</rootSegment>
- <sourceFilePathName>/D:/Avalon/studio/eclipse/core/templates/context/alias/block.xml</sourceFilePathName>
- <packageName></packageName>
- </Resource>
- </resources>
- <libraries/>
- </ResourceTemplate>
- </entry>
- <entry>
- <string>Standard Context Tutorial</string>
+ <string>Context Tutorial (Standard)</string>
<ResourceTemplate>
<directoryType>StandardBlock</directoryType>
- <templateId>Standard Context Tutorial</templateId>
+ <templateId>Context Tutorial (Standard)</templateId>
<description>This tutorial presents information about the management of the runtime context supplied to your component.</description>
<wizardPages/>
<resources>