Skip to content

Commit

Permalink
next version 0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nakag committed Jul 24, 2017
1 parent e34f858 commit 18b6c54
Show file tree
Hide file tree
Showing 50 changed files with 73 additions and 56 deletions.
2 changes: 1 addition & 1 deletion tmdmaker.core.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: TMD-Maker Core Test
Bundle-SymbolicName: tmdmaker.core.test
Bundle-Version: 0.5.0.qualifier
Bundle-Version: 0.6.0.qualifier
Fragment-Host: tmdmaker.core;bundle-version="0.2.9"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: TMD-Maker Project
Expand Down
2 changes: 1 addition & 1 deletion tmdmaker.core.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>tmdmaker</groupId>
<artifactId>tmdmaker.releng</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<relativePath>../tmdmaker.releng</relativePath>
</parent>
<build>
Expand Down
2 changes: 1 addition & 1 deletion tmdmaker.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: TMD-Maker Core
Bundle-SymbolicName: tmdmaker.core
Bundle-Version: 0.5.0.qualifier
Bundle-Version: 0.6.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: TMD-Maker Project
Export-Package: jp.sourceforge.tmdmaker.model,
Expand Down
2 changes: 1 addition & 1 deletion tmdmaker.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>tmdmaker</groupId>
<artifactId>tmdmaker.releng</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<relativePath>../tmdmaker.releng</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tmdmaker.csv/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: TMD-Maker CSV
Bundle-SymbolicName: tmdmaker.csv;singleton:=true
Bundle-Version: 0.5.0.qualifier
Bundle-Version: 0.6.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: tmdmaker.core;bundle-version="0.2.9"
Bundle-ClassPath: lib/opencsv-2.3.jar,
Expand Down
2 changes: 1 addition & 1 deletion tmdmaker.csv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tmdmaker</groupId>
<artifactId>tmdmaker.releng</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<relativePath>../tmdmaker.releng</relativePath>
</parent>
<description>TMD-MakerのCSVインポートプロジェクト</description>
Expand Down
2 changes: 1 addition & 1 deletion tmdmaker.ddlgenerator/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: TMD-Maker's DDLGenerator with DdlUtils
Bundle-SymbolicName: tmdmaker.ddlgenerator;singleton:=true
Bundle-Version: 0.5.0.qualifier
Bundle-Version: 0.6.0.qualifier
Require-Bundle: org.eclipse.core.runtime,
tmdmaker.core;bundle-version="0.2.9"
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion tmdmaker.ddlgenerator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tmdmaker</groupId>
<artifactId>tmdmaker.releng</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<relativePath>../tmdmaker.releng</relativePath>
</parent>
<description>TMD-MakerのDDL生成プロジェクト</description>
Expand Down
2 changes: 1 addition & 1 deletion tmdmaker.doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>tmdmaker</groupId>
<artifactId>tmdmaker.releng</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<relativePath>../tmdmaker.releng</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions tmdmaker.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<feature
id="tmdmaker.feature"
label="TMD-Maker Plug-in"
version="0.5.0.qualifier"
version="0.6.0.qualifier"
provider-name="TMD-Maker Project"
plugin="tmdmaker">

<description url="http://tmdmaker.osdn.jp">
<description url="https://tmdmaker.osdn.jp">
TMD-Maker Plugin.
</description>

<copyright url="http://tmdmaker.osdn.jp">
<copyright url="https://tmdmaker.osdn.jp">
TMD-Maker Plugin.
</copyright>

Expand Down
2 changes: 1 addition & 1 deletion tmdmaker.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>tmdmaker</groupId>
<artifactId>tmdmaker.releng</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<relativePath>../tmdmaker.releng</relativePath>
</parent>
<description>TMD-Maker PluginのFeatureプロジェクト</description>
Expand Down
2 changes: 1 addition & 1 deletion tmdmaker.htmlgenerator/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: TMD-Maker's HTMLGenerator with Velocity
Bundle-SymbolicName: tmdmaker.htmlgenerator;singleton:=true
Bundle-Version: 0.5.0.qualifier
Bundle-Version: 0.6.0.qualifier
Require-Bundle: org.eclipse.core.runtime,
tmdmaker.core;bundle-version="0.2.9"
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion tmdmaker.htmlgenerator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tmdmaker</groupId>
<artifactId>tmdmaker.releng</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<relativePath>../tmdmaker.releng</relativePath>
</parent>
<description>TMD-MakerのHTML生成プロジェクト</description>
Expand Down
2 changes: 1 addition & 1 deletion tmdmaker.imagegenerator/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: TMD-Maker's ImageGenerator
Bundle-SymbolicName: tmdmaker.imagegenerator;singleton:=true
Bundle-Version: 0.5.0.qualifier
Bundle-Version: 0.6.0.qualifier
Bundle-Activator: jp.sourceforge.tmdmaker.imagegenerator.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion tmdmaker.imagegenerator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>tmdmaker</groupId>
<artifactId>tmdmaker.releng</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<relativePath>../tmdmaker.releng</relativePath>
</parent>
<description>TMD-MakerのImage生成用プロジェクト</description>
Expand Down
2 changes: 1 addition & 1 deletion tmdmaker.nl_ja/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: TMD-Maker Plug-in nl_ja
Bundle-SymbolicName: tmdmaker.nl_ja
Bundle-Version: 0.5.0.qualifier
Bundle-Version: 0.6.0.qualifier
Fragment-Host: tmdmaker;bundle-version="0.2.10"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: TMD-Maker Project
2 changes: 1 addition & 1 deletion tmdmaker.nl_ja/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>tmdmaker</groupId>
<artifactId>tmdmaker.releng</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<relativePath>../tmdmaker.releng</relativePath>
</parent>
<description>TMD-Maker Pluginの日本語化プロジェクト</description>
Expand Down
8 changes: 4 additions & 4 deletions tmdmaker.rcp.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
<feature
id="tmdmaker.rcp.feature"
label="TMD-Maker RCP Feature"
version="0.5.0.qualifier"
version="0.6.0.qualifier"
provider-name="TMD-Maker Project"
plugin="tmdmaker.rcp">

<description url="http://tmdmaker.osdn.jp/">
<description url="https://tmdmaker.osdn.jp/">
TMD-Maker for Rich Client Platform.
</description>

<copyright url="http://tmdmaker.osdn.jp/">
(c) 2009-2016,TMD-Maker Project.
<copyright url="https://tmdmaker.osdn.jp/">
(c) 2009-2017,TMD-Maker Project.
</copyright>

<license url="http://www.apache.org/licenses/LICENSE-2.0">
Expand Down
2 changes: 1 addition & 1 deletion tmdmaker.rcp.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tmdmaker</groupId>
<artifactId>tmdmaker.releng</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<relativePath>../tmdmaker.releng</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tmdmaker.rcp.nl_ja/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: TMD-Maker for RCP nl_ja
Bundle-SymbolicName: tmdmaker.rcp.nl_ja
Bundle-Version: 0.5.0.qualifier
Bundle-Version: 0.6.0.qualifier
Fragment-Host: tmdmaker.rcp;bundle-version="0.2.9"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: TMD-Maker Project
2 changes: 1 addition & 1 deletion tmdmaker.rcp.nl_ja/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>tmdmaker</groupId>
<artifactId>tmdmaker.releng</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<relativePath>../tmdmaker.releng</relativePath>
</parent>
<description>TMD-Maker RCPの日本語化プロジェクト</description>
Expand Down
2 changes: 1 addition & 1 deletion tmdmaker.rcp/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: tmdmaker.rcp; singleton:=true
Bundle-Version: 0.5.0.qualifier
Bundle-Version: 0.6.0.qualifier
Bundle-Activator: jp.sourceforge.tmdmaker.rcp.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion tmdmaker.rcp/about.mappings
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0=Ver.0.5.0
0=Ver.0.6.0
2 changes: 1 addition & 1 deletion tmdmaker.rcp/about.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blurb = TMD-Maker for Rich Client Platform.\n\
\n\
Ver.{featureVersion}.\n\
Copyright 2009-2016 TMD-Maker Project <http://tmdmaker.osdn.jp/>\n\
Copyright 2009-2017 TMD-Maker Project <https://tmdmaker.osdn.jp/>\n\
Licensed under the Apache License, Version 2.0
2 changes: 1 addition & 1 deletion tmdmaker.rcp/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</property>
<property
name="buildId"
value="Ver.0.5.0">
value="Ver.0.6.0">
</property>
<property
name="buildIdLocation"
Expand Down
2 changes: 1 addition & 1 deletion tmdmaker.rcp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tmdmaker</groupId>
<artifactId>tmdmaker.releng</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<relativePath>../tmdmaker.releng</relativePath>
</parent>
<description>TMD-MakerのRCPプロジェクト</description>
Expand Down
2 changes: 1 addition & 1 deletion tmdmaker.rcp/tmdmaker_rcp.product
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="TMD-Maker for RCP" uid="tmdmaker.rcp.product" id="tmdmaker.rcp.product" application="tmdmaker.rcp.application" version="0.5.0" useFeatures="true" includeLaunchers="true">
<product name="TMD-Maker for RCP" uid="tmdmaker.rcp.product" id="tmdmaker.rcp.product" application="tmdmaker.rcp.application" version="0.6.0" useFeatures="true" includeLaunchers="true">

<aboutInfo>
<image path="/tmdmaker.rcp/icons/tmd_about.gif"/>
Expand Down
2 changes: 1 addition & 1 deletion tmdmaker.releng.plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>tmdmaker</groupId>
<artifactId>tmdmaker.releng</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<relativePath>../tmdmaker.releng</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion tmdmaker.releng.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>tmdmaker</groupId>
<artifactId>tmdmaker.releng</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<relativePath>../tmdmaker.releng</relativePath>
</parent>
<build>
Expand Down
2 changes: 1 addition & 1 deletion tmdmaker.releng.product/tmdmaker_rcp.product
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="TMD-Maker for RCP" uid="tmdmaker.rcp.product" id="tmdmaker.rcp.product" application="tmdmaker.rcp.application" version="0.5.0" useFeatures="true" includeLaunchers="true">
<product name="TMD-Maker for RCP" uid="tmdmaker.rcp.product" id="tmdmaker.rcp.product" application="tmdmaker.rcp.application" version="0.6.0" useFeatures="true" includeLaunchers="true">

<aboutInfo>
<image path="/icons/tmd_about.gif"/>
Expand Down
2 changes: 1 addition & 1 deletion tmdmaker.releng.targetplatform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tmdmaker</groupId>
<artifactId>tmdmaker.releng</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<relativePath>../tmdmaker.releng</relativePath>
</parent>
<name>TMD-Maker TargetPlatform Release Engineering</name>
Expand Down
6 changes: 3 additions & 3 deletions tmdmaker.releng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>tmdmaker</groupId>
<artifactId>tmdmaker.releng</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
<tycho-version>1.0.0</tycho-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<release-version>0.5.0</release-version>
<release-version>0.6.0</release-version>
<os-jvm-flags />
<jacoco-version>0.7.9</jacoco-version>
<antrun-version>1.8</antrun-version>
Expand Down Expand Up @@ -170,7 +170,7 @@
<artifactId>tycho-versions-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<newVersion>0.5.0.qualifier</newVersion>
<newVersion>0.6.0.qualifier</newVersion>
</configuration>
</plugin>
</plugins>
Expand Down
17 changes: 17 additions & 0 deletions tmdmaker.releng/setupNewVersion.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/bin/sh

if [ $1 == "" ]; then
echo "usage $0 x.y.z"
fi

NEW_VERSION=$1

sed -i -e "s/newVersion>[0-9.*]\.[0-9.*]\.[0-9.*]/newVersion>${NEW_VERSION}/g" pom.xml
sed -i -e "s/release-version>[0-9.*]\.[0-9.*]\.[0-9.*]/release-version>${NEW_VERSION}/g" pom.xml
mvn tycho-versions:set-version
sed -i -e "s/Ver\.[0-9.*]\.[0-9.*]\.[0-9.*]/Ver.${NEW_VERSION}/g" ../tmdmaker.rcp/about.mappings
sed -i -e "s/Ver\.[0-9.*]\.[0-9.*]\.[0-9.*]/Ver.${NEW_VERSION}/g" ../tmdmaker.rcp/plugin.xml
sed -i -e "s/^\(<product.* version=\)\(\"[0-9.*]\.[0-9.*]\.[0-9.*]\"\)/\1\"${NEW_VERSION}\"/g" ../tmdmaker.rcp/tmdmaker_rcp.product
sed -i -e "s/^\(<product.* version=\)\(\"[0-9.*]\.[0-9.*]\.[0-9.*]\"\)/\1\"${NEW_VERSION}\"/g" ../tmdmaker.releng.product/tmdmaker_rcp.product
sed -i -e "s/version = \'[0-9.*]\.[0-9.*]\.[0-9.*]\'/version = \'${NEW_VERSION}\'/g" ../tmdmaker.doc/src/site/sphinx/conf.py
sed -i -e "s/release = \'[0-9.*]\.[0-9.*]\.[0-9.*]-SNAPSHOT\'/release = \'${NEW_VERSION}-SNAPSHOT\'/g" ../tmdmaker.doc/src/site/sphinx/conf.py
2 changes: 1 addition & 1 deletion tmdmaker.serializer.handler.patch/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: TMD-Maker Patch for versionup
Bundle-SymbolicName: tmdmaker.serializer.handler.patch;singleton:=true
Bundle-Version: 0.5.0.qualifier
Bundle-Version: 0.6.0.qualifier
Bundle-Activator: jp.sourceforge.tmdmaker.serializer.handler.patch.Activator
Require-Bundle: org.eclipse.core.runtime,
tmdmaker.serializer,
Expand Down
2 changes: 1 addition & 1 deletion tmdmaker.serializer.handler.patch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tmdmaker</groupId>
<artifactId>tmdmaker.releng</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<relativePath>../tmdmaker.releng</relativePath>
</parent>
<name>TMD-Maker Serializer Handler Plugin</name>
Expand Down
2 changes: 1 addition & 1 deletion tmdmaker.serializer.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: TMD-Maker's Serializer Test
Bundle-SymbolicName: tmdmaker.serializer.test
Bundle-Version: 0.5.0.qualifier
Bundle-Version: 0.6.0.qualifier
Fragment-Host: tmdmaker.serializer;bundle-version="0.4.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.junit,
Expand Down
2 changes: 1 addition & 1 deletion tmdmaker.serializer.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>tmdmaker</groupId>
<artifactId>tmdmaker.releng</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<relativePath>../tmdmaker.releng</relativePath>
</parent>
<build>
Expand Down
2 changes: 1 addition & 1 deletion tmdmaker.serializer/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: TMD-Maker's Serializer with XStream
Bundle-SymbolicName: tmdmaker.serializer;singleton:=true
Bundle-Version: 0.5.0.qualifier
Bundle-Version: 0.6.0.qualifier
Bundle-Activator: jp.sourceforge.tmdmaker.persistence.Activator
Require-Bundle: org.eclipse.core.runtime,
tmdmaker.core;bundle-version="0.2.9",
Expand Down
2 changes: 1 addition & 1 deletion tmdmaker.serializer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tmdmaker</groupId>
<artifactId>tmdmaker.releng</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<relativePath>../tmdmaker.releng</relativePath>
</parent>
<description>TMD-Makerのデータシリアライズ用プロジェクト</description>
Expand Down
2 changes: 1 addition & 1 deletion tmdmaker.sphinx/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: tmdmaker.sphinx;singleton:=true
Bundle-Version: 0.5.0.qualifier
Bundle-Version: 0.6.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: tmdmaker.core;bundle-version="0.2.9",
org.eclipse.xtend.lib,
Expand Down

0 comments on commit 18b6c54

Please sign in to comment.