diff options
author | neothemachine <[email protected]> | 2012-12-05 22:14:07 +0100 |
---|---|---|
committer | neothemachine <[email protected]> | 2012-12-05 22:28:31 +0100 |
commit | d80ee0719d78feccf04d52a5b0cfab0aebd6c885 (patch) | |
tree | 89bee78ee27d82c80d722fa0d8af5bcb69f13d49 | |
parent | d433b0ecc4759566eeaebee742fd87fd091dc25d (diff) |
add ardor3d nexus for swt dependency until current swt gets on central
-rw-r--r-- | ardor3d-swt/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ardor3d-swt/pom.xml b/ardor3d-swt/pom.xml index 09aa143..42bc5de 100644 --- a/ardor3d-swt/pom.xml +++ b/ardor3d-swt/pom.xml @@ -39,6 +39,18 @@ <classifier>${swt.classifier}</classifier>
</dependency>
</dependencies>
+
+
+ <repositories>
+ <!-- The current version of swt isn't on central yet. -->
+ <repository>
+ <id>ardor3d</id>
+ <url>http://ardor3d.com:8081/nexus/content/groups/public</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
<profiles>
<profile>
|