#! /bin/sh /usr/share/dpatch/dpatch-run
## 05_rename_subprojects.dpatch by Damien Raude-Morvan <drazzib@drazzib.com>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
--- a/codecoverage/build.xml
+++ b/codecoverage/build.xml
@@ -15,7 +15,7 @@
 <project name="CodeCoverage" default="main" basedir=".">
 
     <!-- Property Defines -->
-    <property name="product" value="GroboCodeCoverage" />
+    <property name="product" value="groboutils-codecoverage" />
     <property name="version" value="1.1.0" />
     <property name="basepackage" value="net/sourceforge/groboutils/codecoverage/v1" />
     
--- a/codecoverage/deployed.ant-inc.xml
+++ b/codecoverage/deployed.ant-inc.xml
@@ -1,8 +1,8 @@
 <!-- ANT includes for the deployed files in this project -->
 
     <property name="libs.groboutils.codecoverage"
-            value="${basedir}/../codecoverage/GroboCodeCoverage-1.1.0-core.jar" />
+            value="${basedir}/../codecoverage/groboutils-codecoverage-1.1.0-core.jar" />
 
     
     
-    
\ No newline at end of file
+    
--- a/pmti/build.xml
+++ b/pmti/build.xml
@@ -12,7 +12,7 @@
 <project name="PMTI" default="main" basedir=".">
 
     <!-- Property Defines -->
-    <property name="product" value="GroboPMTI" />
+    <property name="product" value="groboutils-pmti" />
     <property name="version" value="1.0.0alpha3" />
     <property name="basepackage" value="net/sourceforge/groboutils/pmti/v1" />
     
--- a/pmti/deployed.ant-inc.xml
+++ b/pmti/deployed.ant-inc.xml
@@ -1,8 +1,8 @@
 <!-- ANT includes for the deployed files in this project -->
 
     <property name="libs.groboutils.pmti"
-            value="${basedir}/../pmti/GroboPMTI-1.0.0alpha2-core.jar" />
+            value="${basedir}/../pmti/groboutils-pmti-1.0.0alpha2-core.jar" />
 
     
     
-    
\ No newline at end of file
+    
--- a/testing-autodoc/build.xml
+++ b/testing-autodoc/build.xml
@@ -12,7 +12,7 @@
 <project name="TestingAutodoc" default="main" basedir=".">
 
     <!-- Property Defines -->
-    <property name="product" value="GroboTestingAutodoc" />
+    <property name="product" value="groboutils-testingautodoc" />
     <property name="version" value="1.0.0alpha2" />
     <property name="basepackage" value="net/sourceforge/groboutils/autodoc/v1" />
     
--- a/testing-autodoc/deployed.ant-inc.xml
+++ b/testing-autodoc/deployed.ant-inc.xml
@@ -1,9 +1,9 @@
 <!-- ANT includes for the deployed files in this project -->
 
     <property name="libs.groboutils.testing-autodoc"
-            value="${basedir}/../testing-autodoc/GroboTestingAutodoc-1.0.0alpha2-core.jar" />
+            value="${basedir}/../testing-autodoc/groboutils-testingautodoc-1.0.0alpha2-core.jar" />
 
     <property name="libs.groboutils.testing-autodoc.ut"
-            value="${basedir}/../testing-autodoc/deploy/GroboTestingAutodoc-1.0.0alpha2/lib/GroboTestingAutodoc-1.0.0alpha2-utests.jar" />
+            value="${basedir}/../testing-autodoc/deploy/groboutils-testingautodoc-1.0.0alpha2/lib/groboutils-testingautodoc-1.0.0alpha2-utests.jar" />
+    
     
-    
\ No newline at end of file
--- a/testing-junit/build.xml
+++ b/testing-junit/build.xml
@@ -12,7 +12,7 @@
 <project name="TestingJUnit" default="main" basedir=".">
 
     <!-- Property Defines -->
-    <property name="product" value="GroboTestingJUnit" />
+    <property name="product" value="groboutils-testingjunit" />
     <property name="version" value="1.2.1" />
     <property name="basepackage" value="net/sourceforge/groboutils/junit/v1" />
     
--- a/testing-junit/deployed.ant-inc.xml
+++ b/testing-junit/deployed.ant-inc.xml
@@ -1,8 +1,8 @@
 <!-- ANT includes for the deployed files in this project -->
 
     <property name="libs.groboutils.testing-junit"
-            value="${basedir}/../testing-junit/GroboTestingJUnit-1.2.1-core.jar" />
+            value="${basedir}/../testing-junit/groboutils-testingjunit-1.2.1-core.jar" />
 
     
     
-    
\ No newline at end of file
+    
--- a/testing-mbtf/build.xml
+++ b/testing-mbtf/build.xml
@@ -12,7 +12,7 @@
 <project name="TestingMBTF" default="main" basedir=".">
 
     <!-- Property Defines -->
-    <property name="product" value="GroboTestingMBTF" />
+    <property name="product" value="groboutils-testingmbtf" />
     <property name="version" value="1.0.0alpha2" />
     <property name="basepackage" value="net/sourceforge/groboutils/mbtf/v1" />
     
--- a/testing-mbtf/deployed.ant-inc.xml
+++ b/testing-mbtf/deployed.ant-inc.xml
@@ -1,8 +1,8 @@
 <!-- ANT includes for the deployed files in this project -->
 
     <property name="libs.groboutils.testing-mbtf"
-            value="${basedir}/../testing-mbtf/GroboTestingMBTF-1.0.0alpha2-core.jar" />
+            value="${basedir}/../testing-mbtf/groboutils-testingmbtf-1.0.0alpha2-core.jar" />
 
     
     
-    
\ No newline at end of file
+    
--- a/testing-tp/build.xml
+++ b/testing-tp/build.xml
@@ -12,7 +12,7 @@
 <project name="TestingTP" default="main" basedir=".">
 
     <!-- Property Defines -->
-    <property name="product" value="GroboTestingTP" />
+    <property name="product" value="groboutils-testingtp" />
     <property name="version" value="1.0.0alpha2" />
     <property name="basepackage" value="net/sourceforge/groboutils/tp/v1" />
     
--- a/testing-tp/deployed.ant-inc.xml
+++ b/testing-tp/deployed.ant-inc.xml
@@ -1,8 +1,8 @@
 <!-- ANT includes for the deployed files in this project -->
 
     <property name="libs.groboutils.testing-tp"
-            value="${basedir}/../testing-tp/GroboTestingTP-1.0.0alpha2-core.jar" />
+            value="${basedir}/../testing-tp/groboutils-testingtp-1.0.0alpha2-core.jar" />
 
     
     
-    
\ No newline at end of file
+    
--- a/uicapture/build.xml
+++ b/uicapture/build.xml
@@ -12,7 +12,7 @@
 <project name="UICapture" default="main" basedir=".">
 
     <!-- Property Defines -->
-    <property name="product" value="GroboUICapture" />
+    <property name="product" value="groboutils-uicapture" />
     <property name="version" value="1.0.0alpha2" />
     <property name="basepackage" value="net/sourceforge/groboutils/uicapture/v1" />
     
--- a/uicapture/deployed.ant-inc.xml
+++ b/uicapture/deployed.ant-inc.xml
@@ -1,8 +1,8 @@
 <!-- ANT includes for the deployed files in this project -->
 
     <property name="libs.groboutils.uicapture"
-            value="${basedir}/../uicapture/GroboUICapture-1.0.0alpha2-core.jar" />
+            value="${basedir}/../uicapture/grobotesting-uicapture-1.0.0alpha2-core.jar" />
 
     
     
-    
\ No newline at end of file
+    
--- a/util-classes/build.xml
+++ b/util-classes/build.xml
@@ -12,7 +12,7 @@
 <project name="UtilClasses" default="main" basedir=".">
 
     <!-- Property Defines -->
-    <property name="product" value="GroboUtilClasses" />
+    <property name="product" value="groboutils-classes" />
     <property name="version" value="1.0.0" />
     <property name="basepackage" value="net/sourceforge/groboutils/util/classes/v1" />
     
--- a/util-classes/deployed.ant-inc.xml
+++ b/util-classes/deployed.ant-inc.xml
@@ -1,10 +1,10 @@
 <!-- ANT includes for the deployed files in this project -->
 
     <property name="libs.groboutils.util-classes"
-            value="${basedir}/../util-classes/GroboUtilClasses-1.0.0-core.jar" />
+            value="${basedir}/../util-classes/groboutils-classes-1.0.0-core.jar" />
 
 
     <property name="libs.groboutils.util-classes.ut"
-            value="${basedir}/../util-classes/deploy/GroboUtilClasses-1.0.0/lib/GroboUtilClasses-1.0.0-utests.jar" />
+            value="${basedir}/../util-classes/deploy/groboutils-classes-1.0.0/lib/groboutils-classes-1.0.0-utests.jar" />
+    
     
-    
\ No newline at end of file
--- a/util-datastruct/build.xml
+++ b/util-datastruct/build.xml
@@ -12,7 +12,7 @@
 <project name="UtilDatastruct" default="main" basedir=".">
 
     <!-- Property Defines -->
-    <property name="product" value="GroboUtilDatastruct" />
+    <property name="product" value="groboutils-datastruct" />
     <property name="version" value="1.0.0alpha3" />
     <property name="basepackage" value="net/sourceforge/groboutils/util/datastruct/v1" />
     
--- a/util-datastruct/deployed.ant-inc.xml
+++ b/util-datastruct/deployed.ant-inc.xml
@@ -1,8 +1,8 @@
 <!-- ANT includes for the deployed files in this project -->
 
     <property name="libs.groboutils.util-datastruct"
-            value="${basedir}/../util-datastruct/GroboUtilDatastruct-1.0.0alpha3-core.jar" />
+            value="${basedir}/../util-datastruct/groboutils-datastruct-1.0.0alpha3-core.jar" />
 
     
     
-    
\ No newline at end of file
+    
--- a/util-io/build.xml
+++ b/util-io/build.xml
@@ -12,7 +12,7 @@
 <project name="UtilIO" default="main" basedir=".">
 
     <!-- Property Defines -->
-    <property name="product" value="GroboUtilIO" />
+    <property name="product" value="groboutils-io" />
     <property name="version" value="1.0.0alpha2" />
     <property name="basepackage" value="net/sourceforge/groboutils/util/io/v1" />
     
--- a/util-io/deployed.ant-inc.xml
+++ b/util-io/deployed.ant-inc.xml
@@ -1,8 +1,8 @@
 <!-- ANT includes for the deployed files in this project -->
 
     <property name="libs.groboutils.util-io"
-            value="${basedir}/../util-io/GroboUtilIO-1.0.0alpha2-core.jar" />
+            value="${basedir}/../util-io/groboutils-io-1.0.0alpha2-core.jar" />
 
     
     
-    
\ No newline at end of file
+    
--- a/util-states/build.xml
+++ b/util-states/build.xml
@@ -12,7 +12,7 @@
 <project name="UtilStates" default="main" basedir=".">
 
     <!-- Property Defines -->
-    <property name="product" value="GroboUtilStates" />
+    <property name="product" value="groboutils-states" />
     <property name="version" value="1.0.0alpha2" />
     <property name="basepackage" value="net/sourceforge/groboutils/util/states/v1" />
     
--- a/util-states/deployed.ant-inc.xml
+++ b/util-states/deployed.ant-inc.xml
@@ -1,8 +1,8 @@
 <!-- ANT includes for the deployed files in this project -->
 
     <property name="libs.groboutils.util-states"
-            value="${basedir}/../util-states/GroboUtilStates-1.0.0alpha2-core.jar" />
+            value="${basedir}/../util-states/groboutils-states-1.0.0alpha2-core.jar" />
 
     
     
-    
\ No newline at end of file
+    
--- a/util-thread/build.xml
+++ b/util-thread/build.xml
@@ -12,7 +12,7 @@
 <project name="UtilThread" default="main" basedir=".">
 
     <!-- Property Defines -->
-    <property name="product" value="GroboUtilThread" />
+    <property name="product" value="groboutils-thread" />
     <property name="version" value="1.0.0alpha2" />
     <property name="basepackage" value="net/sourceforge/groboutils/util/thread/v1" />
     
--- a/util-thread/deployed.ant-inc.xml
+++ b/util-thread/deployed.ant-inc.xml
@@ -1,8 +1,8 @@
 <!-- ANT includes for the deployed files in this project -->
 
     <property name="libs.groboutils.util-thread"
-            value="${basedir}/../util-thread/GroboUtilThread-1.0.0alpha2-core.jar" />
+            value="${basedir}/../util-thread/groboutils-thread-1.0.0alpha2-core.jar" />
 
     
     
-    
\ No newline at end of file
+    
--- a/util-xml/build.xml
+++ b/util-xml/build.xml
@@ -12,7 +12,7 @@
 <project name="UtilXML" default="main" basedir=".">
 
     <!-- Property Defines -->
-    <property name="product" value="GroboUtilXML" />
+    <property name="product" value="groboutils-xml" />
     <property name="version" value="1.1.0" />
     <property name="basepackage" value="net/sourceforge/groboutils/util/xml/v1" />
     
--- a/util-xml/deployed.ant-inc.xml
+++ b/util-xml/deployed.ant-inc.xml
@@ -1,4 +1,4 @@
 <!-- ANT includes for the deployed files in this project -->
 
     <property name="libs.groboutils.util-xml"
-            value="${basedir}/../util-xml/GroboUtilXML-1.1.0-core.jar" />
+            value="${basedir}/../util-xml/groboutils-xml-1.1.0-core.jar" />
