[Jiemamy-notify:2203] commit [3261] pluginが jiemamy-entity-io へのクラスパスを通すように修正。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 4月 13日 (月) 22:15:56 JST


Revision: 3261
          http://svn.sourceforge.jp/view?root=jiemamy&view=rev&rev=3261
Author:   daisuke_m
Date:     2009-04-13 22:15:56 +0900 (Mon, 13 Apr 2009)

Log Message:
-----------
pluginが jiemamy-entity-io へのクラスパスを通すように修正。

Modified Paths:
--------------
    hestia/trunk/org.jiemamy.eclipse.importer.jpa/.classpath
    hestia/trunk/org.jiemamy.eclipse.importer.jpa/META-INF/MANIFEST.MF
    hestia/trunk/org.jiemamy.eclipse.importer.jpa/build.properties


-------------- next part --------------
Modified: hestia/trunk/org.jiemamy.eclipse.importer.jpa/.classpath
===================================================================
--- hestia/trunk/org.jiemamy.eclipse.importer.jpa/.classpath	2009-04-13 13:15:40 UTC (rev 3260)
+++ hestia/trunk/org.jiemamy.eclipse.importer.jpa/.classpath	2009-04-13 13:15:56 UTC (rev 3261)
@@ -4,6 +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 exported="true" kind="lib" path="lib/jiemamy-entity-io-0.0.1-SNAPSHOT.jar" sourcepath="lib/sources/jiemamy-entity-io-0.0.1-SNAPSHOT-sources.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/jiemamy-jpa-importer-0.0.1-SNAPSHOT.jar" sourcepath="lib/sources/jiemamy-jpa-importer-0.0.1-SNAPSHOT-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"/>

Modified: hestia/trunk/org.jiemamy.eclipse.importer.jpa/META-INF/MANIFEST.MF
===================================================================
--- hestia/trunk/org.jiemamy.eclipse.importer.jpa/META-INF/MANIFEST.MF	2009-04-13 13:15:40 UTC (rev 3260)
+++ hestia/trunk/org.jiemamy.eclipse.importer.jpa/META-INF/MANIFEST.MF	2009-04-13 13:15:56 UTC (rev 3261)
@@ -8,7 +8,8 @@
 Bundle-Localization: plugin
 Bundle-ActivationPolicy: lazy
 Bundle-ClassPath: .,
- lib/jiemamy-jpa-importer-0.0.1-SNAPSHOT.jar
+ lib/jiemamy-jpa-importer-0.0.1-SNAPSHOT.jar,
+ lib/jiemamy-entity-io-0.0.1-SNAPSHOT.jar
 Require-Bundle: org.jiemamy.eclipse.ui,
  org.jiemamy.eclipse.core,
  org.eclipse.ui,

Modified: hestia/trunk/org.jiemamy.eclipse.importer.jpa/build.properties
===================================================================
--- hestia/trunk/org.jiemamy.eclipse.importer.jpa/build.properties	2009-04-13 13:15:40 UTC (rev 3260)
+++ hestia/trunk/org.jiemamy.eclipse.importer.jpa/build.properties	2009-04-13 13:15:56 UTC (rev 3261)
@@ -5,7 +5,8 @@
                plugin.properties,\
                plugin_ja.properties,\
                LICENSE.txt,\
-               lib/jiemamy-jpa-importer-0.0.1-SNAPSHOT.jar
+               lib/jiemamy-jpa-importer-0.0.1-SNAPSHOT.jar,\
+               lib/jiemamy-entity-io-0.0.1-SNAPSHOT.jar
 output..=target/classes/
 source..=src/main/java/,src/main/resources/,src/test/java/,src/test/resources/
 bin.excludes=lib/sources/



Jiemamy-notify メーリングリストの案内
Back to archive index