|
From: <fu...@us...> - 2010-11-14 18:38:46
|
Revision: 1166
http://cishell.svn.sourceforge.net/cishell/?rev=1166&view=rev
Author: fugu13
Date: 2010-11-14 18:38:40 +0000 (Sun, 14 Nov 2010)
Log Message:
-----------
the build moves along; it should be pretty much complete now
Modified Paths:
--------------
branches/tycho/core/org.cishell.reference.service.database/META-INF/MANIFEST.MF
branches/tycho/core/org.cishell.reference.service.database/pom.xml
branches/tycho/core/org.cishell.utilities/pom.xml
branches/tycho/core/pom.xml
Modified: branches/tycho/core/org.cishell.reference.service.database/META-INF/MANIFEST.MF
===================================================================
--- branches/tycho/core/org.cishell.reference.service.database/META-INF/MANIFEST.MF 2010-11-14 18:24:50 UTC (rev 1165)
+++ branches/tycho/core/org.cishell.reference.service.database/META-INF/MANIFEST.MF 2010-11-14 18:38:40 UTC (rev 1166)
@@ -13,7 +13,6 @@
org.cishell.service.database,
org.cishell.utilities,
org.cishell.utilities.database,
- org.eclipse.core.internal.runtime,
org.osgi.framework;version="1.4.0",
org.osgi.service.cm;version="1.2.0",
org.osgi.service.component;version="1.0.0",
Modified: branches/tycho/core/org.cishell.reference.service.database/pom.xml
===================================================================
--- branches/tycho/core/org.cishell.reference.service.database/pom.xml 2010-11-14 18:24:50 UTC (rev 1165)
+++ branches/tycho/core/org.cishell.reference.service.database/pom.xml 2010-11-14 18:38:40 UTC (rev 1166)
@@ -18,6 +18,11 @@
<artifactId>derby</artifactId>
<version>10.6.2.1</version>
</dependency>
+ <dependency>
+ <groupId>commons-dbcp</groupId>
+ <artifactId>commons-dbcp</artifactId>
+ <version>1.4</version>
+ </dependency>
</dependencies>
</project>
Modified: branches/tycho/core/org.cishell.utilities/pom.xml
===================================================================
--- branches/tycho/core/org.cishell.utilities/pom.xml 2010-11-14 18:24:50 UTC (rev 1165)
+++ branches/tycho/core/org.cishell.utilities/pom.xml 2010-11-14 18:38:40 UTC (rev 1166)
@@ -12,4 +12,5 @@
<artifactId>org.cishell.utilities</artifactId>
<packaging>eclipse-plugin</packaging>
+
</project>
Modified: branches/tycho/core/pom.xml
===================================================================
--- branches/tycho/core/pom.xml 2010-11-14 18:24:50 UTC (rev 1165)
+++ branches/tycho/core/pom.xml 2010-11-14 18:38:40 UTC (rev 1166)
@@ -50,6 +50,7 @@
<artifactId>org.prefuse</artifactId>
<version>beta-20071021-001-SNAPSHOT</version>
</dependency>
+
</dependencies>
<repositories>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|