Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 May 2016 19:10:11 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415358 - head/java/intellij
Message-ID:  <201605161910.u4GJABjL000619@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Mon May 16 19:10:11 2016
New Revision: 415358
URL: https://svnweb.freebsd.org/changeset/ports/415358

Log:
  java/intellij: update to version 2016.1.2, take maintainership.
  
  PR:		209541
  Submitted by:	bsam (me)
  Approved by:	Tobias Kortkamp <t@tobik.me>

Modified:
  head/java/intellij/Makefile
  head/java/intellij/distinfo
  head/java/intellij/pkg-plist

Modified: head/java/intellij/Makefile
==============================================================================
--- head/java/intellij/Makefile	Mon May 16 19:08:39 2016	(r415357)
+++ head/java/intellij/Makefile	Mon May 16 19:10:11 2016	(r415358)
@@ -5,13 +5,13 @@
 # Vadim Zhukov <zhuk@openbsd.org>
 
 PORTNAME=	intellij
-PORTVERSION=	15.0.4
+PORTVERSION=	2016.1.2
 CATEGORIES=	java devel
 MASTER_SITES=	https://download.jetbrains.com/idea/ \
 		http://download.jetbrains.com/idea/
 DISTNAME=	ideaIC-${PORTVERSION}
 
-MAINTAINER=	t@tobik.me
+MAINTAINER=	bsam@FreeBSD.org
 COMMENT=	IntelliJ IDEA Community Edition
 
 LICENSE=	APACHE20
@@ -25,7 +25,7 @@ JAVA_VERSION=	1.7+
 NO_ARCH=	yes
 NO_BUILD=	yes
 
-WRKDIST=	${WRKDIR}/idea-IC-143.2287.1
+WRKDIST=	${WRKDIR}/idea-IC-145.971.21
 
 .include "common.mk"
 
@@ -51,7 +51,7 @@ do-install:
 # Remove the bundled native Pty4J support libraries, they are replaced
 # by java/intellij-pty4j
 	@${RM} -r ${STAGEDIR}${IDEA_HOME}/lib/libpty
-	@${RM} ${STAGEDIR}${IDEA_HOME}/lib/pty4j-0.5.jar
+	@${RM} -r ${STAGEDIR}${IDEA_HOME}/jre/jre
 	${INSTALL_SCRIPT} ${WRKDIR}/idea ${STAGEDIR}${PREFIX}/bin/idea
 	${INSTALL_MAN} ${FILESDIR}/idea.1 ${STAGEDIR}${PREFIX}/man/man1
 	${INSTALL_DATA} ${WRKDIR}/idea.desktop ${STAGEDIR}${PREFIX}/share/applications/

Modified: head/java/intellij/distinfo
==============================================================================
--- head/java/intellij/distinfo	Mon May 16 19:08:39 2016	(r415357)
+++ head/java/intellij/distinfo	Mon May 16 19:10:11 2016	(r415358)
@@ -1,2 +1,2 @@
-SHA256 (ideaIC-15.0.4.tar.gz) = 7653edd0687de6948b3c5b128c0683c96f89dea96bedd995a279f4d359816a16
-SIZE (ideaIC-15.0.4.tar.gz) = 234258484
+SHA256 (ideaIC-2016.1.2.tar.gz) = 3f9ec1f6af1409f7aa929cc3d3a54fce1b84d0e19b74112622d204ee34178995
+SIZE (ideaIC-2016.1.2.tar.gz) = 316986228

Modified: head/java/intellij/pkg-plist
==============================================================================
--- head/java/intellij/pkg-plist	Mon May 16 19:08:39 2016	(r415357)
+++ head/java/intellij/pkg-plist	Mon May 16 19:10:11 2016	(r415358)
@@ -1,3 +1,6 @@
+bin/idea
+man/man1/idea.1.gz
+share/applications/idea.desktop
 %%IDEA_HOME%%/Install-Linux-tar.txt
 %%IDEA_HOME%%/LICENSE.txt
 %%IDEA_HOME%%/NOTICE.txt
@@ -11,6 +14,7 @@
 %%IDEA_HOME%%/bin/log.xml
 %%IDEA_HOME%%/build.txt
 %%IDEA_HOME%%/idea.png
+%%IDEA_HOME%%/jre/lib/tools.jar
 %%IDEA_HOME%%/lib/annotations.jar
 %%IDEA_HOME%%/lib/ant/INSTALL
 %%IDEA_HOME%%/lib/ant/KEYS
@@ -73,6 +77,7 @@
 %%IDEA_HOME%%/lib/asm.jar
 %%IDEA_HOME%%/lib/asm4-all.jar
 %%IDEA_HOME%%/lib/automaton.jar
+%%IDEA_HOME%%/lib/batik-all.jar
 %%IDEA_HOME%%/lib/boot.jar
 %%IDEA_HOME%%/lib/bootstrap.jar
 %%IDEA_HOME%%/lib/cglib-2.2.2.jar
@@ -84,12 +89,13 @@
 %%IDEA_HOME%%/lib/coverage-agent.jar
 %%IDEA_HOME%%/lib/coverage-instrumenter.jar
 %%IDEA_HOME%%/lib/coverage-util.jar
-%%IDEA_HOME%%/lib/ecj-4.4.jar
+%%IDEA_HOME%%/lib/ecj-4.5.2.jar
 %%IDEA_HOME%%/lib/extensions.jar
+%%IDEA_HOME%%/lib/external-system-rt.jar
 %%IDEA_HOME%%/lib/fluent-hc-4.4.1.jar
 %%IDEA_HOME%%/lib/forms_rt.jar
-%%IDEA_HOME%%/lib/groovy-all-2.3.9.jar
-%%IDEA_HOME%%/lib/gson-2.3.1.jar
+%%IDEA_HOME%%/lib/groovy-all-2.4.6.jar
+%%IDEA_HOME%%/lib/gson-2.5.jar
 %%IDEA_HOME%%/lib/guava-17.0.jar
 %%IDEA_HOME%%/lib/hamcrest-core-1.3.jar
 %%IDEA_HOME%%/lib/httpclient-4.4.1.jar
@@ -137,13 +143,14 @@
 %%IDEA_HOME%%/lib/miglayout-swing.jar
 %%IDEA_HOME%%/lib/nanoxml-2.2.3.jar
 %%IDEA_HOME%%/lib/nekohtml-1.9.14.jar
-%%IDEA_HOME%%/lib/netty-all-4.1.0.Beta8.jar
+%%IDEA_HOME%%/lib/netty-all-4.1.0.CR7.jar
 %%IDEA_HOME%%/lib/openapi.jar
 %%IDEA_HOME%%/lib/optimizedFileManager.jar
 %%IDEA_HOME%%/lib/oromatcher.jar
 %%IDEA_HOME%%/lib/picocontainer.jar
 %%IDEA_HOME%%/lib/protobuf-2.5.0.jar
 %%IDEA_HOME%%/lib/proxy-vole_20131209.jar
+%%IDEA_HOME%%/lib/pty4j-0.6.jar
 %%IDEA_HOME%%/lib/purejavacomm.jar
 %%IDEA_HOME%%/lib/resolver.jar
 %%IDEA_HOME%%/lib/resources.jar
@@ -166,10 +173,12 @@
 %%IDEA_HOME%%/lib/winp-1.23.jar
 %%IDEA_HOME%%/lib/xbean.jar
 %%IDEA_HOME%%/lib/xercesImpl.jar
+%%IDEA_HOME%%/lib/xml-apis-ext.jar
 %%IDEA_HOME%%/lib/xml-apis.jar
+%%IDEA_HOME%%/lib/xmlgraphics-commons-1.5.jar
 %%IDEA_HOME%%/lib/xmlrpc-2.0.jar
 %%IDEA_HOME%%/lib/xpp3-1.1.4-min.jar
-%%IDEA_HOME%%/lib/xstream-1.4.3.jar
+%%IDEA_HOME%%/lib/xstream-1.4.8.jar
 %%IDEA_HOME%%/license/XStream_license.txt
 %%IDEA_HOME%%/license/ant_license.txt
 %%IDEA_HOME%%/license/asm_license.txt
@@ -233,12 +242,10 @@
 %%IDEA_HOME%%/plugins/Kotlin/kotlinc/bin/kotlinc.bat
 %%IDEA_HOME%%/plugins/Kotlin/kotlinc/build.txt
 %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/android-compiler-plugin.jar
-%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-android-sdk-annotations.jar
 %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-ant.jar
 %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-build-common.jar
 %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-compiler.jar
 %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-daemon-client.jar
-%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-jdk-annotations.jar
 %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-jslib-sources.jar
 %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-jslib.jar
 %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-preloader.jar
@@ -277,7 +284,8 @@
 %%IDEA_HOME%%/plugins/android/lib/asm-tree-5.0.3.jar
 %%IDEA_HOME%%/plugins/android/lib/bcpkix-jdk15on-1.48.jar
 %%IDEA_HOME%%/plugins/android/lib/bcprov-jdk15on-1.48.jar
-%%IDEA_HOME%%/plugins/android/lib/builder-model-1.3.0.jar
+%%IDEA_HOME%%/plugins/android/lib/builder-model-1.4.0-beta2.jar
+%%IDEA_HOME%%/plugins/android/lib/builder-model-1.5.0-beta2.jar
 %%IDEA_HOME%%/plugins/android/lib/common.jar
 %%IDEA_HOME%%/plugins/android/lib/commons-compress-1.0.jar
 %%IDEA_HOME%%/plugins/android/lib/device-art-resources/device-art.xml
@@ -312,6 +320,13 @@
 %%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_5/port_back.png
 %%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_5/port_fore.png
 %%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_5/port_shadow.png
+%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_5x/land_back.png
+%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_5x/land_fore.png
+%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_5x/land_shadow.png
+%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_5x/layout
+%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_5x/port_back.png
+%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_5x/port_fore.png
+%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_5x/port_shadow.png
 %%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_6/land_back.png
 %%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_6/land_fore.png
 %%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_6/land_shadow.png
@@ -319,6 +334,13 @@
 %%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_6/port_back.png
 %%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_6/port_fore.png
 %%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_6/port_shadow.png
+%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_6p/land_back.png
+%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_6p/land_fore.png
+%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_6p/land_shadow.png
+%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_6p/layout
+%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_6p/port_back.png
+%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_6p/port_fore.png
+%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_6p/port_shadow.png
 %%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_7/land_back.png
 %%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_7/land_fore.png
 %%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_7/land_shadow.png
@@ -432,6 +454,7 @@
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/AlwaysOnWearActivity/globals.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/AlwaysOnWearActivity/recipe.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/AlwaysOnWearActivity/root/AndroidManifest.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/AlwaysOnWearActivity/root/AndroidManifestPermissions.xml
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/AlwaysOnWearActivity/root/build.gradle.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/AlwaysOnWearActivity/root/res/layout/blank_activity.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/AlwaysOnWearActivity/root/res/values/strings.xml.ftl
@@ -521,29 +544,14 @@
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/template.xml
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankActivity/globals.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankActivity/recipe.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankActivity/root/AndroidManifest.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankActivity/root/res/layout/activity_simple.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankActivity/root/res/menu/main.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankActivity/root/res/values-w820dp/dimens.xml
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankActivity/root/res/values/dimens.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankActivity/root/res/values/strings.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankActivity/recipe_fragment.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankActivity/root/res/layout/activity_fragment_container.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankActivity/root/res/layout/fragment_simple.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankActivity/root/src/app_package/SimpleActivity.java.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankActivity/root/src/app_package/SimpleActivityFragment.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankActivity/template.xml
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankActivity/template_blank_activity.png
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankActivityWithFragment/globals.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankActivityWithFragment/recipe.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankActivityWithFragment/root/AndroidManifest.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankActivityWithFragment/root/res/layout/activity_fragment_container.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankActivityWithFragment/root/res/layout/fragment_simple.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankActivityWithFragment/root/res/menu/main.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankActivityWithFragment/root/res/values-w820dp/dimens.xml
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankActivityWithFragment/root/res/values/dimens.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankActivityWithFragment/root/res/values/strings.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankActivityWithFragment/root/src/app_package/SimpleActivity.java.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankActivityWithFragment/root/src/app_package/SimpleActivityFragment.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankActivityWithFragment/root/src/app_package/include_options_menu.java.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankActivityWithFragment/template.xml
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankActivityWithFragment/template_blank_activity_fragment.png
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankActivity/template_blank_activity_fragment.png
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankWearActivity/globals.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankWearActivity/recipe.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankWearActivity/root/AndroidManifest.xml.ftl
@@ -556,9 +564,6 @@
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankWearActivity/templates-WatchViewStub-Wear.png
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/EmptyActivity/globals.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/EmptyActivity/recipe.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/EmptyActivity/root/AndroidManifest.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/EmptyActivity/root/res/layout/activity_simple.xml
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/EmptyActivity/root/res/values/strings.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/EmptyActivity/root/src/app_package/SimpleActivity.java.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/EmptyActivity/template.xml
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/EmptyActivity/template_blank_activity.png
@@ -566,15 +571,11 @@
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/FullscreenActivity/recipe.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/FullscreenActivity/root/AndroidManifest.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/FullscreenActivity/root/res/layout/activity_fullscreen.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/FullscreenActivity/root/res/values-v11/styles.xml
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/FullscreenActivity/root/res/values/attrs.xml
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/FullscreenActivity/root/res/values/colors.xml
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/FullscreenActivity/root/res/values/strings.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/FullscreenActivity/root/res/values/styles.xml
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/FullscreenActivity/root/res/values/styles.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/FullscreenActivity/root/src/app_package/FullscreenActivity.java.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/FullscreenActivity/root/src/app_package/util/SystemUiHider.java.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/FullscreenActivity/root/src/app_package/util/SystemUiHiderBase.java.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/FullscreenActivity/root/src/app_package/util/SystemUiHiderHoneycomb.java.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/FullscreenActivity/template.xml
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/FullscreenActivity/template_fullscreen_activity.png
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleAdMobAdsActivity/globals.xml.ftl
@@ -601,13 +602,17 @@
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsActivity/root/src/app_package/MapActivity.java.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsActivity/template.xml
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsActivity/template_map_activity.png
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/GooglePlayServicesActivity/globals.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/GooglePlayServicesActivity/recipe.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/GooglePlayServicesActivity/root/AndroidManifest.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/GooglePlayServicesActivity/root/res/values/strings.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/GooglePlayServicesActivity/root/src/app_package/activity.java.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/GooglePlayServicesActivity/template.xml
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/GooglePlayServicesActivity/template_play_services_activity.png
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsWearActivity/globals.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsWearActivity/recipe.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsWearActivity/root/AndroidManifest.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsWearActivity/root/AndroidManifestPermissions.xml
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsWearActivity/root/debugRes/values/google_maps_api.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsWearActivity/root/releaseRes/values/google_maps_api.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsWearActivity/root/res/layout/activity_map.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsWearActivity/root/res/values/strings.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsWearActivity/root/src/app_package/MapActivity.java.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsWearActivity/template.xml
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsWearActivity/template_thumb.png
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/LoginActivity/globals.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/LoginActivity/recipe.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/LoginActivity/root/AndroidManifest.xml.ftl
@@ -615,30 +620,42 @@
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/LoginActivity/root/res/values/dimens.xml
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/LoginActivity/root/res/values/strings.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/LoginActivity/root/src/app_package/LoginActivity.java.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/LoginActivity/root/src/app_package/PlusBaseActivity.java.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/LoginActivity/template.xml
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/LoginActivity/template_login_activity.png
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/MasterDetailFlow/globals.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/MasterDetailFlow/recipe.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/MasterDetailFlow/root/AndroidManifest.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/MasterDetailFlow/root/res/layout/activity_content_detail.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/MasterDetailFlow/root/res/layout/activity_content_list.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/MasterDetailFlow/root/res/layout/activity_content_twopane.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/MasterDetailFlow/root/res/layout/fragment_content_detail.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/MasterDetailFlow/root/res/values-large/refs.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/MasterDetailFlow/root/res/values-sw600dp/refs.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/MasterDetailFlow/root/res/layout/activity_item_detail.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/MasterDetailFlow/root/res/layout/activity_item_list_app_bar.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/MasterDetailFlow/root/res/layout/fragment_item_detail.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/MasterDetailFlow/root/res/layout/fragment_item_list.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/MasterDetailFlow/root/res/layout/fragment_item_list_twopane.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/MasterDetailFlow/root/res/layout/item_list_content.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/MasterDetailFlow/root/res/values-w900dp/refs.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/MasterDetailFlow/root/res/values/dimens.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/MasterDetailFlow/root/res/values/strings.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/MasterDetailFlow/root/src/app_package/ContentDetailActivity.java.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/MasterDetailFlow/root/src/app_package/ContentDetailFragment.java.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/MasterDetailFlow/root/src/app_package/ContentListActivity.java.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/MasterDetailFlow/root/src/app_package/ContentListFragment.java.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/MasterDetailFlow/root/src/app_package/dummy/DummyContent.java.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/MasterDetailFlow/template.xml
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/MasterDetailFlow/template_master_detail.png
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/globals.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/recipe.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/AndroidManifest.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/build.gradle.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/res-buildApi22/drawable-v21/ic_menu_camera.xml
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/res-buildApi22/drawable-v21/ic_menu_gallery.xml
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/res-buildApi22/drawable-v21/ic_menu_manage.xml
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/res-buildApi22/drawable-v21/ic_menu_send.xml
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/res-buildApi22/drawable-v21/ic_menu_share.xml
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/res-buildApi22/drawable-v21/ic_menu_slideshow.xml
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/res-buildApi22/drawable/side_nav_bar.xml
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/res-buildApi22/layout/navigation_header.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/res-buildApi22/layout/navigation_view.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/res-buildApi22/menu/drawer.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/res-buildApi22/menu/main.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/res-buildApi22/values/dimens.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/res-buildApi22/values/drawables.xml
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/res-buildApi22/values/strings.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/res/drawable-hdpi/drawer_shadow.9.png
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/res/drawable-hdpi/ic_drawer.png
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/res/drawable-mdpi/drawer_shadow.9.png
@@ -655,28 +672,56 @@
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/res/values-w820dp/dimens.xml
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/res/values/dimens.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/res/values/strings.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/src-buildApi22/app_package/DrawerActivity.java.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/src/app_package/DrawerActivity.java.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/src/app_package/NavigationDrawerFragment.java.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/src/app_package/include_fragment.java.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/src/app_package/include_options_menu.java.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/template.xml
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/template_blank_activity_drawer.png
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/ScrollActivity/globals.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/ScrollActivity/recipe.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/ScrollActivity/root/res/layout/app_bar.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/ScrollActivity/root/res/layout/simple.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/ScrollActivity/root/res/values/dimens.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/ScrollActivity/root/res/values/strings.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/ScrollActivity/root/src/app_package/ScrollActivity.java.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/ScrollActivity/template.xml
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/ScrollActivity/template_scroll_activity.png
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/globals.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/recipe.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/AndroidManifest.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/values/strings.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-hdpi/ic_info_black_24dp.png
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-hdpi/ic_notifications_black_24dp.png
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-hdpi/ic_sync_black_24dp.png
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-mdpi/ic_info_black_24dp.png
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-mdpi/ic_notifications_black_24dp.png
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-mdpi/ic_sync_black_24dp.png
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-v21/ic_info_black_24dp.xml
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-v21/ic_notifications_black_24dp.xml
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-v21/ic_sync_black_24dp.xml
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-xhdpi/ic_info_black_24dp.png
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-xhdpi/ic_notifications_black_24dp.png
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-xhdpi/ic_sync_black_24dp.png
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-xxhdpi/ic_info_black_24dp.png
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-xxhdpi/ic_notifications_black_24dp.png
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-xxhdpi/ic_sync_black_24dp.png
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-xxxhdpi/ic_info_black_24dp.png
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-xxxhdpi/ic_notifications_black_24dp.png
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-xxxhdpi/ic_sync_black_24dp.png
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/values/pref_strings.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/xml/pref_data_sync.xml
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/xml/pref_general.xml
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/xml/pref_headers.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/xml/pref_notification.xml
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/src/app_package/AppCompatPreferenceActivity.java.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/src/app_package/SettingsActivity.java.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/template.xml
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/template_settings_activity.png
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/TabbedActivity/globals.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/TabbedActivity/recipe.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/activities/TabbedActivity/root/AndroidManifest.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/TabbedActivity/root/res/layout/activity_fragment_container.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/TabbedActivity/root/res/layout/activity_pager.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/TabbedActivity/root/res/layout/app_bar_activity.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/TabbedActivity/root/res/layout/fragment_simple.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/TabbedActivity/root/res/menu/main.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/TabbedActivity/root/res/values-w820dp/dimens.xml
@@ -690,6 +735,27 @@
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/TabbedActivity/template_blank_activity_dropdown.png
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/TabbedActivity/template_blank_activity_pager.png
 %%IDEA_HOME%%/plugins/android/lib/templates/activities/TabbedActivity/template_blank_activity_tabs.png
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/common/common_globals.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/common/recipe_app_bar.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/common/recipe_dummy_content.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/common/recipe_manifest.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/common/recipe_no_actionbar.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/common/recipe_simple.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/common/recipe_simple_dimens.xml
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/common/recipe_simple_menu.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/common/root/AndroidManifest.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/common/root/res/layout/app_bar.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/common/root/res/layout/simple.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/common/root/res/menu/simple_menu.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/common/root/res/values-v21/no_actionbar_styles_v21.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/common/root/res/values-w820dp/simple_dimens.xml
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/common/root/res/values/app_bar_dimens.xml
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/common/root/res/values/manifest_strings.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/common/root/res/values/no_actionbar_styles.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/common/root/res/values/simple_dimens.xml
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/common/root/res/values/simple_menu_strings.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/common/root/src/app_package/dummy/DummyContent.java.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/activities/common/wear_common_globals.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/build.gradle
 %%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/BlankActivity/globals.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/BlankActivity/recipe.xml.ftl
@@ -1061,27 +1127,20 @@
 %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/AndroidWearModule/template_new_project.png
 %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/ImportExistingProject/template.xml
 %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/ImportExistingProject/template_new_project.png
-%%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidAutoProject/globals.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidAutoProject/recipe.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidAutoProject/root/build.gradle.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidAutoProject/root/gradle.properties.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidAutoProject/root/local.properties.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidAutoProject/root/project_ignore
-%%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidAutoProject/root/settings.gradle.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidAutoProject/template.xml
-%%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidAutoProject/template_new_project.png
 %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/globals.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/recipe.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/AndroidManifest.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/build.gradle.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/module_ignore
 %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/proguard-rules.txt.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/res/mipmap-anydpi/test.svg
 %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/res/mipmap-hdpi/ic_launcher.png
 %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/res/mipmap-mdpi/ic_launcher.png
 %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/res/mipmap-xhdpi/ic_launcher.png
 %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/res/mipmap-xxhdpi/ic_launcher.png
 %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/res/mipmap-xxxhdpi/ic_launcher.png
-%%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/res/values-v21/styles.xml
+%%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/res/values/colors.xml
 %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/res/values/strings.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/res/values/styles.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/settings.gradle.ftl
@@ -1311,14 +1370,11 @@
 %%IDEA_HOME%%/plugins/android/lib/templates/other/LayoutResourceFile/template.xml
 %%IDEA_HOME%%/plugins/android/lib/templates/other/ListFragment/globals.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/other/ListFragment/recipe.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/other/ListFragment/root/res/layout/fragment_grid.xml
 %%IDEA_HOME%%/plugins/android/lib/templates/other/ListFragment/root/res/layout/fragment_list.xml
-%%IDEA_HOME%%/plugins/android/lib/templates/other/ListFragment/root/res/values-large/refs_lrg.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/other/ListFragment/root/res/values-sw600dp/refs_lrg.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/other/ListFragment/root/res/values/refs.xml.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/other/ListFragment/root/res/values/refs_lrg.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/other/ListFragment/root/res/layout/item_list_content.xml
+%%IDEA_HOME%%/plugins/android/lib/templates/other/ListFragment/root/res/values/dimens.xml
 %%IDEA_HOME%%/plugins/android/lib/templates/other/ListFragment/root/src/app_package/ListFragment.java.ftl
-%%IDEA_HOME%%/plugins/android/lib/templates/other/ListFragment/root/src/app_package/dummy/DummyContent.java.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/other/ListFragment/root/src/app_package/RecyclerViewAdapter.java.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/other/ListFragment/template.xml
 %%IDEA_HOME%%/plugins/android/lib/templates/other/ListFragment/templates_list_fragment.png
 %%IDEA_HOME%%/plugins/android/lib/templates/other/Notification/globals.xml.ftl
@@ -1374,6 +1430,7 @@
 %%IDEA_HOME%%/plugins/android/lib/templates/other/WatchFaceService/globals.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/other/WatchFaceService/recipe.xml.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/other/WatchFaceService/root/AndroidManifest.xml.ftl
+%%IDEA_HOME%%/plugins/android/lib/templates/other/WatchFaceService/root/AndroidManifestPermissions.xml
 %%IDEA_HOME%%/plugins/android/lib/templates/other/WatchFaceService/root/build.gradle.ftl
 %%IDEA_HOME%%/plugins/android/lib/templates/other/WatchFaceService/root/res/drawable-nodpi/preview_analog.png
 %%IDEA_HOME%%/plugins/android/lib/templates/other/WatchFaceService/root/res/drawable-nodpi/preview_digital.png
@@ -1421,20 +1478,20 @@
 %%IDEA_HOME%%/plugins/git4idea/lib/trilead-ssh2.jar
 %%IDEA_HOME%%/plugins/github/lib/github.jar
 %%IDEA_HOME%%/plugins/gradle/lib/commons-io-1.4.jar
-%%IDEA_HOME%%/plugins/gradle/lib/gradle-base-services-2.5.jar
-%%IDEA_HOME%%/plugins/gradle/lib/gradle-base-services-groovy-2.5.jar
-%%IDEA_HOME%%/plugins/gradle/lib/gradle-cli-2.5.jar
-%%IDEA_HOME%%/plugins/gradle/lib/gradle-core-2.5.jar
+%%IDEA_HOME%%/plugins/gradle/lib/gradle-base-services-2.9.jar
+%%IDEA_HOME%%/plugins/gradle/lib/gradle-base-services-groovy-2.9.jar
+%%IDEA_HOME%%/plugins/gradle/lib/gradle-cli-2.9.jar
+%%IDEA_HOME%%/plugins/gradle/lib/gradle-core-2.9.jar
 %%IDEA_HOME%%/plugins/gradle/lib/gradle-jps-plugin.jar
-%%IDEA_HOME%%/plugins/gradle/lib/gradle-messaging-2.5.jar
-%%IDEA_HOME%%/plugins/gradle/lib/gradle-model-core-2.5.jar
-%%IDEA_HOME%%/plugins/gradle/lib/gradle-model-groovy-2.5.jar
-%%IDEA_HOME%%/plugins/gradle/lib/gradle-native-2.5.jar
-%%IDEA_HOME%%/plugins/gradle/lib/gradle-resources-2.5.jar
-%%IDEA_HOME%%/plugins/gradle/lib/gradle-tooling-api-2.5.jar
+%%IDEA_HOME%%/plugins/gradle/lib/gradle-messaging-2.9.jar
+%%IDEA_HOME%%/plugins/gradle/lib/gradle-model-core-2.9.jar
+%%IDEA_HOME%%/plugins/gradle/lib/gradle-model-groovy-2.9.jar
+%%IDEA_HOME%%/plugins/gradle/lib/gradle-native-2.9.jar
+%%IDEA_HOME%%/plugins/gradle/lib/gradle-resources-2.9.jar
+%%IDEA_HOME%%/plugins/gradle/lib/gradle-tooling-api-2.9.jar
 %%IDEA_HOME%%/plugins/gradle/lib/gradle-tooling-extension-api.jar
 %%IDEA_HOME%%/plugins/gradle/lib/gradle-tooling-extension-impl.jar
-%%IDEA_HOME%%/plugins/gradle/lib/gradle-wrapper-2.5.jar
+%%IDEA_HOME%%/plugins/gradle/lib/gradle-wrapper-2.9.jar
 %%IDEA_HOME%%/plugins/gradle/lib/gradle.jar
 %%IDEA_HOME%%/plugins/gradle/lib/guava-jdk5-17.0.jar
 %%IDEA_HOME%%/plugins/gradle/lib/jna-3.2.7.jar
@@ -1590,7 +1647,7 @@
 %%IDEA_HOME%%/plugins/tasks/lib/tasks-core.jar
 %%IDEA_HOME%%/plugins/tasks/lib/tasks-java.jar
 %%IDEA_HOME%%/plugins/tasks/lib/wsdl4j-1.4.jar
-%%IDEA_HOME%%/plugins/terminal/lib/jediterm-pty-2.0.jar
+%%IDEA_HOME%%/plugins/terminal/lib/jediterm-pty-2.1.jar
 %%IDEA_HOME%%/plugins/terminal/lib/jediterm.in
 %%IDEA_HOME%%/plugins/terminal/lib/resources_en.jar
 %%IDEA_HOME%%/plugins/terminal/lib/terminal.jar
@@ -1612,29 +1669,6 @@
 %%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
+%%IDEA_HOME%%/plugins/yaml/lib/resources_en.jar
+%%IDEA_HOME%%/plugins/yaml/lib/yaml.jar
 %%IDEA_HOME%%/redist/annotations-java8.jar
-@comment %%IDEA_HOME%%/bin/fsnotifier
-@comment %%IDEA_HOME%%/bin/fsnotifier-arm
-@comment %%IDEA_HOME%%/bin/fsnotifier64
-@comment %%IDEA_HOME%%/bin/libbreakgen.so
-@comment %%IDEA_HOME%%/bin/libbreakgen64.so
-@comment %%IDEA_HOME%%/lib/libpty/linux/x86/libpty.so
-@comment %%IDEA_HOME%%/lib/libpty/linux/x86_64/libpty.so
-@comment %%IDEA_HOME%%/lib/libpty/macosx/x86/libpty.dylib
-@comment %%IDEA_HOME%%/lib/libpty/macosx/x86_64/libpty.dylib
-@comment %%IDEA_HOME%%/lib/libpty/win/x86/libwinpty.dll
-@comment %%IDEA_HOME%%/lib/libpty/win/x86/winpty-agent.exe
-@comment %%IDEA_HOME%%/lib/libpty/win/x86_64/cyglaunch.exe
-@comment %%IDEA_HOME%%/lib/libpty/win/x86_64/libwinpty.dll
-@comment %%IDEA_HOME%%/lib/libpty/win/x86_64/winpty-agent.exe
-@comment %%IDEA_HOME%%/lib/libpty/win/xp/libwinpty.dll
-@comment %%IDEA_HOME%%/lib/libpty/win/xp/winpty-agent.exe
-@comment %%IDEA_HOME%%/plugins/gradle/lib/native-platform-linux-amd64-0.10.jar
-@comment %%IDEA_HOME%%/plugins/gradle/lib/native-platform-linux-i386-0.10.jar
-@comment %%IDEA_HOME%%/plugins/gradle/lib/native-platform-osx-amd64-0.10.jar
-@comment %%IDEA_HOME%%/plugins/gradle/lib/native-platform-osx-i386-0.10.jar
-@comment %%IDEA_HOME%%/plugins/gradle/lib/native-platform-windows-amd64-0.10.jar
-@comment %%IDEA_HOME%%/plugins/gradle/lib/native-platform-windows-i386-0.10.jar
-bin/idea
-man/man1/idea.1.gz
-share/applications/idea.desktop



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605161910.u4GJABjL000619>