Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] net.refractions.udig.libs in trunk is inconsistent (resolved)

Here is the patch resolving the inconsistency in net.refractions.udig.libs.

Kenneth

2010/9/1 Kenneth Gulbrandsoy <kenneth.gulbrandsoy@xxxxxxxxx>
Sure, but I have not been given the right to commit to trunk yet. I can submit a patch to devel though :-)

Kenneth

2010/9/1 Jody Garnett <jody.garnett@xxxxxxxxx>

Sounds good (it is hard to keep up with geotools some weeks). I am away from computers for a bit can you make the change?
Jody

On 01/09/2010, at 7:06 PM, Kenneth Gulbrandsoy wrote:

Hi!

Found a small inconsistency in trunk. Current revision of net.refractions.udig.libs exports package org.geotools.arcsde.data.versioning. However, this package has been moved to org.geotools.arcsde.versioning in geotools 2.6-SNAPSHOT. 

Kenneth
_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel


_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel



Index: .classpath
===================================================================
--- .classpath	(revision 31975)
+++ .classpath	(working copy)
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="src" path="src"/>
 	<classpathentry exported="true" kind="lib" path="lib/commons-beanutils-1.7.0.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/commons-collections-3.1.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/commons-dbcp-1.2.2.jar"/>
@@ -7,7 +10,6 @@
 	<classpathentry exported="true" kind="lib" path="lib/commons-jxpath-1.2.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/commons-lang-2.3.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/commons-pool-1.5.3.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/eastwood-1.1.1-20090908.053756-6.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/geoapi-2.3-M1.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/geoapi-pending-2.3-M1.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/geodb-0.3.jar"/>
@@ -118,8 +120,6 @@
 	<classpathentry exported="true" kind="lib" path="lib/xmlrpc-client-3.0.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/xmlrpc-common-3.0.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/xpp3-1.1.3.4.O.jar"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-	<classpathentry kind="src" path="src/"/>
+	<classpathentry kind="lib" path="lib/eastwood-1.1.1-SNAPSHOT.jar"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>
Index: META-INF/MANIFEST.MF
===================================================================
--- META-INF/MANIFEST.MF	(revision 31975)
+++ META-INF/MANIFEST.MF	(working copy)
@@ -420,8 +420,8 @@
  org.gdal.osr,
  org.geotools,
  org.geotools.arcsde,
+ org.geotools.arcsde.versioning,
  org.geotools.arcsde.data,
- org.geotools.arcsde.data.versioning,
  org.geotools.arcsde.data.view,
  org.geotools.arcsde.filter,
  org.geotools.arcsde.jndi,

Back to the top