Last change
on this file since 832 was
585,
checked in by sherbold, 12 years ago
|
- 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.
|
-
Property svn:mime-type set to
text/plain
|
File size:
622 bytes
|
Rev | Line | |
---|
[585] | 1 | <assembly |
---|
| 2 | xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" |
---|
| 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
| 4 | xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd"> |
---|
| 5 | <id>config</id> |
---|
| 6 | <formats> |
---|
| 7 | <format>zip</format> |
---|
| 8 | </formats> |
---|
| 9 | <includeBaseDirectory>false</includeBaseDirectory> |
---|
| 10 | <fileSets> |
---|
| 11 | <fileSet> |
---|
| 12 | <directory>data</directory> |
---|
| 13 | <outputDirectory></outputDirectory> |
---|
| 14 | <includes> |
---|
| 15 | <include>**/*</include> |
---|
| 16 | </includes> |
---|
| 17 | </fileSet> |
---|
| 18 | </fileSets> |
---|
| 19 | </assembly> |
---|
Note: See
TracBrowser
for help on using the repository browser.