diff --git a/build.xml b/build.xml index a5c96049..42a84030 100644 --- a/build.xml +++ b/build.xml @@ -1,89 +1,67 @@ - - - - - - - + - - - - - + - - - - + + + + + + + + + - - - - - - - - - + + + + + + - - + - - - - - - - - - - - - - - + + + + + + + + + - - - + + - - + - - + - - - - - - - + + + - - - - + debug="on" optimize="${build.optimize}" deprecation="on" source="1.5" target="1.5"> + @@ -99,22 +77,24 @@ - - - + + + + + - - + - + @@ -124,41 +104,27 @@ - + - - + + - + - - - - - - + - - - - - - - - - - + @@ -174,87 +140,90 @@ - - - + + + + + + + + + + + - - - - - - - + + - + - + - + - + - + - - + + classpathref="compile.classpath"/> - + - + - - + - + source="1.5" target="1.5" classpathref="compile.classpath"> - + - - - + - + - + @@ -264,7 +233,7 @@ - + @@ -274,35 +243,34 @@ - - - + - + - + - - + - + - - + @@ -318,116 +286,4 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..bf15ffc0 --- /dev/null +++ b/pom.xml @@ -0,0 +1,216 @@ + + + 4.0.0 + com.threerings + vilya + jar + 1.0-SNAPSHOT + vilya + Facilities for making networked multiplayer games. + http://code.google.com/p/vilya/ + + http://code.google.com/p/vilya/issues/list + + + + org.sonatype.oss + oss-parent + 5 + + + + + GNU Lesser General Public License (LGPL), Version 2.1 + http://www.fsf.org/licensing/licenses/lgpl.txt + repo + + + + + + samskivert + Michael Bayne + mdb@samskivert.com + + + + + scm:svn:http://vilya.googlecode.com/svn/trunk/ + + scm:svn:svn+ssh://src.earth.threerings.net/vilya/trunk/ + + http://vilya.googlecode.com/svn/trunk/ + + + + + com.google.guava + guava + r07 + compile + + + com.google.inject + guice + 2.0 + compile + + + com.samskivert + samskivert + 1.1 + compile + + + com.threerings + narya + 1.0 + compile + + + com.threerings + nenya + 1.0-SNAPSHOT + compile + + + javax.annotation + jsr250-api + 1.0 + compile + + + + commons-digester + commons-digester + 2.0 + compile + true + + + com.samskivert + depot + 1.0 + compile + true + + + javassist + javassist + 3.8.0.GA + compile + true + + + com.megginson.sax + xml-writer + 0.2 + compile + true + + + + junit + junit + 4.8.1 + test + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.5 + 1.5 + true + true + true + + -Xlint" "-Xlint:-serial" "-Xlint:-path + + + + org.apache.maven.plugins + maven-resources-plugin + 2.4.3 + + UTF-8 + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.7 + + true + public + + http://samskivert.googlecode.com/svn/apidocs/ + http://depot.googlecode.com/svn/apidocs/ + http://guava-libraries.googlecode.com/svn/trunk/javadoc/ + http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/ + http://evgeny-goldin.org/ant/api/ + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.6 + + + com/threerings/**/*Test.java + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.3.1 + + + org.apache.maven.plugins + maven-install-plugin + 2.3.1 + + + org.apache.maven.plugins + maven-deploy-plugin + 2.5 + + + + + + + release-sign-artifacts + + performReleasetrue + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.1 + + + sign-artifacts + verify + + sign + + + + + mdb@samskivert.com + + + + + + + diff --git a/rsrc/config/micasa/server.properties b/src/main/resources/rsrc/config/micasa/server.properties similarity index 100% rename from rsrc/config/micasa/server.properties rename to src/main/resources/rsrc/config/micasa/server.properties diff --git a/rsrc/i18n/game/general.properties b/src/main/resources/rsrc/i18n/game/general.properties similarity index 100% rename from rsrc/i18n/game/general.properties rename to src/main/resources/rsrc/i18n/game/general.properties diff --git a/rsrc/i18n/micasa/logon.properties b/src/main/resources/rsrc/i18n/micasa/logon.properties similarity index 100% rename from rsrc/i18n/micasa/logon.properties rename to src/main/resources/rsrc/i18n/micasa/logon.properties diff --git a/rsrc/media/stage/portal_arrows.png b/src/main/resources/rsrc/media/stage/portal_arrows.png similarity index 100% rename from rsrc/media/stage/portal_arrows.png rename to src/main/resources/rsrc/media/stage/portal_arrows.png diff --git a/rsrc/media/stage/tools/editor/toolbar_icons.png b/src/main/resources/rsrc/media/stage/tools/editor/toolbar_icons.png similarity index 100% rename from rsrc/media/stage/tools/editor/toolbar_icons.png rename to src/main/resources/rsrc/media/stage/tools/editor/toolbar_icons.png