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 gd...@apache.org on 2009/03/31 17:11:57 UTC

svn commit: r760472 - in /webservices/axis2/trunk/java: ./ modules/distribution/src/main/assembly/src-assembly.xml

Author: gdaniels
Date: Tue Mar 31 15:11:47 2009
New Revision: 760472

URL: http://svn.apache.org/viewvc?rev=760472&view=rev
Log:
Merge source assembly change (include .classpath and .project from tool module) from 1.5 branch.

Modified:
    webservices/axis2/trunk/java/   (props changed)
    webservices/axis2/trunk/java/modules/distribution/src/main/assembly/src-assembly.xml

Propchange: webservices/axis2/trunk/java/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Mar 31 15:11:47 2009
@@ -1 +1 @@
-/webservices/axis2/branches/java/1_5:745088,749052,749058,751161,751271
+/webservices/axis2/branches/java/1_5:745088,749052,749058,751161,751271,760467

Modified: webservices/axis2/trunk/java/modules/distribution/src/main/assembly/src-assembly.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/distribution/src/main/assembly/src-assembly.xml?rev=760472&r1=760471&r2=760472&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/distribution/src/main/assembly/src-assembly.xml (original)
+++ webservices/axis2/trunk/java/modules/distribution/src/main/assembly/src-assembly.xml Tue Mar 31 15:11:47 2009
@@ -80,7 +80,11 @@
 		<exclude>**/.svn/**</exclude>
 		<exclude>**/bin/**</exclude>
 		<exclude>**/*.log</exclude>
+		<!--
 		<exclude>**/.*</exclude>
+		Above prevents ".classpath" and ".project" from being copied (see
+		modules/tool/conf/codegen
+		-->
 		<exclude>**/.settings/**</exclude>
 		<exclude>**/*.license</exclude>
 		<exclude>**/*.iml</exclude>