svnno****@sourc*****
svnno****@sourc*****
2009年 7月 5日 (日) 13:56:29 JST
Revision: 3447 http://sourceforge.jp/projects/jiemamy/svn/view?view=rev&revision=3447 Author: yamkazu Date: 2009-07-05 13:56:29 +0900 (Sun, 05 Jul 2009) Log Message: ----------- .projectを修正 Modified Paths: -------------- sandbox/jiemamy-excel-exporter/.project -------------- next part -------------- Modified: sandbox/jiemamy-excel-exporter/.project =================================================================== --- sandbox/jiemamy-excel-exporter/.project 2009-07-05 04:35:15 UTC (rev 3446) +++ sandbox/jiemamy-excel-exporter/.project 2009-07-05 04:56:29 UTC (rev 3447) @@ -2,10 +2,7 @@ <projectDescription> <name>jiemamy-excel-exporter</name> <comment>JiemamyモデルをDB仕様書excelにエクスポートするエクスポータ。</comment> - <projects> - <project>jiemamy-core</project> - <project>jiemamy-dialect-postgresql</project> - </projects> + <projects></projects> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> @@ -13,7 +10,7 @@ </arguments> </buildCommand> <buildCommand> - <name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name> + <name>org.devzuz.q.maven.jdt.core.mavenIncrementalBuilder</name> <arguments> </arguments> </buildCommand> @@ -22,10 +19,33 @@ <arguments> </arguments> </buildCommand> + <buildCommand> + <name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name> + <arguments> + </arguments> + </buildCommand> </buildSpec> <natures> <nature>org.eclipse.jdt.core.javanature</nature> + <nature>edu.umd.cs.findbugs.plugin.eclipse.findbugsNature</nature> + <nature>org.devzuz.q.maven.jdt.core.mavenNature</nature> <nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature> - <nature>edu.umd.cs.findbugs.plugin.eclipse.findbugsNature</nature> </natures> + <linkedResources> + <link> + <name>.checkstyle</name> + <type>1</type> + <locationURI>DOCUMENTS/jiemamy-artemis/.checkstyle</locationURI> + </link> + <link> + <name>.fbprefs</name> + <type>1</type> + <locationURI>DOCUMENTS/jiemamy-artemis/.fbprefs</locationURI> + </link> + <link> + <name>findbugs.xml</name> + <type>1</type> + <locationURI>DOCUMENTS/jiemamy-artemis/findbugs.xml</locationURI> + </link> + </linkedResources> </projectDescription>