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 2014/01/03 21:26:00 UTC

svn commit: r1555246 - in /activemq/activemq-dotnet/vendor: DotNetZlib/1.9.0/ DotNetZlib/1.9.0/mono-4.0/ NUnit/2.5.8/ NUnit/2.5.8/build/ NUnit/2.5.8/build/mono-4.0/ NUnit/2.5.8/build/mono-4.0/debug/ NUnit/2.5.8/mono-4.0/

Author: tabish
Date: Fri Jan  3 20:25:59 2014
New Revision: 1555246

URL: http://svn.apache.org/r1555246
Log:
Adds a mono-4.0 tree for some vendor bundles.

Added:
    activemq/activemq-dotnet/vendor/DotNetZlib/1.9.0/mono-4.0/
    activemq/activemq-dotnet/vendor/DotNetZlib/1.9.0/mono-4.0/Ionic.Zlib.dll   (with props)
    activemq/activemq-dotnet/vendor/NUnit/2.5.8/build/
    activemq/activemq-dotnet/vendor/NUnit/2.5.8/build/mono-4.0/
    activemq/activemq-dotnet/vendor/NUnit/2.5.8/build/mono-4.0/debug/
    activemq/activemq-dotnet/vendor/NUnit/2.5.8/mono-4.0/
    activemq/activemq-dotnet/vendor/NUnit/2.5.8/mono-4.0/nunit.framework.dll   (with props)
Modified:
    activemq/activemq-dotnet/vendor/DotNetZlib/1.9.0/nant-common.xml
    activemq/activemq-dotnet/vendor/DotNetZlib/1.9.0/nant.build
    activemq/activemq-dotnet/vendor/NUnit/2.5.8/nant-common.xml
    activemq/activemq-dotnet/vendor/NUnit/2.5.8/nant.build

Added: activemq/activemq-dotnet/vendor/DotNetZlib/1.9.0/mono-4.0/Ionic.Zlib.dll
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/vendor/DotNetZlib/1.9.0/mono-4.0/Ionic.Zlib.dll?rev=1555246&view=auto
==============================================================================
Binary file - no diff available.

Propchange: activemq/activemq-dotnet/vendor/DotNetZlib/1.9.0/mono-4.0/Ionic.Zlib.dll
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: activemq/activemq-dotnet/vendor/DotNetZlib/1.9.0/nant-common.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/vendor/DotNetZlib/1.9.0/nant-common.xml?rev=1555246&r1=1555245&r2=1555246&view=diff
==============================================================================
--- activemq/activemq-dotnet/vendor/DotNetZlib/1.9.0/nant-common.xml (original)
+++ activemq/activemq-dotnet/vendor/DotNetZlib/1.9.0/nant-common.xml Fri Jan  3 20:25:59 2014
@@ -44,7 +44,7 @@
     <property name="current.build.config"    value="${if(project.release.type == 'release', 'release', 'debug')}" overwrite="false" />
     <property name="current.build.framework" value="${framework::get-target-framework()}" overwrite="false" />
     <property name="current.build.defines"   value="${build.defines}" />
-    <property name="build.framework.strings" value="net-2.0,net-3.5,net-4.0,mono-2.0,netcf-2.0,netcf-3.5" unless="${property::exists('build.framework.strings')}"/>
+    <property name="build.framework.strings" value="net-2.0,net-3.5,net-4.0,mono-2.0,mono-4.0,netcf-2.0,netcf-3.5" unless="${property::exists('build.framework.strings')}"/>
     <property name="current.build.framework.assembly.dir" value="${framework::get-assembly-directory(framework::get-target-framework())}" dynamic="true" />
 
     <property name="build.config.strings"    value="${if(property::exists('configuration'), configuration, if(build.skip.release == 'true', 'debug', 'debug,release'))}" dynamic="true" />
@@ -268,6 +268,18 @@
         </if>
     </target>
 
+    <target name="set-mono-4.0-framework-configuration">
+        <property name="current.build.framework" value="mono-4.0" />
+        <property name="current.build.framework.name" value="Mono 4.0" />
+        <property name="current.build.defines" value="${build.defines}MONO,MONO_4_0" dynamic="true" />
+        <property name="current.build.framework.sign" value="true" />
+        <property name="link.sdkdoc.version" value="SDK_v1_1" />
+        <property name="link.sdkdoc.web" value="true" />
+        <if test="${framework::exists(current.build.framework)}">
+            <property name="nant.settings.currentframework" value="${current.build.framework}" />
+        </if>
+    </target>
+
     <!-- ============================================================================================ -->
     <!--     C O M P I L E    T A R G E T S                                                           -->
     <!-- ============================================================================================ -->

Modified: activemq/activemq-dotnet/vendor/DotNetZlib/1.9.0/nant.build
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/vendor/DotNetZlib/1.9.0/nant.build?rev=1555246&r1=1555245&r2=1555246&view=diff
==============================================================================
--- activemq/activemq-dotnet/vendor/DotNetZlib/1.9.0/nant.build (original)
+++ activemq/activemq-dotnet/vendor/DotNetZlib/1.9.0/nant.build Fri Jan  3 20:25:59 2014
@@ -1,55 +1,55 @@
 <?xml version="1.0" ?>
 <!--
-	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.
+    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.
 -->
 <project name="NUnit" default="default" xmlns="http://nant.sourceforge.net/release/0.85/nant.xsd">
 
-	<!-- ============================================================================================ -->
-	<!--      I N I T I A L I Z A T I O N                                                             -->
-	<!-- ============================================================================================ -->
-	<property name="basedir" value="${project::get-base-directory()}"/>
-	<property name="project.name" value="DotNetZip"/>
-	<property name="project.group" value="org.dotnetzip"/>
-	<property name="project.version"  value="1.9.0" unless="${property::exists('project.version')}"/>
-	<property name="project.release.type" value="RELEASE" unless="${property::exists('project.release.type')}" />
-	<property name="project.short_description" value=".NET Compression Library"/>
-	<property name="project.description" value=".NET Compression Library"/>
-	<property name="compile.skip" value="true"/>
-	<property name="build.framework.strings" value="net-2.0,net-3.5,net-4.0,mono-2.0,netcf-2.0,netcf-3.5" />
-
-	<!-- Repository organized as: organization/module/version/plaform/artifact, platform might be something like 'all' or 'net-2.0/release' -->
-	<target name="vendor-init" description="Initializes Vendor library from local repository.">
-		<!--
-		     Vendor specific info.  The prefix of 'vendor.apache.org' is taken from the property
-		     vendor.fileset.names'.  This comma-delimited list is iterated, and properties with
-		     well-known suffixes are used to access and copy down vendor file dependencies.
-		-->
-		<property name="vendor.fileset.names" value="" />
-	</target>
-
-	<target name="dependency-init" description="Initializes build dependencies">
-		<fileset id="install.filenames">
-			<include name="${basedir}/${current.build.framework}/Ionic.Zlib.dll"/>
-		</fileset>
+    <!-- ============================================================================================ -->
+    <!--      I N I T I A L I Z A T I O N                                                             -->
+    <!-- ============================================================================================ -->
+    <property name="basedir" value="${project::get-base-directory()}"/>
+    <property name="project.name" value="DotNetZip"/>
+    <property name="project.group" value="org.dotnetzip"/>
+    <property name="project.version"  value="1.9.0" unless="${property::exists('project.version')}"/>
+    <property name="project.release.type" value="RELEASE" unless="${property::exists('project.release.type')}" />
+    <property name="project.short_description" value=".NET Compression Library"/>
+    <property name="project.description" value=".NET Compression Library"/>
+    <property name="compile.skip" value="true"/>
+    <property name="build.framework.strings" value="net-2.0,net-3.5,net-4.0,mono-2.0,mono-4.0,netcf-2.0,netcf-3.5" />
+
+    <!-- Repository organized as: organization/module/version/plaform/artifact, platform might be something like 'all' or 'net-2.0/release' -->
+    <target name="vendor-init" description="Initializes Vendor library from local repository.">
+        <!--
+             Vendor specific info.  The prefix of 'vendor.apache.org' is taken from the property
+             vendor.fileset.names'.  This comma-delimited list is iterated, and properties with
+             well-known suffixes are used to access and copy down vendor file dependencies.
+        -->
+        <property name="vendor.fileset.names" value="" />
+    </target>
+
+    <target name="dependency-init" description="Initializes build dependencies">
+        <fileset id="install.filenames">
+            <include name="${basedir}/${current.build.framework}/Ionic.Zlib.dll"/>
+        </fileset>
 
-	</target>
+    </target>
 
-	<target name="default" depends="install-all" />
+    <target name="default" depends="install-all" />
 
-	<!-- Load the common target definitions  -->
-	<include buildfile="${basedir}/nant-common.xml"/>
+    <!-- Load the common target definitions  -->
+    <include buildfile="${basedir}/nant-common.xml"/>
 
 </project>

Added: activemq/activemq-dotnet/vendor/NUnit/2.5.8/mono-4.0/nunit.framework.dll
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/vendor/NUnit/2.5.8/mono-4.0/nunit.framework.dll?rev=1555246&view=auto
==============================================================================
Binary file - no diff available.

Propchange: activemq/activemq-dotnet/vendor/NUnit/2.5.8/mono-4.0/nunit.framework.dll
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: activemq/activemq-dotnet/vendor/NUnit/2.5.8/nant-common.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/vendor/NUnit/2.5.8/nant-common.xml?rev=1555246&r1=1555245&r2=1555246&view=diff
==============================================================================
--- activemq/activemq-dotnet/vendor/NUnit/2.5.8/nant-common.xml (original)
+++ activemq/activemq-dotnet/vendor/NUnit/2.5.8/nant-common.xml Fri Jan  3 20:25:59 2014
@@ -44,7 +44,7 @@
     <property name="current.build.config"    value="${if(project.release.type == 'release', 'release', 'debug')}" overwrite="false" />
     <property name="current.build.framework" value="${framework::get-target-framework()}" overwrite="false" />
     <property name="current.build.defines"   value="${build.defines}" />
-    <property name="build.framework.strings" value="net-2.0,net-3.5,net-4.0,mono-2.0,netcf-2.0,netcf-3.5" unless="${property::exists('build.framework.strings')}"/>
+    <property name="build.framework.strings" value="net-2.0,net-3.5,net-4.0,mono-2.0,mono-4.0,netcf-2.0,netcf-3.5" unless="${property::exists('build.framework.strings')}"/>
     <property name="current.build.framework.assembly.dir" value="${framework::get-assembly-directory(framework::get-target-framework())}" dynamic="true" />
 
     <property name="build.config.strings"    value="${if(property::exists('configuration'), configuration, if(build.skip.release == 'true', 'debug', 'debug,release'))}" dynamic="true" />
@@ -268,6 +268,18 @@
         </if>
     </target>
 
+    <target name="set-mono-4.0-framework-configuration">
+        <property name="current.build.framework" value="mono-4.0" />
+        <property name="current.build.framework.name" value="Mono 4.0" />
+        <property name="current.build.defines" value="${build.defines}MONO,MONO_4_0" dynamic="true" />
+        <property name="current.build.framework.sign" value="true" />
+        <property name="link.sdkdoc.version" value="SDK_v1_1" />
+        <property name="link.sdkdoc.web" value="true" />
+        <if test="${framework::exists(current.build.framework)}">
+            <property name="nant.settings.currentframework" value="${current.build.framework}" />
+        </if>
+    </target>
+
     <!-- ============================================================================================ -->
     <!--     C O M P I L E    T A R G E T S                                                           -->
     <!-- ============================================================================================ -->

Modified: activemq/activemq-dotnet/vendor/NUnit/2.5.8/nant.build
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/vendor/NUnit/2.5.8/nant.build?rev=1555246&r1=1555245&r2=1555246&view=diff
==============================================================================
--- activemq/activemq-dotnet/vendor/NUnit/2.5.8/nant.build (original)
+++ activemq/activemq-dotnet/vendor/NUnit/2.5.8/nant.build Fri Jan  3 20:25:59 2014
@@ -28,7 +28,7 @@
 	<property name="project.short_description" value="NUnit Unit Test Assemblies"/>
 	<property name="project.description" value="NUnit Unit Test Assemblies"/>
 	<property name="compile.skip" value="true"/>
-	<property name="build.framework.strings" value="net-2.0,net-3.5,net-4.0,mono-2.0,netcf-2.0" />
+	<property name="build.framework.strings" value="net-2.0,net-3.5,net-4.0,mono-2.0,mono-4.0,netcf-2.0" />
 
 	<!-- Repository organized as: organization/module/version/plaform/artifact, platform might be something like 'all' or 'net-2.0/release' -->
 	<target name="vendor-init" description="Initializes Vendor library from local repository.">