You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by ae...@apache.org on 2007/03/24 14:03:32 UTC

svn commit: r522013 - in /webservices/muse/trunk: NOTICE.txt build.xml

Author: aeberbac
Date: Sat Mar 24 06:03:31 2007
New Revision: 522013

URL: http://svn.apache.org/viewvc?view=rev&rev=522013
Log:
added NOTICE.txt, changed name of LICENSE.txt, modified build

Added:
    webservices/muse/trunk/NOTICE.txt   (with props)
Modified:
    webservices/muse/trunk/build.xml

Added: webservices/muse/trunk/NOTICE.txt
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/NOTICE.txt?view=auto&rev=522013
==============================================================================
--- webservices/muse/trunk/NOTICE.txt (added)
+++ webservices/muse/trunk/NOTICE.txt Sat Mar 24 06:03:31 2007
@@ -0,0 +1,11 @@
+Apache Muse
+Copyright 2006-2007 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+Please read the different LICENSE files present in the lib directory of
+this distribution.
+
+This package also contains binary files from the Eclipse Equinox project.
+Source is available at http://eclipse.org/equinox

Propchange: webservices/muse/trunk/NOTICE.txt
------------------------------------------------------------------------------
    svn:executable = *

Modified: webservices/muse/trunk/build.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/build.xml?view=diff&rev=522013&r1=522012&r2=522013
==============================================================================
--- webservices/muse/trunk/build.xml (original)
+++ webservices/muse/trunk/build.xml Sat Mar 24 06:03:31 2007
@@ -80,8 +80,8 @@
             <arg line="co ${MUSE_SVN_SITE_REPOSITORY} ${MUSE_SVN_SITE} --non-interactive"/>
         </exec>
 
-        <property name="APACHE_LICENSE_FILE" value="${basedir}/license.txt"/>
-        <property name="APACHE_LICENSE_URL" value="http://svn.apache.org/viewvc/webservices/muse/trunk/license.txt?view=co"/>
+        <property name="APACHE_LICENSE_FILE" value="${basedir}/LICENSE.txt"/>
+        <property name="APACHE_LICENSE_URL" value="http://svn.apache.org/viewvc/webservices/muse/trunk/LICENSE.txt?view=co"/>
         <property name="APACHE_NOTICE_FILE" value="${basedir}/NOTICE.txt"/>
         <property name="APACHE_NOTICE_URL" value="http://svn.apache.org/viewvc/webservices/muse/trunk/NOTICE.txt?view=co"/>
 



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