Skip to content

Commit d1f1cd1

Browse files
committed
Pushing travis built to new IDEA version
1 parent 4c1c76a commit d1f1cd1

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<properties>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
36-
<idea.version>2016.1</idea.version>
36+
<idea.version>2016.2.3</idea.version>
3737
<ij.plugin>true</ij.plugin>
3838
</properties>
3939

@@ -70,11 +70,11 @@
7070
<target>
7171
<!-- Download IDEA sources which are required to build the plugin-->
7272
<!-- For local testing, I included a copy target below -->
73-
<get src="http://download.jetbrains.com/idea/ideaIC-2016.1.tar.gz"
73+
<get src="http://download.jetbrains.com/idea/ideaIC-2016.2.3.tar.gz"
7474
dest="${project.build.directory}"
7575
verbose="true"
7676
usetimestamp="true"/>
77-
<!--<copy file="/home/patrick/tmp/ideaIU-2016.1.tar.gz"-->
77+
<!--<copy file="/home/patrick/tmp/ideaIU-2016.2.3.tar.gz"-->
7878
<!--tofile="${project.build.directory}/ideaIC-15.0.3.tar.gz"-->
7979
<!--verbose="true"/>-->
8080
</target>
@@ -86,7 +86,7 @@
8686
<configuration>
8787
<target>
8888
<echo message="prepare phase"/>
89-
<untar compression="gzip" src="${project.build.directory}/ideaIC-2016.1.tar.gz"
89+
<untar compression="gzip" src="${project.build.directory}/ideaIC-2016.2.3.tar.gz"
9090
dest="${project.build.directory}"/>
9191
</target>
9292
</configuration>
@@ -104,7 +104,7 @@
104104
<target>
105105
<path id="maven.plugin.complete.classpath">
106106
<path refid="maven.plugin.classpath"/>
107-
<fileset dir="${project.build.directory}/idea-IC-145.258.11/lib">
107+
<fileset dir="${project.build.directory}/idea-IC-162.1628.40/lib">
108108
<include name="**/*.jar"/>
109109
</fileset>
110110
</path>
@@ -116,7 +116,7 @@
116116
</dirset>
117117
</path>
118118
<instrumentIdeaExtensions destdir="${project.build.outputDirectory}"
119-
extdirs="${project.build.directory}/idea-IC-145.258.11/lib">
119+
extdirs="${project.build.directory}/idea-IC-162.1628.40/lib">
120120
<classpath refid="maven.compile.classpath"/>
121121
<src refid="sourcepath"/>
122122
</instrumentIdeaExtensions>
@@ -164,7 +164,7 @@
164164
<version>2.5.1</version>
165165
<configuration>
166166
<compilerArguments>
167-
<extdirs>${project.build.directory}/idea-IC-145.258.11/lib/</extdirs>
167+
<extdirs>${project.build.directory}/idea-IC-162.1628.40/lib/</extdirs>
168168
</compilerArguments>
169169
<source>1.6</source>
170170
<target>1.6</target>

0 commit comments

Comments
 (0)