summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2012-07-30 22:00:07 +0200
committerAndrew Branson <andrew.branson@cern.ch>2012-07-30 22:00:07 +0200
commit9bb55a765e89a11cbfa628dc4711e275b70574b9 (patch)
treea2156beacf65f2c192b116f8a2faa040868b99e8 /pom.xml
parent05758b2129d8dd57d97b4237a7735673047fecbe (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.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 14f7fba..ff4f614 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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