• R/O
  • SSH
  • HTTPS

mergedoc: Commit


Commit MetaInfo

Revisão1605 (tree)
Hora2017-07-23 10:36:33
Autorcypher256

Mensagem de Log

2017.07.23

・サポートする実行環境を Java 6 から Java 8 以降に変更
・Eclipse 3.x 向け機能を削除
・Pleiades のバージョン表記を日付に変更
・訳追加修正 Eclipse: Buildship、EclEmma、STS、BIRT、PyDev、CDT、Ruby DLTK、Eclipse Class Decompiler、EGradle
・訳追加修正 IDEA 系: Erlang、IntelliJ、Android Studio、Docker Integration、PhpStorm、PyCharm、RubyMine、Node.js、Gogland

Mudança Sumário

Diff

--- trunk/Pleiades/build.xml (revision 1604)
+++ trunk/Pleiades/build.xml (revision 1605)
@@ -154,25 +154,14 @@
154154 <!-- Pleiades バージョンを readme から取得 -->
155155 <loadfile property="pleiades.version" srcFile="readme/readme_pleiades_changes.txt">
156156 <filterchain>
157- <linecontainsregexp><regexp pattern="^\d+\.\d+\.\d+.+" /></linecontainsregexp>
158157 <headfilter lines="1"/>
159158 <striplinebreaks/>
160- <replaceregex pattern="\s.+" replace=""/>
161159 </filterchain>
162160 </loadfile>
163161 <echo>pleiades.version = ${pleiades.version}</echo>
164162
165- <!-- Pleiades バージョン日付を readme から取得し、ビルド・タイムスタンプ・ファイルを作成 -->
166- <loadfile property="date" srcFile="readme/readme_pleiades_changes.txt">
167- <filterchain>
168- <linecontainsregexp><regexp pattern="^\d+\.\d+\.\d+.+" /></linecontainsregexp>
169- <headfilter lines="1"/>
170- <striplinebreaks/>
171- <replaceregex pattern=".+\s(\d+)\.?(\w+?)\.?(\w+?)$" replace="\1\2\3"/>
172- </filterchain>
173- </loadfile>
174- <echo>date = ${date}</echo>
175- <touch file="pleiades-${pleiades.version}.I${date}" />
163+ <!-- Pleiades ビルド・タイムスタンプ・ファイルを作成 -->
164+ <touch file="pleiades-${pleiades.version}" />
176165
177166 <!-- バージョンを設定 -->
178167 <replace summary="true" file="plugins/${project.id}/META-INF/MANIFEST.MF"
--- trunk/Pleiades/readme/readme_pleiades_changes.txt (revision 1604)
+++ trunk/Pleiades/readme/readme_pleiades_changes.txt (revision 1605)
@@ -1,9 +1,10 @@
1-8.0.0 - 2017.xx.xx
1+2017.07.23
22
33 ・サポートする実行環境を Java 6 から Java 8 以降に変更
44 ・Eclipse 3.x 向け機能を削除
5-・訳追加修正 Eclipse:
6-・訳追加修正 IDEA 系: Erlang
5+・Pleiades のバージョン表記を日付に変更
6+・訳追加修正 Eclipse: Buildship、EclEmma、STS、BIRT、PyDev、CDT、Ruby DLTK、Eclipse Class Decompiler、EGradle
7+・訳追加修正 IDEA 系: Erlang、IntelliJ、Android Studio、Docker Integration、PhpStorm、PyCharm、RubyMine、Node.js、Gogland
78
89 ---------------------------------------------------------------------------------------------------
910 1.7.27 - 2017.06.28
Show on old repository browser