You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2012/03/31 00:36:57 UTC

svn commit: r1307648 - /lucene/dev/branches/branch_3x/dev-tools/idea/.idea/compiler.xml

Author: sarowe
Date: Fri Mar 30 22:36:56 2012
New Revision: 1307648

URL: http://svn.apache.org/viewvc?rev=1307648&view=rev
Log:
added *.json to list of files to include when copying resources to build/

Modified:
    lucene/dev/branches/branch_3x/dev-tools/idea/.idea/compiler.xml

Modified: lucene/dev/branches/branch_3x/dev-tools/idea/.idea/compiler.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/dev-tools/idea/.idea/compiler.xml?rev=1307648&r1=1307647&r2=1307648&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/dev-tools/idea/.idea/compiler.xml (original)
+++ lucene/dev/branches/branch_3x/dev-tools/idea/.idea/compiler.xml Fri Mar 30 22:36:56 2012
@@ -22,6 +22,7 @@
       <entry name="?*.incl" />
       <entry name="?*.jpeg" />
       <entry name="?*.jpg" />
+      <entry name="?*.json" />
       <entry name="?*.mem" />
       <entry name="?*.mt" />
       <entry name="?*.nrm" />