svnno****@sourc*****
svnno****@sourc*****
2010年 7月 16日 (金) 01:18:22 JST
Revision: 3763 http://sourceforge.jp/projects/jiemamy/svn/view?view=rev&revision=3763 Author: daisuke_m Date: 2010-07-16 01:18:22 +0900 (Fri, 16 Jul 2010) Log Message: ----------- SQL99 dialect の v0.2.1 リリース準備 Modified Paths: -------------- hestia/trunk/org.jiemamy.eclipse.core/.project hestia/trunk/org.jiemamy.eclipse.dialect.sql99/.classpath hestia/trunk/org.jiemamy.eclipse.dialect.sql99/.project hestia/trunk/org.jiemamy.eclipse.dialect.sql99/META-INF/MANIFEST.MF hestia/trunk/org.jiemamy.eclipse.dialect.sql99/build.properties hestia/trunk/org.jiemamy.eclipse.dialect.sql99/pom.xml hestia/trunk/org.jiemamy.eclipse.dialect.sql99.feature/feature.xml hestia/trunk/org.jiemamy.eclipse.ui/.project Modified: hestia/trunk/org.jiemamy.eclipse.core/.project =================================================================== --- hestia/trunk/org.jiemamy.eclipse.core/.project 2010-07-15 15:48:28 UTC (rev 3762) +++ hestia/trunk/org.jiemamy.eclipse.core/.project 2010-07-15 16:18:22 UTC (rev 3763) @@ -41,12 +41,12 @@ <link> <name>.checkstyle</name> <type>1</type> - <locationURI>DOCUMENTS/master/.checkstyle</locationURI> + <locationURI>WORKSPACE_LOC/master/.checkstyle</locationURI> </link> <link> <name>.fbprefs</name> <type>1</type> - <locationURI>DOCUMENTS/master/.fbprefs</locationURI> + <locationURI>WORKSPACE_LOC/master/.fbprefs</locationURI> </link> </linkedResources> </projectDescription> Modified: hestia/trunk/org.jiemamy.eclipse.dialect.sql99/.classpath =================================================================== --- hestia/trunk/org.jiemamy.eclipse.dialect.sql99/.classpath 2010-07-15 15:48:28 UTC (rev 3762) +++ hestia/trunk/org.jiemamy.eclipse.dialect.sql99/.classpath 2010-07-15 16:18:22 UTC (rev 3763) @@ -4,7 +4,7 @@ <classpathentry kind="src" path="src/main/resources"/> <classpathentry kind="src" output="target/test-classes" path="src/test/java"/> <classpathentry kind="src" output="target/test-classes" path="src/test/resources"/> - <classpathentry kind="lib" path="lib/jiemamy-dialect-sql99-0.2.0.jar" sourcepath="lib/sources/jiemamy-dialect-sql99-0.2.0-sources.jar"/> + <classpathentry kind="lib" path="lib/jiemamy-dialect-sql99-0.2.1.jar" sourcepath="lib/sources/jiemamy-dialect-sql99-0.2.0-sources.jar"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> <classpathentry kind="output" path="target/classes"/> Modified: hestia/trunk/org.jiemamy.eclipse.dialect.sql99/.project =================================================================== --- hestia/trunk/org.jiemamy.eclipse.dialect.sql99/.project 2010-07-15 15:48:28 UTC (rev 3762) +++ hestia/trunk/org.jiemamy.eclipse.dialect.sql99/.project 2010-07-15 16:18:22 UTC (rev 3763) @@ -41,12 +41,12 @@ <link> <name>.checkstyle</name> <type>1</type> - <locationURI>DOCUMENTS/master/.checkstyle</locationURI> + <locationURI>WORKSPACE_LOC/master/.checkstyle</locationURI> </link> <link> <name>.fbprefs</name> <type>1</type> - <locationURI>DOCUMENTS/master/.fbprefs</locationURI> + <locationURI>WORKSPACE_LOC/master/.fbprefs</locationURI> </link> </linkedResources> </projectDescription> Modified: hestia/trunk/org.jiemamy.eclipse.dialect.sql99/META-INF/MANIFEST.MF =================================================================== --- hestia/trunk/org.jiemamy.eclipse.dialect.sql99/META-INF/MANIFEST.MF 2010-07-15 15:48:28 UTC (rev 3762) +++ hestia/trunk/org.jiemamy.eclipse.dialect.sql99/META-INF/MANIFEST.MF 2010-07-15 16:18:22 UTC (rev 3763) @@ -2,13 +2,13 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.jiemamy.eclipse.dialect.sql99;singleton:=true -Bundle-Version: 0.2.0.qualifier +Bundle-Version: 0.2.1.qualifier Bundle-Vendor: %providerName Bundle-RequiredExecutionEnvironment: J2SE-1.5 Bundle-Localization: plugin Bundle-ActivationPolicy: lazy Bundle-ClassPath: ., - lib/jiemamy-dialect-sql99-0.2.0.jar + lib/jiemamy-dialect-sql99-0.2.1.jar Require-Bundle: org.jiemamy.eclipse.ui, org.jiemamy.eclipse.core, org.eclipse.ui Modified: hestia/trunk/org.jiemamy.eclipse.dialect.sql99/build.properties =================================================================== --- hestia/trunk/org.jiemamy.eclipse.dialect.sql99/build.properties 2010-07-15 15:48:28 UTC (rev 3762) +++ hestia/trunk/org.jiemamy.eclipse.dialect.sql99/build.properties 2010-07-15 16:18:22 UTC (rev 3763) @@ -5,7 +5,7 @@ plugin.properties,\ plugin_ja.properties,\ LICENSE.txt,\ - lib/jiemamy-dialect-sql99-0.2.0.jar + lib/jiemamy-dialect-sql99-0.2.1.jar output.. = target/classes/ source.. = src/main/java/,\ src/main/resources/,\ Modified: hestia/trunk/org.jiemamy.eclipse.dialect.sql99/pom.xml =================================================================== --- hestia/trunk/org.jiemamy.eclipse.dialect.sql99/pom.xml 2010-07-15 15:48:28 UTC (rev 3762) +++ hestia/trunk/org.jiemamy.eclipse.dialect.sql99/pom.xml 2010-07-15 16:18:22 UTC (rev 3763) @@ -102,7 +102,7 @@ <dependency> <groupId>org.jiemamy</groupId> <artifactId>jiemamy-dialect-sql99</artifactId> - <version>0.2.0</version> + <version>0.2.1</version> </dependency> </dependencies> </project> \ No newline at end of file Modified: hestia/trunk/org.jiemamy.eclipse.dialect.sql99.feature/feature.xml =================================================================== --- hestia/trunk/org.jiemamy.eclipse.dialect.sql99.feature/feature.xml 2010-07-15 15:48:28 UTC (rev 3762) +++ hestia/trunk/org.jiemamy.eclipse.dialect.sql99.feature/feature.xml 2010-07-15 16:18:22 UTC (rev 3763) @@ -2,7 +2,7 @@ <feature id="org.jiemamy.eclipse.dialect.sql99.feature" label="%featureName" - version="0.2.0.qualifier" + version="0.1.0.qualifier" provider-name="%providerName" plugin="org.jiemamy.eclipse.dialect.sql99"> @@ -22,6 +22,10 @@ <update label="%updateSiteName" url="http://eclipse.jiemamy.org/release/"/> </url> + <includes + id="org.jiemamy.eclipse.dialect.sql99.source" + version="0.0.0"/> + <requires> <import plugin="org.eclipse.ui"/> <import plugin="org.jiemamy.eclipse.core"/> @@ -34,8 +38,4 @@ version="0.0.0" unpack="false"/> - <includes - id="org.jiemamy.eclipse.dialect.sql99.source" - version="0.0.0"/> - </feature> Modified: hestia/trunk/org.jiemamy.eclipse.ui/.project =================================================================== --- hestia/trunk/org.jiemamy.eclipse.ui/.project 2010-07-15 15:48:28 UTC (rev 3762) +++ hestia/trunk/org.jiemamy.eclipse.ui/.project 2010-07-15 16:18:22 UTC (rev 3763) @@ -41,12 +41,12 @@ <link> <name>.checkstyle</name> <type>1</type> - <locationURI>DOCUMENTS/master/.checkstyle</locationURI> + <locationURI>WORKSPACE_LOC/master/.checkstyle</locationURI> </link> <link> <name>.fbprefs</name> <type>1</type> - <locationURI>DOCUMENTS/master/.fbprefs</locationURI> + <locationURI>WORKSPACE_LOC/master/.fbprefs</locationURI> </link> </linkedResources> </projectDescription>