[Tapestry-commits] CVS: Tapestry/framework/src/net/sf/tapestry Framework.library,1.9,1.9.2.1
Brought to you by:
hship
|
From: Howard L. S. <hs...@us...> - 2002-11-30 03:32:14
|
Update of /cvsroot/tapestry/Tapestry/framework/src/net/sf/tapestry
In directory sc8-pr-cvs1:/tmp/cvs-serv15102/framework/src/net/sf/tapestry
Modified Files:
Tag: hship-2-3
Framework.library
Log Message:
Move the Inspector into the contrib library.
Index: Framework.library
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/framework/src/net/sf/tapestry/Framework.library,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -C2 -d -r1.9 -r1.9.2.1
*** Framework.library 9 Sep 2002 13:24:29 -0000 1.9
--- Framework.library 30 Nov 2002 03:32:11 -0000 1.9.2.1
***************
*** 38,42 ****
<component-alias type="Insert" specification-path="/net/sf/tapestry/components/Insert.jwc"/>
<component-alias type="InsertText" specification-path="/net/sf/tapestry/html/InsertText.jwc"/>
- <component-alias type="InspectorButton" specification-path="/net/sf/tapestry/inspector/InspectorButton.jwc"/>
<component-alias type="ListEdit" specification-path="/net/sf/tapestry/form/ListEdit.jwc"/>
<component-alias type="Option" specification-path="/net/sf/tapestry/form/Option.jwc"/>
--- 38,41 ----
***************
*** 57,76 ****
<component-alias type="Upload" specification-path="/net/sf/tapestry/form/Upload.jwc"/>
<component-alias type="ValidField" specification-path="/net/sf/tapestry/valid/ValidField.jwc"/>
!
! <!-- Release 2.2 has a bit of renaming going on. These are old aliases for compatibility
! with older applications. These aliases will be removed in 2.3. -->
!
! <component-alias type="Action" specification-path="/net/sf/tapestry/link/ActionLink.jwc"/>
! <component-alias type="Direct" specification-path="/net/sf/tapestry/link/DirectLink.jwc"/>
! <component-alias type="InsertBlock" specification-path="/net/sf/tapestry/components/RenderBlock.jwc"/>
! <component-alias type="InsertWrapped" specification-path="/net/sf/tapestry/components/RenderBody.jwc"/>
! <component-alias type="Page" specification-path="/net/sf/tapestry/link/PageLink.jwc"/>
! <component-alias type="Service" specification-path="/net/sf/tapestry/link/ServiceLink.jwc"/>
! <component-alias type="ShowInspector" specification-path="/net/sf/tapestry/inspector/InspectorButton.jwc"/>
! <component-alias type="Text" specification-path="/net/sf/tapestry/form/TextArea.jwc"/>
!
<page name="StaleLink" specification-path="/net/sf/tapestry/pages/StaleLink.page"/>
<page name="StaleSession" specification-path="/net/sf/tapestry/pages/StaleSession.page"/>
- <page name="Inspector" specification-path="/net/sf/tapestry/inspector/Inspector.page"/>
<page name="Exception" specification-path="/net/sf/tapestry/pages/Exception.page"/>
--- 56,62 ----
<component-alias type="Upload" specification-path="/net/sf/tapestry/form/Upload.jwc"/>
<component-alias type="ValidField" specification-path="/net/sf/tapestry/valid/ValidField.jwc"/>
!
<page name="StaleLink" specification-path="/net/sf/tapestry/pages/StaleLink.page"/>
<page name="StaleSession" specification-path="/net/sf/tapestry/pages/StaleSession.page"/>
<page name="Exception" specification-path="/net/sf/tapestry/pages/Exception.page"/>
***************
*** 86,90 ****
<service name="external" class="net.sf.tapestry.engine.ExternalService"/>
- <library id="inspector" specification-path="/net/sf/tapestry/inspector/Inspector.library"/>
-
</library-specification>
--- 72,74 ----
|