[Jiemamy-notify] commit [2157] 依存関係の整理。

アーカイブの一覧に戻る

svnno****@sourc***** svnno****@sourc*****
2008年 11月 16日 (日) 23:41:22 JST


Revision: 2157
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=jiemamy&view=rev&rev=2157
Author:   daisuke_m
Date:     2008-11-16 23:41:22 +0900 (Sun, 16 Nov 2008)

Log Message:
-----------
依存関係の整理。

Modified Paths:
--------------
    artemis/trunk/org.jiemamy.project/mvn_package.bat
    artemis/trunk/org.jiemamy.view/pom.xml


-------------- next part --------------
Modified: artemis/trunk/org.jiemamy.project/mvn_package.bat
===================================================================
--- artemis/trunk/org.jiemamy.project/mvn_package.bat	2008-11-16 14:32:00 UTC (rev 2156)
+++ artemis/trunk/org.jiemamy.project/mvn_package.bat	2008-11-16 14:41:22 UTC (rev 2157)
@@ -1,6 +1,9 @@
 cd %~p0
 
+IF "%JAVA_HOME%"=="C:\Program Files\Java\jdk1.5.0_16" GOTO SETTING_ENV
+IF NOT "%JAVA_HOME%"=="" GOTO END_OF_SETTING_ENV
 
+:SETTING_ENV
 set JAVA_HOME=C:\Program Files\Java\jdk1.6.0_07
 :END_OF_SETTING_ENV
 call mvn clean package -Dmaven.clean.failOnError=false -Dmaven.test.failure.ignore=true

Modified: artemis/trunk/org.jiemamy.view/pom.xml
===================================================================
--- artemis/trunk/org.jiemamy.view/pom.xml	2008-11-16 14:32:00 UTC (rev 2156)
+++ artemis/trunk/org.jiemamy.view/pom.xml	2008-11-16 14:41:22 UTC (rev 2157)
@@ -165,56 +165,6 @@
       <version>1.4</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>commons-lang</groupId>
-      <artifactId>commons-lang</artifactId>
-      <version>2.3</version>
-    </dependency>
-    <dependency>
-      <groupId>net.sourceforge.collections</groupId>
-      <artifactId>collections-generic</artifactId>
-      <version>4.01</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-beanutils</groupId>
-      <artifactId>commons-beanutils</artifactId>
-      <version>1.7.0</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-      <version>1.3.2</version>
-    </dependency>
-    <dependency>
-      <groupId>org.seasar.container</groupId>
-      <artifactId>s2-extension</artifactId>
-      <version>2.4.27</version>
-    </dependency>
-    <dependency>
-      <groupId>org.seasar.container</groupId>
-      <artifactId>s2-framework</artifactId>
-      <version>2.4.27</version>
-    </dependency>
-    <dependency>
-      <groupId>org.seasar.container</groupId>
-      <artifactId>s2-tiger</artifactId>
-      <version>2.4.27</version>
-    </dependency>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <version>1.2.14</version>
-    </dependency>
-    <dependency>
-      <groupId>com.thoughtworks.xstream</groupId>
-      <artifactId>xstream</artifactId>
-      <version>1.3</version>
-    </dependency>
-    <dependency>
-      <groupId>dom4j</groupId>
-      <artifactId>dom4j</artifactId>
-      <version>1.6.1</version>
-    </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>org.jiemamy.spec.core</artifactId>


Jiemamy-notify メーリングリストの案内
アーカイブの一覧に戻る