<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,7 +4,7 @@
 	&lt;classpathentry kind=&quot;src&quot; path=&quot;src/test/scala&quot;/&gt;
 	&lt;classpathentry kind=&quot;con&quot; path=&quot;ch.epfl.lamp.sdt.launching.SCALA_CONTAINER&quot;/&gt;
 	&lt;classpathentry kind=&quot;con&quot; path=&quot;org.eclipse.jdt.launching.JRE_CONTAINER&quot;/&gt;
-	&lt;classpathentry kind=&quot;lib&quot; path=&quot;lib_managed/test/h2-1.1.118.jar&quot;/&gt;
 	&lt;classpathentry kind=&quot;lib&quot; path=&quot;lib_managed/test/junit-4.7.jar&quot;/&gt;
+	&lt;classpathentry kind=&quot;lib&quot; path=&quot;lib_managed/test/h2-1.1.119.jar&quot;/&gt;
 	&lt;classpathentry kind=&quot;output&quot; path=&quot;bin&quot;/&gt;
 &lt;/classpath&gt;</diff>
      <filename>.classpath</filename>
    </modified>
    <modified>
      <diff>@@ -1,9 +1,9 @@
 # Standard properties
 project.organization=com.novocode
 project.name=scala-query
-project.version=0.1.0-SNAPSHOT
+project.version=1.0.0-SNAPSHOT
 sbt.version=0.5.6-SNAPSHOT
-scala.version=2.8.0-20091004.003722-+
+scala.version=2.8.0-20091006.003811-+
 project.initialize=false
 
 # Custom properties</diff>
      <filename>project/build.properties</filename>
    </modified>
    <modified>
      <diff>@@ -7,7 +7,7 @@ class ScalaQueryProject(info: ProjectInfo) extends DefaultProject(info)
   override def compileOptions = Deprecation :: super.compileOptions.toList
 
   /*********** Dependencies ***********/
-  val scalaToolsSnapshots = &quot;Scala-Tools Maven2 Snapshots Repository&quot; at &quot;http://scala-tools.org/repo-snapshots&quot;
+  //val scalaToolsSnapshots = &quot;Scala-Tools Maven2 Snapshots Repository&quot; at &quot;http://scala-tools.org/repo-snapshots&quot;
   //val specs = &quot;org.scala-tools.testing&quot; % &quot;specs&quot; % &quot;1.4.4&quot;
   //val scalaCheck = &quot;org.scalacheck&quot; % &quot;scalacheck&quot; % &quot;1.5&quot;
   val h2 = &quot;com.h2database&quot; % &quot;h2&quot; % &quot;1.1.+&quot; % &quot;test-&gt;default&quot;
@@ -24,19 +24,17 @@ class ScalaQueryProject(info: ProjectInfo) extends DefaultProject(info)
   }) else super.fork
 
   /*********** Publishing ***********/
-  /*override def ivyXML =
-    &lt;info module=&quot;scala-query&quot; organisation=&quot;com.novocode&quot;&gt;
-      &lt;license name=&quot;Two-clause BSD-style&quot; url=&quot;http://github.com/szeiger/scala-query/blob/master/LICENSE.txt&quot; /&gt;
-      &lt;description homepage=&quot;http://github.com/szeiger/scala-query/&quot;&gt;
-        ScalaQuery is a type-safe database query API for Scala.
-      &lt;/description&gt;
-    &lt;/info&gt;*/
+  def specificSnapshotRepo =
+    Resolver.url(&quot;scala-nightly&quot;).
+    artifacts(&quot;http://scala-tools.org/repo-snapshots/[organization]/[module]/2.8.0-SNAPSHOT/[artifact]-[revision].[ext]&quot;).
+    mavenStyle()
+  val nightlyScala = ModuleConfiguration(&quot;org.scala-lang&quot;, &quot;*&quot;, &quot;2.8.0-.*&quot;, specificSnapshotRepo)
+  //override def deliverScalaDependencies = Nil
   override def managedStyle = ManagedStyle.Maven
   val publishTo = Resolver.file(&quot;ScalaQuery Test Repo&quot;, new File(&quot;e:/temp/repo/&quot;))
-  override def packageDocsJar = defaultJarPath(&quot;-javadoc.jar&quot;)
+  override def packageDocsJar = defaultJarPath(&quot;-javadocs.jar&quot;)
   override def packageSrcJar = defaultJarPath(&quot;-sources.jar&quot;)
   val sourceArtifact = Artifact(artifactID, &quot;src&quot;, &quot;jar&quot;, Some(&quot;sources&quot;), Nil, None)
   val docsArtifact = Artifact(artifactID, &quot;docs&quot;, &quot;jar&quot;, Some(&quot;javadocs&quot;), Nil, None)
-  //override def packageToPublishActions = super.packageToPublishActions ++ Seq(packageDocs, packageSrc)
-  override def packageToPublishActions = super.packageToPublishActions ++ Seq(packageSrc)
+  override def packageToPublishActions = super.packageToPublishActions ++ Seq(packageDocs, packageSrc)
 }</diff>
      <filename>project/build/src/ScalaQueryProject.scala</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7ddfeb0fb29e948a848fe698aa1e248e53718b80</id>
    </parent>
  </parents>
  <author>
    <name>Stefan Zeiger</name>
    <email>szeiger@novocode.com</email>
  </author>
  <url>http://github.com/szeiger/scala-query/commit/2c72ad03e370606c220f1e3f7ed0d6c268901aaf</url>
  <id>2c72ad03e370606c220f1e3f7ed0d6c268901aaf</id>
  <committed-date>2009-10-08T12:54:12-07:00</committed-date>
  <authored-date>2009-10-08T12:54:12-07:00</authored-date>
  <message>Updated build process: Building and publishing with sbt trunk is now
working for all artifacts</message>
  <tree>10d9146a18823a2eb18e07dd67ce04a63c7f6b63</tree>
  <committer>
    <name>Stefan Zeiger</name>
    <email>szeiger@novocode.com</email>
  </committer>
</commit>
