Skip to content

Commit

Permalink
Releases V1.3 to JetBrains
Browse files Browse the repository at this point in the history
  • Loading branch information
manolenso committed Feb 28, 2016
1 parent 59dd3b1 commit b2ac1b7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Binary file modified intellij-foundation6.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions out/production/intellij-foundation6/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

<change-notes><![CDATA[
<br>
1.3 simplify and add components<br />
1.3 Update Foundation 6.2.0, simplify and add components<br />
1.2 Add row flex, version cdn lib<br />
1.1 update cdn Motion UI 1.2.0</br>
1.1 Update cdn Motion UI 1.2.0</br>
1.0 Initial release<br />
]]>
</change-notes>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<templateSet group="Foundation6">
<!-- CDN GROUP -->
<template name="zf-cdn-css" value="&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/foundation/6.1.2/$VALUE$.css&quot;/&gt;&#10;" description="CDN css Foundation 6.1.2" toReformat="true" toShortenFQNames="true">
<template name="zf-cdn-css" value="&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/foundation/6.2.0/$VALUE$.css&quot;/&gt;&#10;" description="CDN css Foundation 6.2.0" toReformat="true" toShortenFQNames="true">
<variable name="VALUE" expression="enum(&quot;foundation.min&quot;, &quot;&quot;)" defaultValue="" alwaysStopAt="true" />
<context>
<option name="HTML_TEXT" value="true"/>
Expand Down Expand Up @@ -38,7 +38,7 @@
<option name="JSP" value="true"/>
</context>
</template>
<template name="zf-cdn-lib" value="&lt;script src=&quot;https://cdn.jsdelivr.net/foundation/6.1.2/js/foundation.$VALUE$.js&quot;&gt;&lt;/script&gt;&#10;$SUPLIB$$LAST$&#10;" description="CDN js lib Foundation 6.1.2" toReformat="true" toShortenFQNames="true">
<template name="zf-cdn-lib" value="&lt;script src=&quot;https://cdn.jsdelivr.net/foundation/6.2.0/js/foundation.$VALUE$.js&quot;&gt;&lt;/script&gt;&#10;$SUPLIB$$LAST$&#10;" description="CDN js lib Foundation 6.2.0" toReformat="true" toShortenFQNames="true">
<variable name="VALUE" expression="enum(&quot;abide&quot;, &quot;accordion&quot;, &quot;accordionMenu&quot;, &quot;core&quot;, &quot;drilldown&quot;, &quot;dropdown&quot;, &quot;dropdownMenu&quot;, &quot;equalizer&quot;, &quot;interchange&quot;, &quot;magellan&quot;, &quot;offcanvas&quot;, &quot;orbit&quot;, &quot;responsiveMenu&quot;, &quot;responsiveToggle&quot;, &quot;reveal&quot;, &quot;slider&quot;, &quot;sticky&quot;, &quot;tabs&quot;, &quot;toggler&quot;, &quot;tooltip&quot;)" defaultValue="" alwaysStopAt="true" />
<variable name="SUPLIB" expression="&quot;zf-cdn-lib&quot;" defaultValue="" alwaysStopAt="true" />
<variable name="LAST" expression="" defaultValue="" alwaysStopAt="true" />
Expand All @@ -50,7 +50,7 @@
<option name="JSP" value="true"/>
</context>
</template>
<template name="zf-cdn-lib-util" value="&lt;script src=&quot;https://cdn.jsdelivr.net/foundation/6.1.2/js/foundation.$VALUE$.js&quot;&gt;&lt;/script&gt;&#10;" description="CDN js.lib.util Foundation 6.1.2" toReformat="true" toShortenFQNames="true">
<template name="zf-cdn-lib-util" value="&lt;script src=&quot;https://cdn.jsdelivr.net/foundation/6.2.0/js/foundation.$VALUE$.js&quot;&gt;&lt;/script&gt;&#10;" description="CDN js.lib.util Foundation 6.2.0" toReformat="true" toShortenFQNames="true">
<variable name="VALUE" expression="enum(&quot;util.box&quot;, &quot;util.keyboard&quot;, &quot;util.mediaQuery&quot;, &quot;util.motion&quot;, &quot;util.nest&quot;, &quot;util.timerAndImageLoader&quot;, &quot;util.touch&quot;, &quot;util.triggers&quot;)" defaultValue="" alwaysStopAt="true" />
<context>
<option name="HTML_TEXT" value="true"/>
Expand All @@ -70,7 +70,7 @@
<option name="JSP" value="true"/>
</context>
</template>
<template name="zf-cdn-js" value="&lt;script src=&quot;https://cdn.jsdelivr.net/foundation/6.1.2/foundation.$VALUE$.js&quot;&gt;&lt;/script&gt;&#10;" description="CDN js Foundation 6.1.2" toReformat="true" toShortenFQNames="true">
<template name="zf-cdn-js" value="&lt;script src=&quot;https://cdn.jsdelivr.net/foundation/6.2.0/foundation.$VALUE$.js&quot;&gt;&lt;/script&gt;&#10;" description="CDN js Foundation 6.2.0" toReformat="true" toShortenFQNames="true">
<variable name="VALUE" expression="enum(&quot;min&quot;, &quot;&quot;)" defaultValue="" alwaysStopAt="true" />
<context>
<option name="HTML_TEXT" value="true"/>
Expand Down Expand Up @@ -108,7 +108,7 @@
<option name="JSP" value="true"/>
</context>
</template>
<template name="zf-cdn-initialize" value="&lt;script src=&quot;https://cdn.jsdelivr.net/jquery/2.2.0/$VALUE$&quot;&gt;&lt;/script&gt;&#10;&lt;script src=&quot;https://cdn.jsdelivr.net/foundation/6.1.2/foundation.min.js&quot;&gt;&lt;/script&gt;&#10;&lt;script src=&quot;https://cdn.jsdelivr.net/foundation/6.1.2/js/foundation.$VALUE1$.js&quot;&gt;&lt;/script&gt;&#10;$LIBSUPP$$LAST$&#10;&lt;script&gt;$(document).foundation();&lt;/script&gt;" description="CDN Initialize Foundation 6" toReformat="true" toShortenFQNames="true">
<template name="zf-cdn-initialize" value="&lt;script src=&quot;https://cdn.jsdelivr.net/jquery/2.2.0/$VALUE$&quot;&gt;&lt;/script&gt;&#10;&lt;script src=&quot;https://cdn.jsdelivr.net/foundation/6.2.0/foundation.min.js&quot;&gt;&lt;/script&gt;&#10;&lt;script src=&quot;https://cdn.jsdelivr.net/foundation/6.2.0/js/foundation.$VALUE1$.js&quot;&gt;&lt;/script&gt;&#10;$LIBSUPP$$LAST$&#10;&lt;script&gt;$(document).foundation();&lt;/script&gt;" description="CDN Initialize Foundation 6" toReformat="true" toShortenFQNames="true">
<variable name="VALUE" expression="enum(&quot;jquery.min.js&quot;, &quot;jquery.js&quot;, &quot;jquery.min.map&quot;)" defaultValue="" alwaysStopAt="true" />
<variable name="VALUE1" expression="enum(&quot;abide&quot;, &quot;accordion&quot;, &quot;accordionMenu&quot;, &quot;core&quot;, &quot;drilldown&quot;, &quot;dropdown&quot;, &quot;dropdownMenu&quot;, &quot;equalizer&quot;, &quot;interchange&quot;, &quot;magellan&quot;, &quot;offcanvas&quot;, &quot;orbit&quot;, &quot;responsiveMenu&quot;, &quot;responsiveToggle&quot;, &quot;reveal&quot;, &quot;slider&quot;, &quot;sticky&quot;, &quot;tabs&quot;, &quot;toggler&quot;, &quot;tooltip&quot;)" defaultValue="" alwaysStopAt="true" />
<variable name="LIBSUPP" expression="&quot;zf-cdn-lib&quot;" defaultValue="" alwaysStopAt="true" />
Expand Down

0 comments on commit b2ac1b7

Please sign in to comment.