diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-02-16 10:04:22 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-02-16 10:04:22 +0000 |
commit | 877ec9fc250193ff45f278692210878f75909df3 (patch) | |
tree | 5113a8d2705899d375b819680e33217a1bf9e6d9 /java | |
parent | 160b9d77b1f203e1c5ef52f759d1b921163b9d87 (diff) | |
download | ports-877ec9fc250193ff45f278692210878f75909df3.tar.gz ports-877ec9fc250193ff45f278692210878f75909df3.zip |
Fix packaging with DEFAULT_VERSIONS=python=3.6
PR: 234633
Notes
Notes:
svn path=/head/; revision=493033
Diffstat (limited to 'java')
-rw-r--r-- | java/intellij/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/intellij/pkg-plist b/java/intellij/pkg-plist index deb1fc81715e..f183143d9218 100644 --- a/java/intellij/pkg-plist +++ b/java/intellij/pkg-plist @@ -10240,8 +10240,8 @@ share/applications/idea.desktop %%IDEA_HOME%%/plugins/xslt-debugger/lib/rmi-stubs.jar %%IDEA_HOME%%/plugins/xslt-debugger/lib/rt/saxon.jar %%IDEA_HOME%%/plugins/xslt-debugger/lib/rt/saxon9he.jar -%%IDEA_HOME%%/plugins/xslt-debugger/lib/rt/serializer-%%PYTHON_VER%%.2.jar -%%IDEA_HOME%%/plugins/xslt-debugger/lib/rt/xalan-%%PYTHON_VER%%.2.jar +%%IDEA_HOME%%/plugins/xslt-debugger/lib/rt/serializer-2.7.2.jar +%%IDEA_HOME%%/plugins/xslt-debugger/lib/rt/xalan-2.7.2.jar %%IDEA_HOME%%/plugins/xslt-debugger/lib/rt/xslt-debugger-engine-impl.jar %%IDEA_HOME%%/plugins/xslt-debugger/lib/xslt-debugger-engine.jar %%IDEA_HOME%%/plugins/xslt-debugger/lib/xslt-debugger.jar |