Commit Graph

12 Commits

Author SHA1 Message Date
samskivert baef3bccb1 Put our non-source resources into src/main/resources to comply with the
standard Maven layout.

I'm not a huge fan of that separation, particularly now that it's de rigueur to
ship your sources with your class files. In such circumstances, one could
imagine just copying the entire contents of src/main/java into target/classes
and being done with it. Class files, XML files, propert files, etc. are all
packaged up together into one happy jar file of goodness. Then you don't have
extra files off in src/main/resources being demure and hard to notice.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@2849 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2010-09-08 18:41:41 +00:00
samskivert 3e77445126 We want our ivy.xml in ivys/ivy.xml as well.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2839 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2010-08-28 01:28:36 +00:00
samskivert bc034443ba app.name -> lib.name, made use of lib.name in a few places where we were
repeating ourselves.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@2838 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2010-08-28 01:16:37 +00:00
samskivert 5d2ed20918 Modified build to create and publish source and javadoc jar files.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2837 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2010-08-28 01:10:42 +00:00
samskivert c8c748614b I think I understand Ivy well enough now to define sane dependencies. Of course
these differ from the "standard definitions", but I'm going to stick with my
usual approach of assuming that everyone else is crazy.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@2834 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2010-08-27 23:36:44 +00:00
samskivert ed75af03a6 Really really fixing release process.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2831 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2010-08-27 19:15:48 +00:00
samskivert 2984848b88 Ironed out the wrinkles in the public release process.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2827 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2010-08-27 19:09:44 +00:00
samskivert 7ae7656c19 Published release 1.0.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2825 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2010-08-27 19:05:47 +00:00
samskivert 6b3e29c624 A target for publishing to a local repository.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2823 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2010-08-27 17:19:40 +00:00
samskivert 9ea2c867d6 Let's only put things that might change into separate properties.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2822 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2010-08-27 16:49:11 +00:00
samskivert d9fa1b569c More Ivy jiggery pokery.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2821 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2010-08-27 16:46:24 +00:00
samskivert 26cd0928ba A build file that uses Ivy to obtain all dependencies.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2815 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2010-08-27 08:38:43 +00:00