Par Winzell
11593370e7
Preparing for narya-1.10.1 release.
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6753 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-12-08 18:22:50 +00:00
Michael Bayne
50bf281512
Oops, was a little careless when testing new mvn-release.
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6748 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-11-28 21:54:58 +00:00
Michael Bayne
d8d2a054ef
Preparing for narya-1.11 release.
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6747 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-11-28 21:54:46 +00:00
Michael Bayne
65f824dc8a
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6744 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-11-09 18:39:24 +00:00
Michael Bayne
6955b40512
[maven-release-plugin] prepare release narya-1.10
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6742 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-11-09 18:39:00 +00:00
Michael Bayne
a28645ef63
Install -javadoc artifact as well; fixed some Ant javadoc links.
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6729 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-10-13 17:44:07 +00:00
Par Winzell
1ad7ac0fb6
Seems like 1.0 will work. 1.0-SNAPSHOT doesn't exist.
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6724 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-10-09 21:13:37 +00:00
Michael Bayne
bc50d6fe9a
Migrated some bits to ooo-util.
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6723 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-10-05 17:18:28 +00:00
Michael Bayne
7c9cf73b2c
Reference the latest GWT docs.
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6717 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-09-30 02:20:08 +00:00
Michael Bayne
b966ba3f7e
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6716 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-09-30 02:15:28 +00:00
Michael Bayne
dc3636dd84
[maven-release-plugin] prepare release narya-1.9
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6714 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-09-30 02:14:50 +00:00
Michael Bayne
50cfc8521b
We need to use the private SVN repo when doing releases.
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6713 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-09-30 02:13:11 +00:00
Michael Bayne
360e2323d2
Tidied POM, updated depends.
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6712 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-09-30 02:07:36 +00:00
Ray Greenwell
779ffff3b4
Guava 10, also update javadoc url.
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6708 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-09-28 22:26:08 +00:00
Charlie Groves
155c281b18
Remove and ignore Eclipse files in favor of letting people generate their own using m2eclipse
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6670 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-06-27 20:53:02 +00:00
Michael Bayne
85feb943f9
samskivert 1.4 shipped, so we can depend upon't.
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6646 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-05-31 17:31:05 +00:00
Dave Hoover
df87333935
Samskivert api docs are over at github now
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6643 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-05-26 17:31:23 +00:00
Michael Bayne
b37c054873
OK, we have to recompile against samskivert 1.4-SNAPSHOT because
...
add(index,observer) used to return void and now it returns boolean. Really I'd
rather add(index,observer) and add(observer) both returned void and threw an
exception if a duplicate was detected (because wtf are you doing?), but
Collection dictates a signature of boolean add (elem) and if I changed that,
then *everybody* would need to recompile. Sigh. We'll just suck it up and leave
add(i,o) consistent with add(o) and have Narya rebuild agains the latest
bytecode.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6624 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-04-10 21:24:22 +00:00
Michael Bayne
0e289a295b
Not needed.
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6623 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-04-10 19:51:48 +00:00
Ray Greenwell
aa55ea4c17
Guava r09.
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6622 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-04-10 19:39:42 +00:00
Ray Greenwell
23dd064230
Latest samskivert.
...
Just trying to make everything work...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6621 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-04-10 19:36:43 +00:00
Michael Bayne
4257b389bc
Updated to reflect new public home.
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6609 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-04-06 21:55:31 +00:00
Michael Bayne
fe473b8446
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6596 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-04-04 04:12:20 +00:00
Michael Bayne
4f6f789e0d
[maven-release-plugin] prepare release narya-1.8
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6594 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-04-04 04:12:00 +00:00
Michael Bayne
8725eaf8f9
Use stable 1.3 samskivert.
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6593 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-04-04 04:09:54 +00:00
Michael Bayne
bc4c9224ec
Added some scaffolding for testing peer related stuffs.
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6592 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-04-03 22:49:46 +00:00
Andrzej Kapolka
e9bbdd2c4b
Use the getIntervalClassName method to identify intervals that have been
...
cancelled.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6542 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-03-22 22:24:34 +00:00
Jamie Doornbos
53235c5212
Preparing for 1.8-SNAPSHOT development.
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6511 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-02-28 20:01:14 +00:00
Jamie Doornbos
5a65b218d8
Preparing for 1.7 release.
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6509 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-02-28 19:53:19 +00:00
Jamie Doornbos
e7a725f9e1
Preparing for 1.7-SNAPSHOT development.
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6505 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-02-21 22:02:35 +00:00
Jamie Doornbos
202e3fa49d
Preparing for 1.6 release.
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6503 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-02-21 21:55:41 +00:00
Mike Thomas
b5bd9ece3c
Preparing for 1.6-SNAPSHOT development.
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6498 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-02-17 19:43:10 +00:00
Mike Thomas
01e7f8ef04
Preparing for 1.5 release.
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6496 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-02-17 19:38:55 +00:00
Mike Thomas
4c44d7063b
Increment version to 1.5-SNAPSHOT
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6430 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-01-14 19:43:57 +00:00
Mike Thomas
266cb13db1
Set this as narya 1.4
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6429 542714f4-19e9-0310-aa3c-eee0fc999fb1
2011-01-14 19:31:05 +00:00
Michael Bayne
1a6587f69b
Bump Depot to 1.2-SNAPSHOT and regenerate records using type-safe column
...
expressions. We'll get to a new stable release soonish.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6379 542714f4-19e9-0310-aa3c-eee0fc999fb1
2010-12-15 00:47:20 +00:00
Michael Bayne
da92dc7772
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6369 542714f4-19e9-0310-aa3c-eee0fc999fb1
2010-12-10 17:54:37 +00:00
Michael Bayne
085345d0e6
[maven-release-plugin] prepare release narya-1.3
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6367 542714f4-19e9-0310-aa3c-eee0fc999fb1
2010-12-10 17:54:26 +00:00
Michael Bayne
be6eec0a06
Mind the gap.
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6366 542714f4-19e9-0310-aa3c-eee0fc999fb1
2010-12-10 17:51:43 +00:00
Charlie Groves
ed7bea986d
depot-1.0 doesn't have its .tmpl files, which causes genrecord to crash and burn. Bump to 1.1 and commit genrecord results.
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6357 542714f4-19e9-0310-aa3c-eee0fc999fb1
2010-12-09 21:57:33 +00:00
Michael Bayne
637afda179
Prepare for next snapshot version.
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6295 542714f4-19e9-0310-aa3c-eee0fc999fb1
2010-11-19 00:25:01 +00:00
Michael Bayne
a9e68c5312
A 1.2 release to OOO repo.
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6294 542714f4-19e9-0310-aa3c-eee0fc999fb1
2010-11-19 00:24:11 +00:00
Michael Bayne
68db945ad5
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6293 542714f4-19e9-0310-aa3c-eee0fc999fb1
2010-11-19 00:20:01 +00:00
Michael Bayne
3fbae6c356
[maven-release-plugin] prepare release narya-1.2
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6291 542714f4-19e9-0310-aa3c-eee0fc999fb1
2010-11-19 00:19:51 +00:00
Michael Bayne
34722f2ce9
Obtain our ActionScript dependencies from Maven as well, and publish our swc
...
artifacts thereto.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6289 542714f4-19e9-0310-aa3c-eee0fc999fb1
2010-11-18 20:50:09 +00:00
Michael Bayne
52a9f38d98
Preparing for our snapshot build. Other build.xml tidying.
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6286 542714f4-19e9-0310-aa3c-eee0fc999fb1
2010-11-18 05:39:44 +00:00
Michael Bayne
f0970bc5bc
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6263 542714f4-19e9-0310-aa3c-eee0fc999fb1
2010-11-08 19:32:01 +00:00
Michael Bayne
2f98439fbc
[maven-release-plugin] prepare release narya-1.1
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6261 542714f4-19e9-0310-aa3c-eee0fc999fb1
2010-11-08 19:31:52 +00:00
Michael Bayne
821f3549b2
Pants, these should be 1.5.
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6260 542714f4-19e9-0310-aa3c-eee0fc999fb1
2010-11-08 19:29:08 +00:00
Michael Bayne
2714587a3a
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6258 542714f4-19e9-0310-aa3c-eee0fc999fb1
2010-11-08 17:48:07 +00:00