• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

TMD-Maker(T字形ER図作成ツール)のEclipse Plugin版


コミットメタ情報

リビジョンb42b7aae80043923f1326c8817a10dff21dd06a1 (tree)
日時2016-08-20 14:26:01
作者nakag <nakag@user...>
コミッターnakag

ログメッセージ

babelのバージョンアップとPOM整理

変更サマリ

差分

--- a/tmdmaker.releng.targetplatform/tmdmaker.releng.targetplatform.target
+++ b/tmdmaker.releng.targetplatform/tmdmaker.releng.targetplatform.target
@@ -1,9 +1,8 @@
11 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-<?pde version="3.8"?><target includeMode="feature" name="tmdmaker.releng.targetplatform" sequenceNumber="134">
2+<?pde version="3.8"?><target includeMode="feature" name="tmdmaker.releng.targetplatform" sequenceNumber="136">
33 <locations>
44 <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="false" type="InstallableUnit">
55 <unit id="org.eclipse.babel.nls_tools.gef_ja.feature.group" version="4.5.0.v20151128060001"/>
6-<unit id="org.eclipse.babel.nls_eclipse_ja.feature.group" version="4.5.0.v20151128060001"/>
76 <repository location="http://download.eclipse.org/technology/babel/update-site/R0.13.1/mars"/>
87 </location>
98 <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="false" type="InstallableUnit">
@@ -24,23 +23,28 @@
2423 <repository location="http://download.eclipse.org/releases/neon"/>
2524 </location>
2625 <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="false" type="InstallableUnit">
26+<unit id="org.eclipse.babel.nls_eclipse_ja.feature.group" version="4.6.0.v20160813060001"/>
27+<repository location="http://download.eclipse.org/technology/babel/update-site/R0.14.0/neon"/>
28+</location>
29+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="false" type="InstallableUnit">
2730 <unit id="org.eclipse.equinox.sdk.feature.group" version="3.12.0.v20160606-1311"/>
31+<unit id="org.eclipse.swt.tools.feature.feature.group" version="3.105.0.v20160402-1532"/>
32+<unit id="org.eclipse.core.runtime.feature.feature.group" version="1.1.200.v20160606-1342"/>
2833 <unit id="org.eclipse.pde.source.feature.group" version="3.12.0.v20160606-1100"/>
2934 <unit id="org.eclipse.osgi.compatibility.plugins.feature.feature.group" version="1.0.0.v20150202-1328"/>
3035 <unit id="org.eclipse.rcp.sdk.id" version="4.6.0.I20160606-1100"/>
3136 <unit id="org.eclipse.test.feature.group" version="3.7.100.v20160503-1715"/>
37+<unit id="org.eclipse.equinox.executable" version="3.6.300.v20160525-1303"/>
38+<unit id="org.eclipse.rcp.id" version="4.6.0.I20160606-1100"/>
39+<unit id="org.eclipse.e4.rcp.source.feature.group" version="1.5.0.v20160606-1342"/>
3240 <unit id="org.eclipse.rcp.source.feature.group" version="4.6.0.v20160606-1342"/>
3341 <unit id="org.eclipse.equinox.p2.sdk.feature.group" version="3.9.200.v20160606-1311"/>
3442 <unit id="org.eclipse.platform.sdk" version="4.6.0.I20160606-1100"/>
3543 <unit id="org.eclipse.sdk.ide" version="4.6.0.I20160606-1100"/>
3644 <unit id="org.eclipse.platform.ide" version="4.6.0.I20160606-1100"/>
3745 <unit id="org.eclipse.pde.feature.group" version="3.12.0.v20160606-1100"/>
38-<unit id="org.eclipse.rcp.feature.group" version="4.6.0.v20160606-1342"/>
39-<unit id="org.eclipse.swt.tools.feature.feature.group" version="3.105.0.v20160402-1532"/>
40-<unit id="org.eclipse.core.runtime.feature.feature.group" version="1.1.200.v20160606-1342"/>
41-<unit id="org.eclipse.equinox.executable" version="3.6.300.v20160525-1303"/>
42-<unit id="org.eclipse.rcp.id" version="4.6.0.I20160606-1100"/>
4346 <unit id="org.eclipse.e4.core.tools.feature.source.feature.group" version="4.5.100.v20160503-0947"/>
47+<unit id="org.eclipse.rcp.feature.group" version="4.6.0.v20160606-1342"/>
4448 <repository location="http://download.eclipse.org/eclipse/updates/4.6"/>
4549 </location>
4650 </locations>
--- a/tmdmaker.releng/pom.xml
+++ b/tmdmaker.releng/pom.xml
@@ -11,18 +11,26 @@
1111 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1212 <release-version>0.3.0</release-version>
1313 <os-jvm-flags />
14- <jacoco-version>0.7.6.201602180812</jacoco-version>
14+ <jacoco-version>0.7.7.201606060606</jacoco-version>
1515 <antrun-version>1.8</antrun-version>
1616 <ant-contrib-version>20020829</ant-contrib-version>
17- <docbkx-maven-plugin-version>2.0.16</docbkx-maven-plugin-version>
17+ <docbkx-maven-plugin-version>2.0.17</docbkx-maven-plugin-version>
1818 <docbook-xml-verson>5.0-all</docbook-xml-verson>
1919 <maven-dependency-plugin-version>2.10</maven-dependency-plugin-version>
20+ <maven-site-plugin-version>3.5</maven-site-plugin-version>
21+ <wagon-ssh-version>2.10</wagon-ssh-version>
22+ <coveralls-maven-plugin-version>4.2.0</coveralls-maven-plugin-version>
23+ <maven-project-info-reports-plugin-version>2.9</maven-project-info-reports-plugin-version>
24+ <maven-checkstyle-plugin-version>2.17</maven-checkstyle-plugin-version>
25+ <maven-pmd-plugin-version>3.6</maven-pmd-plugin-version>
26+ <maven-surefire-report-plugin-version>2.19.1</maven-surefire-report-plugin-version>
27+ <findbugs-maven-plugin-version>3.0.4</findbugs-maven-plugin-version>
28+ <taglist-maven-plugin-version>2.4</taglist-maven-plugin-version>
29+ <jdepend-maven-plugin-version>2.0</jdepend-maven-plugin-version>
30+ <maven-javadoc-plugin-version>2.10.4</maven-javadoc-plugin-version>
2031 <project-url>http://tmdmaker.osdn.jp/</project-url>
2132 </properties>
22- <!-- <repositories> <repository> <id>eclipse-mars</id> <url>http://download.eclipse.org/releases/mars</url>
23- <layout>p2</layout> </repository> <repository> <id>babel</id> <url>http://download.eclipse.org/technology/babel/update-site/R0.13.1/mars</url>
24- <layout>p2</layout> </repository> <repository> <id>swtbot</id> <url>http://download.eclipse.org/technology/swtbot/releases/latest/</url>
25- <layout>p2</layout> </repository> </repositories> -->
33+
2634 <build>
2735 <pluginManagement>
2836 <plugins>
@@ -47,7 +55,7 @@
4755 <plugin>
4856 <groupId>org.apache.maven.plugins</groupId>
4957 <artifactId>maven-site-plugin</artifactId>
50- <version>3.4</version>
58+ <version>${maven-site-plugin-version}</version>
5159 <configuration>
5260 <locales>ja</locales>
5361 <inputEncoding>UTF-8</inputEncoding>
@@ -65,7 +73,7 @@
6573 <dependency>
6674 <groupId>org.apache.maven.wagon</groupId>
6775 <artifactId>wagon-ssh</artifactId>
68- <version>2.10</version>
76+ <version>${wagon-ssh-version}</version>
6977 </dependency>
7078 </dependencies>
7179 </plugin>
@@ -151,7 +159,7 @@
151159 <plugin>
152160 <groupId>org.eluder.coveralls</groupId>
153161 <artifactId>coveralls-maven-plugin</artifactId>
154- <version>4.1.0</version>
162+ <version>${coveralls-maven-plugin-version}</version>
155163 <configuration>
156164 <jacocoReports>
157165 <jacocoReport>../tmdmaker.doc/target/site/jacoco/report/jacoco.xml</jacocoReport>
@@ -239,7 +247,7 @@
239247 <plugin>
240248 <groupId>org.apache.maven.plugins</groupId>
241249 <artifactId>maven-project-info-reports-plugin</artifactId>
242- <version>2.9</version>
250+ <version>${maven-project-info-reports-plugin-version}</version>
243251 <reportSets>
244252 <reportSet>
245253 <reports>
@@ -257,7 +265,7 @@
257265 <plugin>
258266 <groupId>org.apache.maven.plugins</groupId>
259267 <artifactId>maven-checkstyle-plugin</artifactId>
260- <version>2.17</version>
268+ <version>${maven-checkstyle-plugin-version}</version>
261269 <configuration>
262270 <configLocation>sun_check_eclipse.xml</configLocation>
263271 </configuration>
@@ -265,7 +273,7 @@
265273 <plugin>
266274 <groupId>org.apache.maven.plugins</groupId>
267275 <artifactId>maven-pmd-plugin</artifactId>
268- <version>3.6</version>
276+ <version>${maven-pmd-plugin-version}</version>
269277 <configuration>
270278 <aggregate>true</aggregate>
271279 <linkXref>true</linkXref>
@@ -277,7 +285,7 @@
277285 <plugin>
278286 <groupId>org.apache.maven.plugins</groupId>
279287 <artifactId>maven-surefire-report-plugin</artifactId>
280- <version>2.19.1</version>
288+ <version>${maven-surefire-report-plugin-version}</version>
281289 <inherited>false</inherited>
282290 <configuration>
283291 <aggregate>true</aggregate>
@@ -287,13 +295,13 @@
287295 <plugin>
288296 <groupId>org.codehaus.mojo</groupId>
289297 <artifactId>findbugs-maven-plugin</artifactId>
290- <version>3.0.3</version>
298+ <version>${findbugs-maven-plugin-version}</version>
291299 </plugin>
292300
293301 <plugin>
294302 <groupId>org.codehaus.mojo</groupId>
295303 <artifactId>taglist-maven-plugin</artifactId>
296- <version>2.4</version>
304+ <version>${taglist-maven-plugin-version}</version>
297305 <configuration>
298306 <aggregate>true</aggregate>
299307 </configuration>
@@ -301,14 +309,12 @@
301309 <plugin>
302310 <groupId>org.codehaus.mojo</groupId>
303311 <artifactId>jdepend-maven-plugin</artifactId>
304- <version>2.0</version>
312+ <version>${jdepend-maven-plugin-version}</version>
305313 </plugin>
306- <!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>javancss-maven-plugin</artifactId>
307- <version>2.1</version> </plugin> -->
308314 <plugin>
309315 <groupId>org.apache.maven.plugins</groupId>
310316 <artifactId>maven-javadoc-plugin</artifactId>
311- <version>2.10.3</version>
317+ <version>${maven-javadoc-plugin-version}</version>
312318 <configuration>
313319 <excludePackageNames>org.eclipse.gmf.*</excludePackageNames>
314320 </configuration>