You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/07/13 13:28:25 UTC

svn commit: r555935 - in /myfaces: core/branches/1_2_1/ core/branches/1_2_1/api/ core/branches/1_2_1/build/ core/branches/1_2_1/impl/ current12/ shared/branches/3_0_1/ shared/branches/3_0_1/core/ shared/branches/3_0_1/shared-impl/ shared/branches/3_0_1...

Author: matzew
Date: Fri Jul 13 04:28:24 2007
New Revision: 555935

URL: http://svn.apache.org/viewvc?view=rev&rev=555935
Log:
[maven-release-plugin] prepare release myfaces-base-1.2.0

Modified:
    myfaces/core/branches/1_2_1/api/pom.xml
    myfaces/core/branches/1_2_1/build/pom.xml
    myfaces/core/branches/1_2_1/impl/pom.xml
    myfaces/core/branches/1_2_1/pom.xml
    myfaces/current12/pom.xml
    myfaces/shared/branches/3_0_1/core/pom.xml
    myfaces/shared/branches/3_0_1/pom.xml
    myfaces/shared/branches/3_0_1/shared-impl/pom.xml
    myfaces/shared/branches/3_0_1/shared-tomahawk/pom.xml

Modified: myfaces/core/branches/1_2_1/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_2_1/api/pom.xml?view=diff&rev=555935&r1=555934&r2=555935
==============================================================================
--- myfaces/core/branches/1_2_1/api/pom.xml (original)
+++ myfaces/core/branches/1_2_1/api/pom.xml Fri Jul 13 04:28:24 2007
@@ -1,8 +1,8 @@
-<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <artifactId>myfaces-core-project</artifactId>
     <groupId>org.apache.myfaces.core</groupId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
@@ -12,9 +12,9 @@
     MyFaces API - JSR 252 ( http://www.jcp.org/en/jsr/detail?id=252 )
   </description>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/jsf12/api</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/jsf12/api</developerConnection>
-    <url>http://svn.apache.org/repos/asf/myfaces/core/branches/jsf12/api</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-base-1.2.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-base-1.2.0</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-base-1.2.0</url>
   </scm>
   <build>
     <plugins>
@@ -114,9 +114,9 @@
                 </goals>
                 <configuration>
                   <tasks>
-                    <property value="${project.basedir}/src/main/java" name="src.dir"></property>
+                    <property value="${project.basedir}/src/main/java" name="src.dir" />
                     <ant inheritRefs="true" inheritAll="true" antfile="build.xml" dir="${project.basedir}">
-                      <target name="generate-components"></target>
+                      <target name="generate-components" />
                     </ant>
                   </tasks>
                 </configuration>
@@ -166,7 +166,7 @@
     <dependency>
        <groupId>org.apache.myfaces.core</groupId>
        <artifactId>myfaces-build</artifactId>
-       <version>1.2.0-SNAPSHOT</version>
+       <version>1.2.0</version>
        <scope>provided</scope>
     </dependency>
     <dependency>
@@ -277,4 +277,4 @@
     </plugins>
   </reporting>
 
-</project>
+</project>
\ No newline at end of file

Modified: myfaces/core/branches/1_2_1/build/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_2_1/build/pom.xml?view=diff&rev=555935&r1=555934&r2=555935
==============================================================================
--- myfaces/core/branches/1_2_1/build/pom.xml (original)
+++ myfaces/core/branches/1_2_1/build/pom.xml Fri Jul 13 04:28:24 2007
@@ -14,11 +14,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -30,9 +30,9 @@
   <packaging>jar</packaging>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/jsf12/build</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/jsf12/build</developerConnection>
-    <url>http://svn.apache.org/repos/asf/myfaces/core/branches/jsf12/build</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-base-1.2.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-base-1.2.0</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-base-1.2.0</url>
   </scm>
 
   <build>

Modified: myfaces/core/branches/1_2_1/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_2_1/impl/pom.xml?view=diff&rev=555935&r1=555934&r2=555935
==============================================================================
--- myfaces/core/branches/1_2_1/impl/pom.xml (original)
+++ myfaces/core/branches/1_2_1/impl/pom.xml Fri Jul 13 04:28:24 2007
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
@@ -12,9 +12,9 @@
   <description>MyFaces Implementation - JSR 252 ( http://www.jcp.org/en/jsr/detail?id=252 )</description>
   <url>http://myfaces.apache.org</url>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/jsf12/impl</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/jsf12/impl</developerConnection>
-    <url>http://svn.apache.org/repos/asf/myfaces/core/branches/jsf12/impl</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-base-1.2.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-base-1.2.0</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-base-1.2.0</url>
   </scm>
   <build>
     <resources>
@@ -234,7 +234,7 @@
     <dependency>
        <groupId>org.apache.myfaces.core</groupId>
        <artifactId>myfaces-build</artifactId>
-       <version>1.2.0-SNAPSHOT</version>
+       <version>1.2.0</version>
        <scope>provided</scope>
     </dependency>
     <dependency>

Modified: myfaces/core/branches/1_2_1/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_2_1/pom.xml?view=diff&rev=555935&r1=555934&r2=555935
==============================================================================
--- myfaces/core/branches/1_2_1/pom.xml (original)
+++ myfaces/core/branches/1_2_1/pom.xml Fri Jul 13 04:28:24 2007
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <artifactId>myfaces-master</artifactId>
     <groupId>org.apache.myfaces.maven</groupId>
@@ -11,16 +10,16 @@
   <artifactId>myfaces-core-project</artifactId>
   <packaging>pom</packaging>
   <name>Core Project</name>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>1.2.0</version>
   <url>http://myfaces.apache.org/projects</url>
   <issueManagement>
     <system>jira</system>
     <url>http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10600</url>
   </issueManagement>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/branches/jsf12</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/branches/jsf12</developerConnection>
-    <url>http://svn.apache.org/repos/asf/myfaces/core/branches/jsf12</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-base-1.2.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-base-1.2.0</developerConnection>
+    <url>http://svn.apache.org/repos/asf/myfaces/core/tags/myfaces-base-1.2.0</url>
   </scm>
   <modules>
     <module>build</module>
@@ -115,18 +114,18 @@
       <dependency>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-api</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-api</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0</version>
         <classifier>tests</classifier>
       </dependency>
       <dependency>
         <groupId>org.apache.myfaces.shared</groupId>
         <artifactId>myfaces-shared-impl</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
       </dependency>
 
       <dependency>

Modified: myfaces/current12/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/current12/pom.xml?view=diff&rev=555935&r1=555934&r2=555935
==============================================================================
--- myfaces/current12/pom.xml (original)
+++ myfaces/current12/pom.xml Fri Jul 13 04:28:24 2007
@@ -5,14 +5,14 @@
   <groupId>org.apache.myfaces</groupId>
   <artifactId>myfaces-base</artifactId>
   <packaging>pom</packaging>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>1.2.0</version>
   <name>Build Project</name>
   <url>http://myfaces.apache.org</url>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/current12</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/current12</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/current12</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/current12/tags/myfaces-base-1.2.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/current12/tags/myfaces-base-1.2.0</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/current12/tags/myfaces-base-1.2.0</url>
   </scm>
 
   <modules>

Modified: myfaces/shared/branches/3_0_1/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/3_0_1/core/pom.xml?view=diff&rev=555935&r1=555934&r2=555935
==============================================================================
--- myfaces/shared/branches/3_0_1/core/pom.xml (original)
+++ myfaces/shared/branches/3_0_1/core/pom.xml Fri Jul 13 04:28:24 2007
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>myfaces-shared-project</artifactId>
     <groupId>org.apache.myfaces.shared</groupId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>myfaces-shared-core</artifactId>
@@ -12,9 +12,9 @@
     needed by shared-impl and shared-tomahawk</description>
   <url>http://myfaces.apache.org</url>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/branches/3_0_0/core</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/branches/3_0_0/core</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/branches/3_0_0/core</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/tags/myfaces-base-1.2.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/tags/myfaces-base-1.2.0</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/tags/myfaces-base-1.2.0</url>
   </scm>
   <build>
     <plugins>

Modified: myfaces/shared/branches/3_0_1/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/3_0_1/pom.xml?view=diff&rev=555935&r1=555934&r2=555935
==============================================================================
--- myfaces/shared/branches/3_0_1/pom.xml (original)
+++ myfaces/shared/branches/3_0_1/pom.xml Fri Jul 13 04:28:24 2007
@@ -9,7 +9,7 @@
   <artifactId>myfaces-shared-project</artifactId>
   <packaging>pom</packaging>
   <name>MyFaces Shared Project</name>
-  <version>3.0.0-SNAPSHOT</version>
+  <version>3.0.0</version>
   <description>The MyFaces Shared project provides base classes for usage in both the
     MyFaces Implementation and the MyFaces Tomahawk components.
     Note: When bound to myfaces-impl or myfaces-tomahawk the shared classes
@@ -18,9 +18,9 @@
     myfaces-tomahawk: org.apache.myfaces.shared_tomahawk.* instead of org.apache.myfaces.shared.*</description>
   <url>http://myfaces.apache.org</url>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/branches/3_0_0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shared/branches/3_0_0</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/branches/3_0_0</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/tags/myfaces-base-1.2.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shared/tags/myfaces-base-1.2.0</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/tags/myfaces-base-1.2.0</url>
   </scm>
   <modules>
     <module>core</module>
@@ -56,7 +56,7 @@
       <dependency>
         <groupId>org.apache.myfaces.shared</groupId>
         <artifactId>myfaces-shared-core</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.0.0</version>
         <scope>provided</scope>
       </dependency>
     </dependencies>
@@ -66,7 +66,7 @@
     <dependency>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-api</artifactId>
-      <version>1.2.0-SNAPSHOT</version>
+      <version>1.2.0</version>
       <scope>provided</scope>
     </dependency>
 

Modified: myfaces/shared/branches/3_0_1/shared-impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/3_0_1/shared-impl/pom.xml?view=diff&rev=555935&r1=555934&r2=555935
==============================================================================
--- myfaces/shared/branches/3_0_1/shared-impl/pom.xml (original)
+++ myfaces/shared/branches/3_0_1/shared-impl/pom.xml Fri Jul 13 04:28:24 2007
@@ -1,12 +1,10 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.myfaces.shared</groupId>
     <artifactId>myfaces-shared-project</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
   </parent>
 
   <artifactId>myfaces-shared-impl</artifactId>
@@ -18,9 +16,9 @@
   </description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/branches/3_0_0/shared-impl</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/branches/3_0_0/shared-impl</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/branches/3_0_0/shared-impl</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/tags/myfaces-base-1.2.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/tags/myfaces-base-1.2.0</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/tags/myfaces-base-1.2.0</url>
   </scm>
 
   <build>
@@ -66,12 +64,11 @@
             <phase>process-sources</phase>
             <configuration>
               <tasks>
-                  <property name="refactor.src.dir" value="${project.build.directory}/unpacked-shared-sources"/>
-                  <property name="refactor.output.dir" value="${project.build.directory}/refactored-shared-sources/main/java"/>
-                  <property name="refactor.package.new" value="shared_impl"/>
-                  <ant dir="${project.basedir}" antfile="build.xml"
-                        inheritRefs="true" inheritAll="true">
-                    <target name="refactor-java-sources"/>
+                  <property name="refactor.src.dir" value="${project.build.directory}/unpacked-shared-sources" />
+                  <property name="refactor.output.dir" value="${project.build.directory}/refactored-shared-sources/main/java" />
+                  <property name="refactor.package.new" value="shared_impl" />
+                  <ant dir="${project.basedir}" antfile="build.xml" inheritRefs="true" inheritAll="true">
+                    <target name="refactor-java-sources" />
                   </ant>
               </tasks>
               <sourceRoot>${project.build.directory}/refactored-shared-sources/main/java</sourceRoot>
@@ -83,12 +80,11 @@
             <phase>generate-resources</phase>
             <configuration>
               <tasks>
-                  <property name="refactor.src.dir" value="${project.build.directory}/unpacked-shared-sources"/>
-                  <property name="refactor.output.dir" value="${project.build.directory}/refactored-shared-sources/main/resources"/>
-                  <property name="refactor.package.new" value="shared_impl"/>
-                  <ant dir="${project.basedir}" antfile="build.xml"
-                        inheritRefs="true" inheritAll="true">
-                    <target name="refactor-resources"/>
+                  <property name="refactor.src.dir" value="${project.build.directory}/unpacked-shared-sources" />
+                  <property name="refactor.output.dir" value="${project.build.directory}/refactored-shared-sources/main/resources" />
+                  <property name="refactor.package.new" value="shared_impl" />
+                  <ant dir="${project.basedir}" antfile="build.xml" inheritRefs="true" inheritAll="true">
+                    <target name="refactor-resources" />
                   </ant>
               </tasks>
               <resourceRoot>${project.build.directory}/refactored-shared-sources/main/resources</resourceRoot> <!-- not yet supported -->
@@ -123,4 +119,4 @@
   </dependencies>
 
 
-</project>
+</project>
\ No newline at end of file

Modified: myfaces/shared/branches/3_0_1/shared-tomahawk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/branches/3_0_1/shared-tomahawk/pom.xml?view=diff&rev=555935&r1=555934&r2=555935
==============================================================================
--- myfaces/shared/branches/3_0_1/shared-tomahawk/pom.xml (original)
+++ myfaces/shared/branches/3_0_1/shared-tomahawk/pom.xml Fri Jul 13 04:28:24 2007
@@ -1,12 +1,10 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.myfaces.shared</groupId>
     <artifactId>myfaces-shared-project</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0</version>
   </parent>
 
   <artifactId>myfaces-shared-tomahawk</artifactId>
@@ -18,9 +16,9 @@
   </description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/branches/3_0_0/shared-tomahawk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/branches/3_0_0/shared-tomahawk</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/branches/3_0_0/shared-tomahawk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/tags/myfaces-base-1.2.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/shared/tags/myfaces-base-1.2.0</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/shared/tags/myfaces-base-1.2.0</url>
   </scm>
 
   <build>
@@ -66,12 +64,11 @@
             <phase>process-sources</phase>
             <configuration>
               <tasks>
-                  <property name="refactor.src.dir" value="${project.build.directory}/unpacked-shared-sources"/>
-                  <property name="refactor.output.dir" value="${project.build.directory}/refactored-shared-sources/main/java"/>
-                  <property name="refactor.package.new" value="shared_tomahawk"/>
-                  <ant dir="${project.basedir}" antfile="build.xml"
-                        inheritRefs="true" inheritAll="true">
-                    <target name="refactor-java-sources"/>
+                  <property name="refactor.src.dir" value="${project.build.directory}/unpacked-shared-sources" />
+                  <property name="refactor.output.dir" value="${project.build.directory}/refactored-shared-sources/main/java" />
+                  <property name="refactor.package.new" value="shared_tomahawk" />
+                  <ant dir="${project.basedir}" antfile="build.xml" inheritRefs="true" inheritAll="true">
+                    <target name="refactor-java-sources" />
                   </ant>
               </tasks>
               <sourceRoot>${project.build.directory}/refactored-shared-sources/main/java</sourceRoot>
@@ -83,12 +80,11 @@
             <phase>generate-resources</phase>
             <configuration>
               <tasks>
-                  <property name="refactor.src.dir" value="${project.build.directory}/unpacked-shared-sources"/>
-                  <property name="refactor.output.dir" value="${project.build.directory}/refactored-shared-sources/main/resources"/>
-                  <property name="refactor.package.new" value="shared_tomahawk"/>
-                  <ant dir="${project.basedir}" antfile="build.xml"
-                        inheritRefs="true" inheritAll="true">
-                    <target name="refactor-resources"/>
+                  <property name="refactor.src.dir" value="${project.build.directory}/unpacked-shared-sources" />
+                  <property name="refactor.output.dir" value="${project.build.directory}/refactored-shared-sources/main/resources" />
+                  <property name="refactor.package.new" value="shared_tomahawk" />
+                  <ant dir="${project.basedir}" antfile="build.xml" inheritRefs="true" inheritAll="true">
+                    <target name="refactor-resources" />
                   </ant>
               </tasks>
               <resourceRoot>${project.build.directory}/refactored-shared-sources/main/resources</resourceRoot> <!-- not yet supported -->
@@ -123,4 +119,4 @@
   </dependencies>
 
 
-</project>
+</project>
\ No newline at end of file