Preprocessor: do not use legacy package facade name in build.xml.

This commit is contained in:
Ilya Gorbunov
2015-09-29 20:36:37 +03:00
parent ae9bd371e6
commit 423a146bce
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -755,7 +755,7 @@
</assertions>
<arg value="-cp"/>
<arg value="${kotlin-home}/lib/kotlin-compiler.jar"/>
<arg value="org.jetbrains.kotlin.preprocessor.PreprocessorPackage"/>
<arg value="org.jetbrains.kotlin.preprocessor.PreprocessorCLI"/>
<arg value="@{src}"/>
<arg value="@{output}"/>
<arg value="@{profile}"/>
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@file:JvmName("PreprocessorCLI")
package org.jetbrains.kotlin.preprocessor
import java.io.File