krysalis-jplugin/src/resources avalon.xml,1.1.1.1,1.2
[email protected] Mon, 29 Sep 2003 09:09:15 -0700
Newsgroups
gmane.comp.krysalis.metamorphosis.cvs
Message-ID
<[email protected] >
Update of /cvsroot/metamorphosis/krysalis-jplugin/src/resources
In directory sc8-pr-cvs1:/tmp/cvs-serv6201/src/resources
Modified Files:
avalon.xml
Log Message:
Make the thing work again :-)
Index: avalon.xml
===================================================================
RCS file: /cvsroot/metamorphosis/krysalis-jplugin/src/resources/avalon.xml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** avalon.xml 15 Apr 2003 21:11:07 -0000 1.1.1.1
--- avalon.xml 29 Sep 2003 16:09:01 -0000 1.2
***************
*** 3,14 ****
<component name="ResourceFactory"
! role="org.krysalis.jplugin.framework.services.resource.ResourceFactory"
factory="org.krysalis.jplugin.engine.factories.CascadingComponentFactory"
type="singleton">
! <implementation class="org.krysalis.jplugin.framework.services.resource.DefaultResourceFactory">
! <resources path="./resources/"/>
! <files path="./resources/files/"/>
! <icons path="./resources/icons/"/>
</implementation>
</component>
--- 3,14 ----
<component name="ResourceFactory"
! role="org.krysalis.swingx.resources.ResourceFactory"
factory="org.krysalis.jplugin.engine.factories.CascadingComponentFactory"
type="singleton">
! <implementation class="org.krysalis.swingx.resources.DefaultResourceFactory">
! <resources path="./src/resources/"/>
! <files path="./src/resources/files/"/>
! <icons path="./src/resources/icons/"/>
</implementation>
</component>
***************
*** 22,33 ****
<component name="IconFactory"
! role="org.krysalis.jplugin.framework.services.icon.IconFactory"
factory="org.krysalis.jplugin.engine.factories.CascadingComponentFactory"
type="singleton">
! <implementation class="org.krysalis.jplugin.framework.services.icon.StoreEntityLabelIconFactory">
<icon path="crystalFolder.gif"/>
</implementation>
! <implementation class="org.krysalis.jplugin.framework.services.icon.BasicLabelIconFactory">
<icon-mapping mime-type="text/xml" path="crystalXMLDocument.gif"/>
<icon-mapping mime-type="text/plain" path="crystalTextDocument.gif"/>
--- 22,33 ----
<component name="IconFactory"
! role="org.krysalis.swingx.icons.IconFactory"
factory="org.krysalis.jplugin.engine.factories.CascadingComponentFactory"
type="singleton">
! <implementation class="org.krysalis.swingx.icons.StoreEntityLabelIconFactory">
<icon path="crystalFolder.gif"/>
</implementation>
! <implementation class="org.krysalis.swingx.icons.BasicLabelIconFactory">
<icon-mapping mime-type="text/xml" path="crystalXMLDocument.gif"/>
<icon-mapping mime-type="text/plain" path="crystalTextDocument.gif"/>
***************
*** 35,39 ****
<icon-mapping mime-type="video/mpeg" path="crystalMovieDocument.gif"/>
</implementation>
! <implementation class="org.krysalis.jplugin.framework.services.icon.DefaultLabelIconFactory">
<icon path="crystalDefaultSmallDocument.gif"/>
</implementation >
--- 35,39 ----
<icon-mapping mime-type="video/mpeg" path="crystalMovieDocument.gif"/>
</implementation>
! <implementation class="org.krysalis.swingx.icons.DefaultLabelIconFactory">
<icon path="crystalDefaultSmallDocument.gif"/>
</implementation >
***************
*** 90,109 ****
<implementation name="[jar] old documentation" class="org.krysalis.jplugin.framework.storage.impl.resource.SingleResourceDirStore">
! <resource path="resources/documentation/diagrams/Krysalis-classes.svg" mimetype="image/svg"/>
! <resource path="resources/help/apidoc/api.hs" mimetype="text/x-helpset"/>
</implementation>
<implementation name="[jar] demos" class="org.krysalis.jplugin.framework.storage.impl.resource.SingleResourceDirStore">
! <resource path="resources/html/start.html" mimetype="text/html"/>
! <resource path="resources/icons/butterflyWP.gif" mimetype="image/gif"/>
! <resource path="resources/demos/krysalis.svg" mimetype="image/svg"/>
! <resource path="resources/demos/article-sdocbook2.xml" mimetype="text/xml"/>
! <resource path="resources/demos/docbook-r.dtd" mimetype="text/plain"/>
! <resource path="resources/demos/poolshot2.pdf" mimetype="application/pdf"/>
! <resource path="resources/demos/AbstractComponentSheet.java" mimetype="text/java"/>
! <resource path="resources/demos/dontcry.gif" mimetype="image/gif"/>
! <resource path="resources/demos/world.wmf" mimetype="application/wmf"/>
! <resource path="resources/demos/build.xml" mimetype="text/x-build"/>
! <resource path="resources/demos/readme.fo" mimetype="text/x-fo"/>
</implementation>
--- 90,109 ----
<implementation name="[jar] old documentation" class="org.krysalis.jplugin.framework.storage.impl.resource.SingleResourceDirStore">
! <resource path="src/resources/documentation/diagrams/Krysalis-classes.svg" mimetype="image/svg"/>
! <resource path="src/resources/help/apidoc/api.hs" mimetype="text/x-helpset"/>
</implementation>
<implementation name="[jar] demos" class="org.krysalis.jplugin.framework.storage.impl.resource.SingleResourceDirStore">
! <resource path="src/resources/html/start.html" mimetype="text/html"/>
! <resource path="src/resources/icons/butterflyWP.gif" mimetype="image/gif"/>
! <resource path="src/resources/demos/krysalis.svg" mimetype="image/svg"/>
! <resource path="src/resources/demos/article-sdocbook2.xml" mimetype="text/xml"/>
! <resource path="src/resources/demos/docbook-r.dtd" mimetype="text/plain"/>
! <resource path="src/resources/demos/poolshot2.pdf" mimetype="application/pdf"/>
! <resource path="src/resources/demos/AbstractComponentSheet.java" mimetype="text/java"/>
! <resource path="src/resources/demos/dontcry.gif" mimetype="image/gif"/>
! <resource path="src/resources/demos/world.wmf" mimetype="application/wmf"/>
! <resource path="src/resources/demos/build.xml" mimetype="text/x-build"/>
! <resource path="src/resources/demos/readme.fo" mimetype="text/x-fo"/>
</implementation>
***************
*** 115,120 ****
<implementation name="[local] test images" class="org.krysalis.jplugin.framework.services.gui.JFrameGuiContainer">
<appearance>
! <!--
! <lookandfeel class="org.krysalis.javax.swing.plaf.flat.FlatLookAndFeel">
<colors primary1="#0f1820"
primary2="#3f6fa0"
--- 115,120 ----
<implementation name="[local] test images" class="org.krysalis.jplugin.framework.services.gui.JFrameGuiContainer">
<appearance>
! <!--
! <lookandfeel class="org.krysalis.swingx.laf.flat.FlatLookAndFeel">
<colors primary1="#0f1820"
primary2="#3f6fa0"
***************
*** 124,129 ****
secondary3="#cfd2df"/>
</lookandfeel>
! -->
! <!--
<lookandfeel class="javax.swing.plaf.metal.MetalLookAndFeel">
<colors primary1="#0f1820"
--- 124,129 ----
secondary3="#cfd2df"/>
</lookandfeel>
! -->
!
<lookandfeel class="javax.swing.plaf.metal.MetalLookAndFeel">
<colors primary1="#0f1820"
***************
*** 134,138 ****
secondary3="#cfd2df"/>
</lookandfeel>
! -->
<!--
--- 134,138 ----
secondary3="#cfd2df"/>
</lookandfeel>
!
<!--
***************
*** 161,168 ****
-->
!
<lookandfeel class="com.l2fprod.gui.plaf.skin.SkinLookAndFeel">
<themepack path="resources/themes/kenplasticthemepack.zip" />
</lookandfeel>
<!--
--- 161,169 ----
-->
! <!--
<lookandfeel class="com.l2fprod.gui.plaf.skin.SkinLookAndFeel">
<themepack path="resources/themes/kenplasticthemepack.zip" />
</lookandfeel>
+ -->
<!--
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf