Changeset 585 for trunk/quest-runner


Ignore:
Timestamp:
08/22/12 15:53:43 (12 years ago)
Author:
sherbold
Message:
  • rewrote create of GUI elements by the IGUIElementFactory implementations. We now do not require platform-specific GUI element factories. Instead, mappings files located in the folder data/guimappings that start with guimapping- and and with .txt are used to determine which classes in the GUI structure belong to which GUI elements.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-runner/pom.xml

    r584 r585  
    152152          </execution> 
    153153          <execution> 
     154            <id>get-jfc-plugin-config</id> 
     155            <phase>process-classes</phase> 
     156            <goals> 
     157              <goal>unpack</goal> 
     158            </goals> 
     159            <configuration> 
     160              <artifactItems> 
     161                <artifactItem> 
     162                  <groupId>de.ugoe.cs.quest</groupId> 
     163                  <artifactId>quest-plugin-jfc</artifactId> 
     164                  <version>0.0.1-SNAPSHOT</version> 
     165                  <classifier>config</classifier> 
     166                  <type>zip</type> 
     167                  <outputDirectory>${project.build.directory}/data</outputDirectory> 
     168                </artifactItem> 
     169              </artifactItems> 
     170            </configuration> 
     171          </execution> 
     172          <execution> 
    154173            <id>get-mfc-plugin-config</id> 
    155174            <phase>process-classes</phase> 
Note: See TracChangeset for help on using the changeset viewer.