mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Easy accessors added FView and FControl to various components throughout UI. Mishmash of methods in "Display" interface attached as appropriate to singletons. AllZone updated to remove display and one or two others in favor of singletons, for future deprecation. Some renaming for consistency. Skins folder moved out of "images", which will be deprecated soon. FControl refactored to reuse single instance of each UI state.
30 lines
748 B
XML
30 lines
748 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<projectDescription>
|
|
<name>ForgeLocal</name>
|
|
<comment></comment>
|
|
<projects>
|
|
</projects>
|
|
<buildSpec>
|
|
<buildCommand>
|
|
<name>org.eclipse.jdt.core.javabuilder</name>
|
|
<arguments>
|
|
</arguments>
|
|
</buildCommand>
|
|
<buildCommand>
|
|
<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
|
|
<arguments>
|
|
</arguments>
|
|
</buildCommand>
|
|
<buildCommand>
|
|
<name>org.eclipse.m2e.core.maven2Builder</name>
|
|
<arguments>
|
|
</arguments>
|
|
</buildCommand>
|
|
</buildSpec>
|
|
<natures>
|
|
<nature>org.eclipse.m2e.core.maven2Nature</nature>
|
|
<nature>org.eclipse.jdt.core.javanature</nature>
|
|
<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
|
|
</natures>
|
|
</projectDescription>
|