META-INF.org.ops4j.gaderian.module.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of filechooser Show documentation
Show all versions of filechooser Show documentation
A zoom.nu desktop plugin that makes the stock java filechooser remember where it was the last time.
The newest version!
<?xml version="1.0" encoding="ISO-8859-1"?> <!-- Copyright (C) 2006 Magnus Reftel & Johan Maasing Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <module id="nu.zoom.swing.desktop.component.filechooser" version="2.0.0"> <service-point id="FileChooserFactory"> <invoke-factory service-id="gaderian.BuilderFactory"> <construct class="nu.zoom.swing.desktop.component.filechooser.impl.FileChooserFactoryImpl"> </construct> </invoke-factory> </service-point> <service-point id="StringMenuFactory" interface="nu.zoom.swing.desktop.component.stringmenu.StringMenuFactory" > <invoke-factory service-id="gaderian.BuilderFactory"> <construct class="nu.zoom.swing.desktop.component.stringmenu.impl.StringMenuFactoryImpl"> </construct> </invoke-factory> </service-point> </module>