Author: aidan
Date: Wed Apr 16 02:26:05 2008
New Revision: 648639

URL: http://svn.apache.org/viewvc?rev=648639&view=rev
Log:
QPID-916 add DISCLAIMER to top-level, make sure C++ and .Net archives are named 
correctly

Added:
    incubator/qpid/branches/M2.1-release/DISCLAIMER
Modified:
    incubator/qpid/branches/M2.1-release/cpp/configure.ac
    incubator/qpid/branches/M2.1-release/dotnet/default.build

Added: incubator/qpid/branches/M2.1-release/DISCLAIMER
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/DISCLAIMER?rev=648639&view=auto
==============================================================================
--- incubator/qpid/branches/M2.1-release/DISCLAIMER (added)
+++ incubator/qpid/branches/M2.1-release/DISCLAIMER Wed Apr 16 02:26:05 2008
@@ -0,0 +1,5 @@
+Apache Qpid is an effort undergoing incubation at the Apache Software 
Foundation (ASF), sponsored by the Apache Incubator PMC. 
+
+Incubation is required of all newly accepted projects until a further review 
indicates that the infrastructure, communications, and decision making process 
have stabilized in a manner consistent with other successful ASF projects. 
+
+While incubation status is not necessarily a reflection of the completeness or 
stability of the code, it does indicate that the project has yet to be fully 
endorsed by the ASF.

Modified: incubator/qpid/branches/M2.1-release/cpp/configure.ac
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/cpp/configure.ac?rev=648639&r1=648638&r2=648639&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/cpp/configure.ac (original)
+++ incubator/qpid/branches/M2.1-release/cpp/configure.ac Wed Apr 16 02:26:05 
2008
@@ -8,7 +8,7 @@
 dnl WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
 dnl implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
-AC_INIT([qpidc], [M2.1], [EMAIL PROTECTED])
+AC_INIT([qpidc], [1.0-incubating-M2.1], [EMAIL PROTECTED])
 AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE([dist-bzip2])
 

Modified: incubator/qpid/branches/M2.1-release/dotnet/default.build
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1-release/dotnet/default.build?rev=648639&r1=648638&r2=648639&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1-release/dotnet/default.build (original)
+++ incubator/qpid/branches/M2.1-release/dotnet/default.build Wed Apr 16 
02:26:05 2008
@@ -207,7 +207,7 @@
 
         <property name="build.date" value="${datetime::now()}"/>
 
-        <zip 
zipfile="${build.dir}/Qpid.NET-${framework::get-target-framework()}-${datetime::get-year(build.date)}${datetime::get-month(build.date)}${datetime::get-day(build.date)}.zip">
+        <zip 
zipfile="${build.dir}/Qpid.NET-1.0-incubating-M${build.version.major}.${build.version.minor}-${framework::get-target-framework()}.zip"
 encoding="UTF-8">
             <fileset basedir="${build.dir}">
                 <include name="**/*.*"/>
                 <exclude name="**/*.Tests.*"/>


Reply via email to