You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bcel-dev@jakarta.apache.org by tc...@apache.org on 2006/01/27 14:27:30 UTC

svn commit: r372842 - in /jakarta/bcel/trunk: maven.xml project.xml

Author: tcurdt
Date: Fri Jan 27 05:27:25 2006
New Revision: 372842

URL: http://svn.apache.org/viewcvs?rev=372842&view=rev
Log:
include the notice as well

Added:
    jakarta/bcel/trunk/maven.xml   (with props)
Modified:
    jakarta/bcel/trunk/project.xml

Added: jakarta/bcel/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/jakarta/bcel/trunk/maven.xml?rev=372842&view=auto
==============================================================================
--- jakarta/bcel/trunk/maven.xml (added)
+++ jakarta/bcel/trunk/maven.xml Fri Jan 27 05:27:25 2006
@@ -0,0 +1,33 @@
+<!--
+
+ Copyright 2001-2004 The Apache Software Foundation.
+ 
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ 
+      http://www.apache.org/licenses/LICENSE-2.0
+ 
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
+
+<project default="jar:jar" xmlns:j="jelly:core">
+
+  <preGoal name="dist:build-bin">  
+    <copy todir="${maven.dist.bin.assembly.dir}">
+      <fileset file='${basedir}/NOTICE.txt'/>
+    </copy>
+  </preGoal>
+
+  <preGoal name="dist:build-src">
+    <copy todir="${maven.dist.src.assembly.dir}">
+      <fileset file='${basedir}/NOTICE.txt'/>
+    </copy>
+  </preGoal>
+
+</project>

Propchange: jakarta/bcel/trunk/maven.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/bcel/trunk/maven.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: jakarta/bcel/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/bcel/trunk/project.xml?rev=372842&r1=372841&r2=372842&view=diff
==============================================================================
--- jakarta/bcel/trunk/project.xml (original)
+++ jakarta/bcel/trunk/project.xml Fri Jan 27 05:27:25 2006
@@ -114,6 +114,16 @@
 
     <sourceDirectory>src/java</sourceDirectory>
 
+    <resources>
+      <resource>
+        <directory>${basedir}</directory>
+          <includes>
+            <include>NOTICE.txt</include>
+          </includes>
+          <targetPath>META-INF</targetPath>
+      </resource>
+    </resources>
+
     <!--
     <testSourceDirectory>src/java</testSourceDirectory>
 
@@ -135,7 +145,7 @@
      <report>maven-jxr-plugin</report>
      <report>maven-pmd-plugin</report>
      <!-- <report>maven-tasklist-plugin</report> -->
-     <report>maven-linkcheck-plugin</report>
+     <!-- <report>maven-linkcheck-plugin</report> -->
      <!-- <report>maven-findbugs-plugin</report> -->
      <!-- <report>maven-jellydoc-plugin</report> -->
      <!-- <report>maven-statcvs-plugin</report> -->



---------------------------------------------------------------------
To unsubscribe, e-mail: bcel-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bcel-dev-help@jakarta.apache.org