summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-05-02 14:10:00 +0200
committerJason Zaugg <jzaugg@gmail.com>2014-05-02 14:10:00 +0200
commitfc4602a1415066f897530b6995299de1f3d9830f (patch)
treece2f14cc7767d19b6bf80c81a7d931d4f7c92ddd /build.xml
parentca9003e453873c496c72c431f0e5f9f3eaf31511 (diff)
parentf93fbef8ecbcf1f09cd18632bd209dbf641f7c96 (diff)
downloadscala-fc4602a1415066f897530b6995299de1f3d9830f.tar.gz
scala-fc4602a1415066f897530b6995299de1f3d9830f.tar.bz2
scala-fc4602a1415066f897530b6995299de1f3d9830f.zip
Merge pull request #3708 from lrytz/intellij
IntelliJ project files
Diffstat (limited to 'build.xml')
-rwxr-xr-xbuild.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 95ce2fe4e2..a66c138cbe 100755
--- a/build.xml
+++ b/build.xml
@@ -368,12 +368,13 @@ TODO:
<typedef resource="aQute/bnd/ant/taskdef.properties" classpathref="extra.tasks.classpath" />
<echo message="Using Scala ${starr.version} for STARR."/>
- <artifact:dependencies pathId="starr.compiler.path">
+ <artifact:dependencies pathId="starr.compiler.path" filesetId="starr.fileset">
<artifact:remoteRepository refid="extra-repo"/>
<dependency groupId="org.scala-lang" artifactId="scala-library" version="${starr.version}"/>
<dependency groupId="org.scala-lang" artifactId="scala-reflect" version="${starr.version}"/>
<dependency groupId="org.scala-lang" artifactId="scala-compiler" version="${starr.version}"/>
</artifact:dependencies>
+ <copy-deps project="starr"/>
<property name="maven-deps-done" value="yep!"/>
</then></if>