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-plugin-jfc/pom.xml

    r573 r585  
    3636                                </configuration> 
    3737                        </plugin> 
     38                        <plugin> 
     39                                <artifactId>maven-assembly-plugin</artifactId> 
     40                                <version>2.2-beta-2</version> 
     41                                <configuration> 
     42                                        <descriptors> 
     43                                                <descriptor>src/main/assembly/config.xml</descriptor> 
     44                                        </descriptors> 
     45                                </configuration> 
     46                                <executions> 
     47                                        <execution> 
     48                                                <id>make-assembly</id> 
     49                                                <phase>package</phase> 
     50                                                <goals> 
     51                                                        <goal>single</goal> 
     52                                                </goals> 
     53                                        </execution> 
     54                                </executions> 
     55                        </plugin> 
    3856                </plugins> 
    3957        </build> 
Note: See TracChangeset for help on using the changeset viewer.