diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2012-07-30 22:00:07 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2012-07-30 22:00:07 +0200 |
| commit | 9bb55a765e89a11cbfa628dc4711e275b70574b9 (patch) | |
| tree | a2156beacf65f2c192b116f8a2faa040868b99e8 /pom.xml | |
| parent | 05758b2129d8dd57d97b4237a7735673047fecbe (diff) | |
Depend on cristal-kernel rather than the other way around.
Include eclipse launchers for server and client.
Fix wrong order of package elements
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -17,7 +17,7 @@ </resource>
<resource>
<directory>src/main/resources</directory>
- <targetPath>ac/uk/uwe/cristaldev/resources</targetPath>
+ <targetPath>uk/ac/uwe/cristaldev/resources</targetPath>
<excludes>
<exclude>module.xml</exclude>
</excludes>
@@ -66,6 +66,11 @@ <artifactId>cristal-kernel</artifactId>
<version>2.3.2-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>cristal</groupId>
+ <artifactId>cristal-gui</artifactId>
+ <version>2.3.2-SNAPSHOT</version>
+ </dependency>
</dependencies>
</dependencyManagement>
<dependencies>
@@ -73,5 +78,9 @@ <groupId>cristal</groupId>
<artifactId>cristal-kernel</artifactId>
</dependency>
+ <dependency>
+ <groupId>cristal</groupId>
+ <artifactId>cristal-gui</artifactId>
+ </dependency>
</dependencies>
</project>
\ No newline at end of file |
