diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2012-06-29 16:21:42 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2012-06-29 16:21:42 +0200 |
| commit | d6f6211306708d22ddcbe4e350f906c63220d7a4 (patch) | |
| tree | 15bc138b301680b3db240ddc2ca5f8170c6990fa /pom.xml | |
| parent | 3069ddf81b3cce2303cc1528e5de4708a798841f (diff) | |
More graph gui components. Selection moved from GraphModel to GraphPanel
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion>
<groupId>cristal</groupId>
<artifactId>cristal-gui</artifactId>
- <version>2.3.1</version>
+ <version>2.3.2-SNAPSHOT</version>
<name>cristal-gui</name>
<description>CRISTAL Kernel GUI</description>
<dependencies>
@@ -17,14 +17,14 @@ <dependency>
<groupId>cristal</groupId>
<artifactId>cristal-kernel</artifactId>
- <version>2.3.1</version>
+ <version>2.3.2-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
- <resources>
- <resource>
- <directory>src/main</directory>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
<targetPath>META-INF/cristal</targetPath>
<includes>
<include>module.xml</include>
@@ -33,6 +33,9 @@ <resource>
<directory>src/main/resources</directory>
<targetPath>com/c2kernel/gui/resources</targetPath>
+ <excludes>
+ <exclude>module.xml</exclude>
+ </excludes>
</resource>
</resources>
<plugins>
|
