Skip to content

Commit da89cf7

Browse files
committedFeb 1, 2017
#31 Fix a packaging issue causing class files not to be synchronized
1 parent 3004b12 commit da89cf7

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed
 

‎.idea/artifacts/idea_plugin_remotesynchronizer.xml

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎META-INF/plugin.xml

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,19 @@
44
Instead of manually copying files from your project to other locations using external
55
tools (command line, file explorer, etc.), RemoteSynchronizer launches copies from your IDE, relying
66
on mappings defined for your project. It can also delete obsolete files on remote locations.</description>
7-
<version>1.11</version>
7+
<version>1.12</version>
88
<vendor email="syllant@gmail.com" url="https://github.com/syllant">Sylvain Francois</vendor>
99
<idea-version since-build="133.193"/>
1010
<depends>com.intellij.modules.lang</depends>
1111
<depends optional="true" config-file="plugin-java.xml">com.intellij.modules.java</depends>
1212

1313
<change-notes><![CDATA[<html>
1414
<html>
15+
<b>1.12</b> (01/31/2017)
16+
<ul>
17+
<li>Fix: <a href="https://github.com/syllant/idea-plugin-remotesynchronizer/issues/31">Fix a packaging issue causing class files not to be synchronized</a>
18+
</ul>
19+
1520
<b>1.11</b> (05/17/2016)
1621
<ul>
1722
<li>Fix: <a href="https://github.com/syllant/idea-plugin-remotesynchronizer/issues/18">Synchronization 'on save' causes entire IDE to hang</a>

‎src/main/doc/changes.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Change history
22

3+
* 1.12 (01/31/2017)
4+
o Fix: <a href="https://github.com/syllant/idea-plugin-remotesynchronizer/issues/31">Fix a packaging issue causing class files not to be synchronized</a>
5+
36
* 1.11 (05/17/2016)
47
o Fix: <a href="https://github.com/syllant/idea-plugin-remotesynchronizer/issues/18">Synchronization 'on save' causes entire IDE to hang</a>
58
o Fix: <a href="https://github.com/syllant/idea-plugin-remotesynchronizer/issues/26">Remove French translation</a>

0 commit comments

Comments
 (0)
Please sign in to comment.