|
From: <svn...@os...> - 2012-01-10 01:24:25
|
Author: jive
Date: 2012-01-09 17:24:18 -0800 (Mon, 09 Jan 2012)
New Revision: 38472
Modified:
trunk/modules/unsupported/pom.xml
trunk/modules/unsupported/shapefile-ng/src/main/java/org/geotools/data/shapefile/ng/ShapefileDataStoreFactory.java
Log:
Included shapefile-ng in the -Dall profile; and change the display name so users can tell it is different in the uDig wizard
Modified: trunk/modules/unsupported/pom.xml
===================================================================
--- trunk/modules/unsupported/pom.xml 2012-01-09 16:47:51 UTC (rev 38471)
+++ trunk/modules/unsupported/pom.xml 2012-01-10 01:24:18 UTC (rev 38472)
@@ -164,12 +164,6 @@
</modules>
</profile>
<profile>
- <id>shapefile-ng</id>
- <modules>
- <module>shapefile-ng</module>
- </modules>
- </profile>
- <profile>
<id>geogit-versioned</id>
<activation>
<property><name>all</name></property>
@@ -196,6 +190,7 @@
<module>feature-aggregate</module>
<module>mongodb</module>
<module>property-ng</module>
+ <module>shapefile-ng</module>
</modules>
</profile>
</profiles>
Modified: trunk/modules/unsupported/shapefile-ng/src/main/java/org/geotools/data/shapefile/ng/ShapefileDataStoreFactory.java
===================================================================
--- trunk/modules/unsupported/shapefile-ng/src/main/java/org/geotools/data/shapefile/ng/ShapefileDataStoreFactory.java 2012-01-09 16:47:51 UTC (rev 38471)
+++ trunk/modules/unsupported/shapefile-ng/src/main/java/org/geotools/data/shapefile/ng/ShapefileDataStoreFactory.java 2012-01-10 01:24:18 UTC (rev 38472)
@@ -125,7 +125,7 @@
};
public String getDisplayName() {
- return "Shapefile";
+ return "Shapefile Next Generation";
}
public String getDescription() {
|