svnno****@sourc*****
svnno****@sourc*****
2009年 4月 9日 (木) 01:16:29 JST
Revision: 3199 http://svn.sourceforge.jp/view?root=jiemamy&view=rev&rev=3199 Author: j5ik2o Date: 2009-04-09 01:16:28 +0900 (Thu, 09 Apr 2009) Log Message: ----------- pom.xmlにtools.jarの依存関係を追加 Modified Paths: -------------- charon/jiemamy-jpa-importer/trunk/pom.xml -------------- next part -------------- Modified: charon/jiemamy-jpa-importer/trunk/pom.xml =================================================================== --- charon/jiemamy-jpa-importer/trunk/pom.xml 2009-04-08 15:49:28 UTC (rev 3198) +++ charon/jiemamy-jpa-importer/trunk/pom.xml 2009-04-08 16:16:28 UTC (rev 3199) @@ -1,110 +1,129 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.jiemamy</groupId> - <artifactId>jiemamy-artemis</artifactId> - <version>0.2.0-SNAPSHOT</version> - <relativePath>../jiemamy-artemis</relativePath> - </parent> - <groupId>org.jiemamy</groupId> - <artifactId>jiemamy-jpa-importer</artifactId> - <name>Jiemamy JPA Importer</name> - <version>0.0.1-SNAPSHOT</version> - <description><![CDATA[JPAのエンティティをインポートするインポータ]]></description> - <url>http://report.jiemamy.org/jiemamy-jpa-importer</url> - <issueManagement> - <system>JIRA</system> - <url>http://jira.jiemamy.org/jira/browse/IJPA</url> - </issueManagement> - <inceptionYear>2009</inceptionYear> - <developers> - <developer> - <id>j5ik2o</id> - <name>Junichi Kato</name> - <email>j5ik2****@users*****</email> - <url>http://d.hatena.ne.jp/j5ik2o/</url> - <timezone>+9</timezone> - </developer> - </developers> - <scm> - <connection>scm:svn:http://svn.sourceforge.jp/svnroot/jiemamy/charon/jiemamy-jpa-importer/trunk</connection> - <developerConnection>scm:svn:svn+ssh://svn.sourceforge.jp/svnroot/jiemamy/charon/jiemamy-jpa-importer/trunk</developerConnection> - <url>http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi/charon/jiemamy-jpa-importer/trunk/?root=jiemamy</url> - </scm> - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.5</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-library</artifactId> - <version>1.1</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>net.java.dev.jmockit</groupId> - <artifactId>jmockit</artifactId> - <version>0.94</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.jiemamy</groupId> - <artifactId>jiemamy-test-helper</artifactId> - <version>0.0.1-SNAPSHOT</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <version>1.5.6</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>jcl-over-slf4j</artifactId> - <version>1.5.6</version> - </dependency> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-core</artifactId> - <version>0.9.15</version> - </dependency> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-classic</artifactId> - <version>0.9.15</version> - </dependency> - <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-jpa_3.0_spec</artifactId> - <version>1.1.1</version> - </dependency> - <dependency> - <groupId>org.jiemamy</groupId> - <artifactId>jiemamy-commons</artifactId> - <version>0.0.1-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>jiemamy-spec-core</artifactId> - <version>0.2-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>jiemamy-core</artifactId> - <version>0.2.0-SNAPSHOT</version> - </dependency> - </dependencies> - <distributionManagement> - <site> - <id>jiemamy-report</id> - <name>maven-jiemamy-plugin-site</name> - <url>scp://report.jiemamy.org/var/www/report/jiemamy-jpa-importer/${project.version}</url> - </site> - </distributionManagement> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.jiemamy</groupId> + <artifactId>jiemamy-artemis</artifactId> + <version>0.2.0-SNAPSHOT</version> + <relativePath>../jiemamy-artemis</relativePath> + </parent> + <groupId>org.jiemamy</groupId> + <artifactId>jiemamy-jpa-importer</artifactId> + <name>Jiemamy JPA Importer</name> + <version>0.0.1-SNAPSHOT</version> + <description><![CDATA[JPAのエンティティをインポートするインポータ]]></description> + <url>http://report.jiemamy.org/jiemamy-jpa-importer</url> + <issueManagement> + <system>JIRA</system> + <url>http://jira.jiemamy.org/jira/browse/IJPA</url> + </issueManagement> + <inceptionYear>2009</inceptionYear> + <developers> + <developer> + <id>j5ik2o</id> + <name>Junichi Kato</name> + <email>j5ik2****@users*****</email> + <url>http://d.hatena.ne.jp/j5ik2o/</url> + <timezone>+9</timezone> + </developer> + </developers> + <scm> + <connection>scm:svn:http://svn.sourceforge.jp/svnroot/jiemamy/charon/jiemamy-jpa-importer/trunk</connection> + <developerConnection>scm:svn:svn+ssh://svn.sourceforge.jp/svnroot/jiemamy/charon/jiemamy-jpa-importer/trunk</developerConnection> + <url>http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi/charon/jiemamy-jpa-importer/trunk/?root=jiemamy</url> + </scm> + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.5</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest-library</artifactId> + <version>1.1</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>net.java.dev.jmockit</groupId> + <artifactId>jmockit</artifactId> + <version>0.94</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.jiemamy</groupId> + <artifactId>jiemamy-test-helper</artifactId> + <version>0.0.1-SNAPSHOT</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>1.5.5</version> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>jcl-over-slf4j</artifactId> + <version>1.5.5</version> + </dependency> + <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-core</artifactId> + <version>0.9.9</version> + </dependency> + <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + <version>0.9.9</version> + </dependency> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-jpa_3.0_spec</artifactId> + <version>1.1.1</version> + </dependency> + <dependency> + <groupId>org.jiemamy</groupId> + <artifactId>jiemamy-commons</artifactId> + <version>0.0.1-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>jiemamy-spec-core</artifactId> + <version>0.2-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>jiemamy-core</artifactId> + <version>0.2.0-SNAPSHOT</version> + </dependency> + </dependencies> + <profiles> + <profile> + <id>default-tools.jar</id> + <activation> + <property> + <name>java.vendor</name> + <value>Sun Microsystems Inc.</value> + </property> + </activation> + <dependencies> + <dependency> + <groupId>com.sun</groupId> + <artifactId>tools</artifactId> + <version>1.5.0</version> + <scope>system</scope> + <systemPath>${java.home}/../lib/tools.jar</systemPath> + </dependency> + </dependencies> + </profile> + </profiles> + <distributionManagement> + <site> + <id>jiemamy-report</id> + <name>maven-jiemamy-plugin-site</name> + <url>scp://report.jiemamy.org/var/www/report/jiemamy-jpa-importer/${project.version}</url> + </site> + </distributionManagement> </project> \ No newline at end of file