You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by th...@apache.org on 2006/12/20 21:17:55 UTC

svn commit: r489189 - /webservices/axis2/branches/java/1_1/modules/jibx/project.xml

Author: thilina
Date: Wed Dec 20 12:17:54 2006
New Revision: 489189

URL: http://svn.apache.org/viewvc?view=rev&rev=489189
Log:
Fixing the missing style sheet of Axis2-Jibx jar... 
My bad... Broke this while adding license to the jars...
Anyway we should have some mechanism to catch these kind of errors from our integration tests... 


Modified:
    webservices/axis2/branches/java/1_1/modules/jibx/project.xml

Modified: webservices/axis2/branches/java/1_1/modules/jibx/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/jibx/project.xml?view=diff&rev=489189&r1=489188&r2=489189
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/jibx/project.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/jibx/project.xml Wed Dec 20 12:17:54 2006
@@ -182,17 +182,26 @@
         </dependency>
 
     </dependencies>
-    <build>
-    <resources>
-			   <resource>
-        <directory>../../</directory>
-        <targetPath>META-INF</targetPath>
-        <includes>
-          <include>NOTICE.txt</include>
-        <include>LICENSE.txt</include>
-      </includes>
-   </resource>
-		</resources>
-		   </build>
+    <build>
+	<resources> 
+            <resource>
+                <directory>src</directory>
+                <includes>
+                    <include>**/*.properties</include>
+                    <include>**/*.xml</include>
+                    <include>**/*.xsl</include>
+                    <include>**/*.xsd</include>
+                </includes>
+            </resource>
+	     <resource>
+		<directory>../../</directory>
+		<targetPath>META-INF</targetPath>
+		<includes>
+		    <include>NOTICE.txt</include>
+		    <include>LICENSE.txt</include>
+		</includes>
+	      </resource>
+	</resources>
+  </build>
     <reports/>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org