svnno****@sourc*****
svnno****@sourc*****
2008年 9月 24日 (水) 02:14:10 JST
Revision: 1951 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=jiemamy&view=rev&rev=1951 Author: shin1 Date: 2008-09-24 02:14:10 +0900 (Wed, 24 Sep 2008) Log Message: ----------- linkedResourceに絶対パスが指定されていたようなので、DOCUMENTS/org.jiemamy.projectを使うように修正。 Modified Paths: -------------- artemis/trunk/org.jiemamy.spec.core/.project artemis/trunk/org.jiemamy.spec.diff/.project artemis/trunk/org.jiemamy.spec.event/.project artemis/trunk/org.jiemamy.spec.view/.project -------------- next part -------------- Modified: artemis/trunk/org.jiemamy.spec.core/.project =================================================================== --- artemis/trunk/org.jiemamy.spec.core/.project 2008-09-23 17:07:37 UTC (rev 1950) +++ artemis/trunk/org.jiemamy.spec.core/.project 2008-09-23 17:14:10 UTC (rev 1951) @@ -1,63 +1,63 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>org.jiemamy.spec.core</name> - <comment>Jiemamyのコア機能を提供するパッケージ</comment> - <projects> - </projects> - <buildSpec> - <buildCommand> - <name>org.eclipse.jdt.core.javabuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.eclipse.pde.ManifestBuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.eclipse.pde.SchemaBuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>edu.umd.cs.findbugs.plugin.eclipse.findbugsBuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.ashikunep.irenka.studio.builder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>edu.umd.cs.findbugs.plugin.eclipse.findbugsNature</nature> - <nature>org.eclipse.pde.PluginNature</nature> - <nature>org.eclipse.jdt.core.javanature</nature> - <nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature> - <nature>org.ashikunep.irenka.studio.nature</nature> - </natures> - <linkedResources> - <link> - <name>.fbprefs</name> - <type>1</type> - <location>D:/develop/eclipse/workspaces/main/org.jiemamy.project/.fbprefs</location> - </link> - <link> - <name>findbugs.xml</name> - <type>1</type> - <location>D:/develop/eclipse/workspaces/main/org.jiemamy.project/findbugs.xml</location> - </link> - <link> - <name>.checkstyle</name> - <type>1</type> - <location>D:/develop/eclipse/workspaces/main/org.jiemamy.project/.checkstyle</location> - </link> - </linkedResources> -</projectDescription> +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.jiemamy.spec.core</name> + <comment>Jiemamyのコア機能を提供するパッケージ</comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.pde.ManifestBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.pde.SchemaBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>edu.umd.cs.findbugs.plugin.eclipse.findbugsBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.ashikunep.irenka.studio.builder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>edu.umd.cs.findbugs.plugin.eclipse.findbugsNature</nature> + <nature>org.eclipse.pde.PluginNature</nature> + <nature>org.eclipse.jdt.core.javanature</nature> + <nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature> + <nature>org.ashikunep.irenka.studio.nature</nature> + </natures> + <linkedResources> + <link> + <name>findbugs.xml</name> + <type>1</type> + <locationURI>DOCUMENTS/org.jiemamy.project/findbugs.xml</locationURI> + </link> + <link> + <name>.fbprefs</name> + <type>1</type> + <locationURI>DOCUMENTS/org.jiemamy.project/.fbprefs</locationURI> + </link> + <link> + <name>.checkstyle</name> + <type>1</type> + <locationURI>DOCUMENTS/org.jiemamy.project/.checkstyle</locationURI> + </link> + </linkedResources> +</projectDescription> Modified: artemis/trunk/org.jiemamy.spec.diff/.project =================================================================== --- artemis/trunk/org.jiemamy.spec.diff/.project 2008-09-23 17:07:37 UTC (rev 1950) +++ artemis/trunk/org.jiemamy.spec.diff/.project 2008-09-23 17:14:10 UTC (rev 1951) @@ -45,19 +45,19 @@ </natures> <linkedResources> <link> - <name>.fbprefs</name> + <name>findbugs.xml</name> <type>1</type> - <location>D:/develop/eclipse/workspaces/main/org.jiemamy.project/.fbprefs</location> + <locationURI>DOCUMENTS/org.jiemamy.project/findbugs.xml</locationURI> </link> <link> - <name>findbugs.xml</name> + <name>.fbprefs</name> <type>1</type> - <location>D:/develop/eclipse/workspaces/main/org.jiemamy.project/findbugs.xml</location> + <locationURI>DOCUMENTS/org.jiemamy.project/.fbprefs</locationURI> </link> <link> <name>.checkstyle</name> <type>1</type> - <location>D:/develop/eclipse/workspaces/main/org.jiemamy.project/.checkstyle</location> + <locationURI>DOCUMENTS/org.jiemamy.project/.checkstyle</locationURI> </link> </linkedResources> </projectDescription> Modified: artemis/trunk/org.jiemamy.spec.event/.project =================================================================== --- artemis/trunk/org.jiemamy.spec.event/.project 2008-09-23 17:07:37 UTC (rev 1950) +++ artemis/trunk/org.jiemamy.spec.event/.project 2008-09-23 17:14:10 UTC (rev 1951) @@ -1,63 +1,63 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>org.jiemamy.spec.event</name> - <comment>Jiemamyのイベント仕様を提供するコンポーネント</comment> - <projects> - </projects> - <buildSpec> - <buildCommand> - <name>org.eclipse.jdt.core.javabuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.eclipse.pde.ManifestBuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.eclipse.pde.SchemaBuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>edu.umd.cs.findbugs.plugin.eclipse.findbugsBuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.ashikunep.irenka.studio.builder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>edu.umd.cs.findbugs.plugin.eclipse.findbugsNature</nature> - <nature>org.eclipse.pde.PluginNature</nature> - <nature>org.eclipse.jdt.core.javanature</nature> - <nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature> - <nature>org.ashikunep.irenka.studio.nature</nature> - </natures> - <linkedResources> - <link> - <name>.fbprefs</name> - <type>1</type> - <location>D:/develop/eclipse/workspaces/main/org.jiemamy.project/.fbprefs</location> - </link> - <link> - <name>findbugs.xml</name> - <type>1</type> - <location>D:/develop/eclipse/workspaces/main/org.jiemamy.project/findbugs.xml</location> - </link> - <link> - <name>.checkstyle</name> - <type>1</type> - <location>D:/develop/eclipse/workspaces/main/org.jiemamy.project/.checkstyle</location> - </link> - </linkedResources> -</projectDescription> +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.jiemamy.spec.event</name> + <comment>Jiemamyのイベント仕様を提供するコンポーネント</comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.pde.ManifestBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.pde.SchemaBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>edu.umd.cs.findbugs.plugin.eclipse.findbugsBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.ashikunep.irenka.studio.builder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>edu.umd.cs.findbugs.plugin.eclipse.findbugsNature</nature> + <nature>org.eclipse.pde.PluginNature</nature> + <nature>org.eclipse.jdt.core.javanature</nature> + <nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature> + <nature>org.ashikunep.irenka.studio.nature</nature> + </natures> + <linkedResources> + <link> + <name>findbugs.xml</name> + <type>1</type> + <locationURI>DOCUMENTS/org.jiemamy.project/findbugs.xml</locationURI> + </link> + <link> + <name>.fbprefs</name> + <type>1</type> + <locationURI>DOCUMENTS/org.jiemamy.project/.fbprefs</locationURI> + </link> + <link> + <name>.checkstyle</name> + <type>1</type> + <locationURI>DOCUMENTS/org.jiemamy.project/.checkstyle</locationURI> + </link> + </linkedResources> +</projectDescription> Modified: artemis/trunk/org.jiemamy.spec.view/.project =================================================================== --- artemis/trunk/org.jiemamy.spec.view/.project 2008-09-23 17:07:37 UTC (rev 1950) +++ artemis/trunk/org.jiemamy.spec.view/.project 2008-09-23 17:14:10 UTC (rev 1951) @@ -1,63 +1,63 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>org.jiemamy.spec.view</name> - <comment>Jiemamyのコア機能を提供するパッケージ</comment> - <projects> - </projects> - <buildSpec> - <buildCommand> - <name>org.eclipse.jdt.core.javabuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.eclipse.pde.ManifestBuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.eclipse.pde.SchemaBuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>edu.umd.cs.findbugs.plugin.eclipse.findbugsBuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.ashikunep.irenka.studio.builder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>edu.umd.cs.findbugs.plugin.eclipse.findbugsNature</nature> - <nature>org.eclipse.pde.PluginNature</nature> - <nature>org.eclipse.jdt.core.javanature</nature> - <nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature> - <nature>org.ashikunep.irenka.studio.nature</nature> - </natures> - <linkedResources> - <link> - <name>.fbprefs</name> - <type>1</type> - <location>D:/develop/eclipse/workspaces/main/org.jiemamy.project/.fbprefs</location> - </link> - <link> - <name>findbugs.xml</name> - <type>1</type> - <location>D:/develop/eclipse/workspaces/main/org.jiemamy.project/findbugs.xml</location> - </link> - <link> - <name>.checkstyle</name> - <type>1</type> - <location>D:/develop/eclipse/workspaces/main/org.jiemamy.project/.checkstyle</location> - </link> - </linkedResources> -</projectDescription> +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.jiemamy.spec.view</name> + <comment>Jiemamyのコア機能を提供するパッケージ</comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.pde.ManifestBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.pde.SchemaBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>edu.umd.cs.findbugs.plugin.eclipse.findbugsBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.ashikunep.irenka.studio.builder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>edu.umd.cs.findbugs.plugin.eclipse.findbugsNature</nature> + <nature>org.eclipse.pde.PluginNature</nature> + <nature>org.eclipse.jdt.core.javanature</nature> + <nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature> + <nature>org.ashikunep.irenka.studio.nature</nature> + </natures> + <linkedResources> + <link> + <name>findbugs.xml</name> + <type>1</type> + <locationURI>DOCUMENTS/org.jiemamy.project/findbugs.xml</locationURI> + </link> + <link> + <name>.fbprefs</name> + <type>1</type> + <locationURI>DOCUMENTS/org.jiemamy.project/.fbprefs</locationURI> + </link> + <link> + <name>.checkstyle</name> + <type>1</type> + <locationURI>DOCUMENTS/org.jiemamy.project/.checkstyle</locationURI> + </link> + </linkedResources> +</projectDescription>