-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathclient-gwt.pom
More file actions
36 lines (30 loc) · 875 Bytes
/
client-gwt.pom
File metadata and controls
36 lines (30 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>grisu</groupId>
<artifactId>grisu-client-enunciate-gwt</artifactId>
<version>0.3-SNAPSHOT</version>
<description>
Gwt-client-side classes for the Grisu API.
</description>
<repositories>
<repository>
<id>ARCS</id>
<url>http://code.arcs.org.au/nexus/content/groups/public</url>
</repository>
<repository>
<id>ARCS Snapshots</id>
<url>http://code.arcs.org.au/nexus/content/groups/public-snapshots
</url>
</repository>
</repositories>
<dependencies>
<!-- <dependency>-->
<!-- <groupId>org.codehaus.enunciate</groupId>-->
<!-- <artifactId>enunciate-xfire-client-tools</artifactId>-->
<!-- <version>1.7</version>-->
<!-- <type>jar</type>-->
<!-- <scope>compile</scope>-->
<!-- </dependency>-->
</dependencies>
</project>