You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2009/05/14 20:25:44 UTC

svn commit: r774864 - in /activemq/activemq-cpp/trunk/activemq-cpp: ./ build.sh

Author: tabish
Date: Thu May 14 18:25:43 2009
New Revision: 774864

URL: http://svn.apache.org/viewvc?rev=774864&view=rev
Log:
Add some ignore flags and the start of a build shell script.

Added:
    activemq/activemq-cpp/trunk/activemq-cpp/build.sh   (with props)
Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/   (props changed)

Propchange: activemq/activemq-cpp/trunk/activemq-cpp/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu May 14 18:25:43 2009
@@ -8,3 +8,4 @@
 configure
 Makefile.in
 target
+.metadata

Added: activemq/activemq-cpp/trunk/activemq-cpp/build.sh
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/build.sh?rev=774864&view=auto
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/build.sh (added)
+++ activemq/activemq-cpp/trunk/activemq-cpp/build.sh Thu May 14 18:25:43 2009
@@ -0,0 +1,18 @@
+#!/bin/sh
+# ------------------------------------------------------------------------
+# 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.
+# ------------------------------------------------------------------------
+

Propchange: activemq/activemq-cpp/trunk/activemq-cpp/build.sh
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: activemq/activemq-cpp/trunk/activemq-cpp/build.sh
------------------------------------------------------------------------------
    svn:executable = *