Skip to content

Commit

Permalink
Remove unused verifier dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
goodwinnk committed Sep 11, 2013
1 parent 4f482a8 commit 063ae58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
18 changes: 1 addition & 17 deletions TeamCityBuild.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<property name="compiler.version.java.bk" value="${version_substitute_dir}/KotlinVersion.java.bk"/>
<property name="compiler.version.java.versioned" value="${compiler.version.java}.versioned" />

<property name="plugin.verifier" value="${basedir}/dependencies/plugin-verifier.jar"/>
<property name="plugin.zip" value="${artifact.output.path}/kotlin-plugin-${build.number}.zip" />

<macrodef name="echoprop">
Expand Down Expand Up @@ -105,22 +104,7 @@
<delete dir="${artifact.output.path}/Kotlin" quiet="true"/>
</target>

<target name="verifyPlugin">
<!--
disabled plugin-verifier for now, waiting
for better plugin dependencies handling in it
-->
<!--
<java fork="true" failonerror="${fail.on.plugin.verifier.error}" jar="${plugin.verifier}">
<arg value="-r" />
<arg value="${jdk16.home}" />
<arg value="${plugin.zip}" />
<arg value="${basedir}/ideaSDK" />
</java>
-->
</target>

<target name="post_build" depends="zipArtifact, revertTemplateFiles, verifyPlugin"/>
<target name="post_build" depends="zipArtifact, revertTemplateFiles"/>

<target name="none">
<fail message="Either specify pre_build or post_build"/>
Expand Down
5 changes: 0 additions & 5 deletions update_dependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@
<get src="http://jarjar.googlecode.com/files/jarjar-1.2.jar" dest="dependencies/download/jarjar-1.2.jar" usetimestamp="true"/>
<copy file="dependencies/download/jarjar-1.2.jar" tofile="dependencies/jarjar.jar" overwrite="true"/>

<!-- PluginVerifier -->
<get src="http://teamcity.jetbrains.com/guestAuth/repository/download/bt351/.lastPinned/plugin-verifier-1.0-SNAPSHOT.jar"
dest="dependencies/download/plugin-verifier-1.0-SNAPSHOT.jar" usetimestamp="true"/>
<copy file="dependencies/download/plugin-verifier-1.0-SNAPSHOT.jar" tofile="dependencies/plugin-verifier.jar" overwrite="true"/>

<!-- ant 1.7.0 -->
<get src="http://archive.apache.org/dist/ant/binaries/apache-ant-1.7.0-bin.tar.gz"
dest="dependencies/download/apache-ant-1.7.0-bin.tar.gz" usetimestamp="true"/>
Expand Down

0 comments on commit 063ae58

Please sign in to comment.