summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAidan Skinner <aidan@apache.org>2008-04-16 09:26:05 +0000
committerAidan Skinner <aidan@apache.org>2008-04-16 09:26:05 +0000
commitcdc8f82f0cd09b5afa8e5b9f6bc1d5d02b12cb92 (patch)
tree16f58bc62d4fc6635b4bb92c0bcdceb08c2a134a
parent0597c81382f8fe392aa9a90beeaab315137687f2 (diff)
downloadqpid-python-cdc8f82f0cd09b5afa8e5b9f6bc1d5d02b12cb92.tar.gz
QPID-916 add DISCLAIMER to top-level, make sure C++ and .Net archives are named correctly
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1-release@648639 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--DISCLAIMER5
-rw-r--r--cpp/configure.ac2
-rw-r--r--dotnet/default.build2
3 files changed, 7 insertions, 2 deletions
diff --git a/DISCLAIMER b/DISCLAIMER
new file mode 100644
index 0000000000..c321113c9e
--- /dev/null
+++ b/DISCLAIMER
@@ -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.
diff --git a/cpp/configure.ac b/cpp/configure.ac
index 36fe86d989..3b0539a426 100644
--- a/cpp/configure.ac
+++ b/cpp/configure.ac
@@ -8,7 +8,7 @@ dnl This program is distributed in the hope that it will be useful, but
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], [qpid-dev@incubator.apache.org])
+AC_INIT([qpidc], [1.0-incubating-M2.1], [qpid-dev@incubator.apache.org])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([dist-bzip2])
diff --git a/dotnet/default.build b/dotnet/default.build
index 52a67ff638..ee459b056e 100644
--- a/dotnet/default.build
+++ b/dotnet/default.build
@@ -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.*"/>