You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by sh...@apache.org on 2010/01/05 23:20:17 UTC

svn commit: r896246 - in /qpid/trunk/qpid/cpp: Makefile.am packaging/NSIS/Makefile.am

Author: shuston
Date: Tue Jan  5 22:20:15 2010
New Revision: 896246

URL: http://svn.apache.org/viewvc?rev=896246&view=rev
Log:
Add qpid/cpp/packaging/NSIS files to dist; resolves QPID-2300

Added:
    qpid/trunk/qpid/cpp/packaging/NSIS/Makefile.am
Modified:
    qpid/trunk/qpid/cpp/Makefile.am

Modified: qpid/trunk/qpid/cpp/Makefile.am
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/Makefile.am?rev=896246&r1=896245&r2=896246&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/Makefile.am (original)
+++ qpid/trunk/qpid/cpp/Makefile.am Tue Jan  5 22:20:15 2010
@@ -24,7 +24,8 @@
 
 EXTRA_DIST = \
   LICENSE NOTICE README SSL RELEASE_NOTES DESIGN \
-  xml/cluster.xml INSTALL-WINDOWS CMakeLists.txt BuildInstallSettings.cmake
+  xml/cluster.xml INSTALL-WINDOWS CMakeLists.txt BuildInstallSettings.cmake \
+  packaging/NSIS
 
 SUBDIRS = managementgen etc src docs/api docs/man examples bindings/qmf
 

Added: qpid/trunk/qpid/cpp/packaging/NSIS/Makefile.am
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/packaging/NSIS/Makefile.am?rev=896246&view=auto
==============================================================================
--- qpid/trunk/qpid/cpp/packaging/NSIS/Makefile.am (added)
+++ qpid/trunk/qpid/cpp/packaging/NSIS/Makefile.am Tue Jan  5 22:20:15 2010
@@ -0,0 +1,21 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
+#
+
+EXTRA_DIST = \
+  qpid-icon.ico qpid-icon.png qpid-install-banner.bmp qpid-install-banner.png



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org