Author: sanka
Date: Wed May  3 02:54:50 2006
New Revision: 399230

URL: http://svn.apache.org/viewcvs?rev=399230&view=rev
Log:
final preparations for neethi-1.0.1 release

Modified:
    webservices/commons/trunk/modules/neethi/maven.xml
    webservices/commons/trunk/modules/neethi/project.xml

Modified: webservices/commons/trunk/modules/neethi/maven.xml
URL: 
http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/neethi/maven.xml?rev=399230&r1=399229&r2=399230&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/maven.xml (original)
+++ webservices/commons/trunk/modules/neethi/maven.xml Wed May  3 02:54:50 2006
@@ -36,6 +36,8 @@
     
     <ant:property name="license.file" value="LICENSE.txt" />
     
+    <ant:property name="notice.file" value="NOTICE.txt" />
+    
     <ant:property name="readme.file" value="README.txt" />
     
     <ant:property name="authors.file" value="AUTHORS.txt" />
@@ -56,6 +58,7 @@
     </goal>
 
     <goal name="build">
+           
         <attainGoal name="default"/>
     </goal>
 
@@ -87,7 +90,17 @@
                        <!-- <ant:exclude name="**/*.license"/> -->
                </ant:fileset>
         </ant:copy>
-       
+   <!--
+   <resources>
+       <resource>
+              <directory>${dist.src.root.file}</directory>
+                      <includes>
+                   <include>NOTICE.txt</include>
+               </includes>
+               <targetPath>META-INF</targetPath>
+           </resource>
+    </resources>
+       -->
        <ant:zip destfile="${build.dist.dir}/${dist.name}-src.zip" 
basedir="${dist.src.root.file}"/>
        
        <ant:tar tarfile="${build.dist.dir}/${dist.name}-src.tar" 
basedir="${dist.src.root.file}"/>

Modified: webservices/commons/trunk/modules/neethi/project.xml
URL: 
http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/neethi/project.xml?rev=399230&r1=399229&r2=399230&view=diff
==============================================================================
--- webservices/commons/trunk/modules/neethi/project.xml (original)
+++ webservices/commons/trunk/modules/neethi/project.xml Wed May  3 02:54:50 
2006
@@ -22,13 +22,13 @@
        
        <pomVersion>3</pomVersion>
        
-       <name>Web Services Commons Neethi : A WS-Policy implemenation</name>
+       <name>Web Services Commons Neethi : A WS-Policy implementation</name>
        <id>neethi</id>
        <groupId>ws-commons</groupId>
   
   <!-- a short but descriptive name for the project -->
        
-       <name>Web Servcies Commons Neethi</name>
+       <name>Web Services Commons Neethi</name>
   <!-- The version of the project under development, e.g.
        1.1, 1.2, 2.0-SNAPSHOT -->
        
@@ -177,6 +177,13 @@
                </unitTest>
                
                <resources>
+                   <resource>
+                       <directory>${basedir}</directory>
+                       <targetPath>META-INF</targetPath>
+                       <includes>
+                               <include>NOTICE.txt</include>
+                       </includes>
+                   </resource>
                        <resource>
                                <directory>conf</directory>
                                <includes>


Reply via email to