|
70 | 70 | <target> |
71 | 71 | <!-- Download IDEA sources which are required to build the plugin--> |
72 | 72 | <!-- For local testing, I included a copy target below --> |
73 | | - <get src="http://download.jetbrains.com/idea/ideaIC-15.0.3.tar.gz" |
| 73 | + <get src="http://download.jetbrains.com/idea/ideaIU-2016.1.tar.gz" |
74 | 74 | dest="${project.build.directory}" |
75 | 75 | verbose="true" |
76 | 76 | usetimestamp="true"/> |
77 | | - <!--<copy file="/home/patrick/tmp/ideaIC-15.0.3.tar.gz"--> |
| 77 | + <!--<copy file="/home/patrick/tmp/ideaIU-2016.1.tar.gz"--> |
78 | 78 | <!--tofile="${project.build.directory}/ideaIC-15.0.3.tar.gz"--> |
79 | 79 | <!--verbose="true"/>--> |
80 | 80 | </target> |
|
86 | 86 | <configuration> |
87 | 87 | <target> |
88 | 88 | <echo message="prepare phase"/> |
89 | | - <untar compression="gzip" src="${project.build.directory}/ideaIC-15.0.3.tar.gz" |
| 89 | + <untar compression="gzip" src="${project.build.directory}/ideaIU-2016.1.tar.gz" |
90 | 90 | dest="${project.build.directory}"/> |
91 | 91 | </target> |
92 | 92 | </configuration> |
|
104 | 104 | <target> |
105 | 105 | <path id="maven.plugin.complete.classpath"> |
106 | 106 | <path refid="maven.plugin.classpath"/> |
107 | | - <fileset dir="${project.build.directory}/idea-IC-143.1821.5/lib"> |
| 107 | + <fileset dir="${project.build.directory}/idea-IC-145.258.11/lib"> |
108 | 108 | <include name="**/*.jar"/> |
109 | 109 | </fileset> |
110 | 110 | </path> |
|
116 | 116 | </dirset> |
117 | 117 | </path> |
118 | 118 | <instrumentIdeaExtensions destdir="${project.build.outputDirectory}" |
119 | | - extdirs="${project.build.directory}/idea-IC-143.1821.5/lib"> |
| 119 | + extdirs="${project.build.directory}/idea-IC-145.258.11/lib"> |
120 | 120 | <classpath refid="maven.compile.classpath"/> |
121 | 121 | <src refid="sourcepath"/> |
122 | 122 | </instrumentIdeaExtensions> |
|
164 | 164 | <version>2.5.1</version> |
165 | 165 | <configuration> |
166 | 166 | <compilerArguments> |
167 | | - <extdirs>${project.build.directory}/idea-IC-143.1821.5/lib/</extdirs> |
| 167 | + <extdirs>${project.build.directory}/idea-IC-145.258.11/lib/</extdirs> |
168 | 168 | </compilerArguments> |
169 | 169 | <source>1.6</source> |
170 | 170 | <target>1.6</target> |
|
0 commit comments