Author: ritchiem
Date: Tue Dec  2 15:23:59 2008
New Revision: 722666

URL: http://svn.apache.org/viewvc?rev=722666&view=rev
Log:
QPID-1500 : Add Mac OS X Management Console Build

Added:
    
incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/
    
incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/
    
incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/ECLIPSE.RSA
    
incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/ECLIPSE.SF
    
incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/MANIFEST.MF
    
incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/eclipse.inf
    
incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/about.html
    
incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/eclipse_1115.so
    
incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/launcher.carbon.macosx.properties
    
incubator/qpid/trunk/qpid/java/lib/org.eclipse.jdt.launching.macosx_3.1.100.v20080422.jar
    
incubator/qpid/trunk/qpid/java/lib/org.eclipse.swt.carbon.macosx_3.4.1.v3449c.jar
    
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/build-release-macosx.properties
    
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/build-release-macosx.xml
    
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/icons/
    
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/icons/Console.icns
    
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/macosx/
    
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/macosx/.DS_Store
    
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/macosx/Configuration/
    
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/macosx/Configuration/.DS_Store
    
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/macosx/Info.plist
    
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/macosx/eclipse
   (with props)
    
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/macosx/eclipse.ini
Modified:
    incubator/qpid/trunk/qpid/java/build.deps
    incubator/qpid/trunk/qpid/java/management/eclipse-plugin/build.xml

Modified: incubator/qpid/trunk/qpid/java/build.deps
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/build.deps?rev=722666&r1=722665&r2=722666&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/build.deps (original)
+++ incubator/qpid/trunk/qpid/java/build.deps Tue Dec  2 15:23:59 2008
@@ -67,10 +67,12 @@
 ecl-osgi=lib/org.eclipse.osgi_3.4.2.R34x_v20080826-1230.jar
 ecl-swt=lib/org.eclipse.swt_3.4.1.v3449c.jar
 ecl-swt-win32-win32-x86=lib/org.eclipse.swt.win32.win32.x86_3.2.0.jar
+ecl-unix-shared=lib/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar
 ecl-swt-linux-gtk-x86=lib/org.eclipse.swt.gtk.linux.x86_3.4.1.v3449c.jar \
-  lib/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.101.R34x_v20080805/ \
-  lib/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar
-
+  lib/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.101.R34x_v20080805/*
+ecl-swt-macosx=lib/org.eclipse.swt.carbon.macosx_3.4.1.v3449c.jar \
+  lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/*
+  
 ecl-ui=lib/org.eclipse.ui_3.2.0.jar
 ecl-ui-forms=lib/org.eclipse.ui.forms_3.2.0.jar
 ecl-ui-workbench=lib/org.eclipse.ui.workbench_3.2.1.jar
@@ -83,9 +85,10 @@
     ${ecl-swt} ${ecl-ui} ${ecl-ui-forms} ${ecl-ui-workbench}
     
 
management-eclipse-plugin-win32-win32-x86.libs=${management-eclipse-plugin.core-libs}
 ${ecl-swt-win32-win32-x86}
-management-eclipse-plugin-linux-gtk-x86.libs=${management-eclipse-plugin.core-libs}
 ${ecl-swt-linux-gtk-x86}
+management-eclipse-plugin-linux-gtk-x86.libs=${management-eclipse-plugin.core-libs}
 ${ecl-unix-shared} ${ecl-swt-linux-gtk-x86}
+management-eclipse-plugin-macosx.libs=${management-eclipse-plugin.core-libs} 
${ecl-unix-shared} ${ecl-swt-macosx} 
 
-management-eclipse-plugin.libs=${management-eclipse-plugin.core-libs} 
${ecl-swt-win32-win32-x86} ${ecl-swt-linux-gtk-x86}
+management-eclipse-plugin.libs=${management-eclipse-plugin.core-libs} 
${ecl-swt-win32-win32-x86} ${ecl-swt-linux-gtk-x86} ${ecl-swt-macosx}
     
 management-tools-qpid-cli.libs=${common.libs} ${jline}
 

Added: 
incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/ECLIPSE.RSA
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/ECLIPSE.RSA?rev=722666&view=auto
==============================================================================
Files 
incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/ECLIPSE.RSA
 (added) and 
incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/ECLIPSE.RSA
 Tue Dec  2 15:23:59 2008 differ

Added: 
incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/ECLIPSE.SF
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/ECLIPSE.SF?rev=722666&view=auto
==============================================================================
--- 
incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/ECLIPSE.SF
 (added)
+++ 
incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/ECLIPSE.SF
 Tue Dec  2 15:23:59 2008
@@ -0,0 +1,17 @@
+Signature-Version: 1.0
+SHA1-Digest-Manifest: FheFhPCFIe9e17dtN19PvFpfHzs=
+Created-By: 1.5.0 (IBM Corporation)
+SHA1-Digest-Manifest-Main-Attributes: X4gDjCpbD8vwxPcCNeLjJjIHBoU=
+
+Name: about.html
+SHA1-Digest: xGcp/Hbq/ywyvVWkPzD/2vkIzdY=
+
+Name: eclipse_1115.so
+SHA1-Digest: ItFKEUKn9bCxLiWwFj8ubKbopDg=
+
+Name: META-INF/eclipse.inf
+SHA1-Digest: SAqY+5ITAL0mkdYeijlSRhyIaZk=
+
+Name: launcher.carbon.macosx.properties
+SHA1-Digest: iJiwtqN46CqxjQPiFqskiJDS2hk=
+

Added: 
incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/MANIFEST.MF
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/MANIFEST.MF?rev=722666&view=auto
==============================================================================
--- 
incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/MANIFEST.MF
 (added)
+++ 
incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/MANIFEST.MF
 Tue Dec  2 15:23:59 2008
@@ -0,0 +1,25 @@
+Manifest-Version: 1.0
+Bundle-SymbolicName: org.eclipse.equinox.launcher.carbon.macosx;single
+ ton:=true
+Bundle-ManifestVersion: 2
+Bundle-Localization: launcher.carbon.macosx
+Bundle-Name: %pluginName
+Eclipse-PlatformFilter: (& (osgi.ws=carbon) (osgi.os=macosx) (|(osgi.a
+ rch=x86)(osgi.arch=ppc)) )
+Bundle-Version: 1.0.101.R34x_v20080731
+Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.1
+ .0)"
+Bundle-Vendor: %providerName
+
+Name: eclipse_1115.so
+SHA1-Digest: RRLhb5Prci79GCZFsylKadyPBvM=
+
+Name: about.html
+SHA1-Digest: a9lDHrGuLPkvHBUhsqWU+V2mhPw=
+
+Name: META-INF/eclipse.inf
+SHA1-Digest: KyT9FF7C7t86NoBoa2kZT3ZJBfw=
+
+Name: launcher.carbon.macosx.properties
+SHA1-Digest: L4VSSU2M0KAWyhCp8QBLMsnC6Jk=
+

Added: 
incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/eclipse.inf
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/eclipse.inf?rev=722666&view=auto
==============================================================================
--- 
incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/eclipse.inf
 (added)
+++ 
incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/META-INF/eclipse.inf
 Tue Dec  2 15:23:59 2008
@@ -0,0 +1,3 @@
+#Processed using Jarprocessor
+pack200.args = -E4
+pack200.conditioned = true

Added: 
incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/about.html
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/about.html?rev=722666&view=auto
==============================================================================
--- 
incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/about.html
 (added)
+++ 
incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/about.html
 Tue Dec  2 15:23:59 2008
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>June 5, 2006</p>    
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in 
(&quot;Content&quot;).  
+Unless otherwise indicated below, the Content is provided to you under the 
terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;).  A copy of the EPL is 
available 
+at <a 
href="http://www.eclipse.org/org/documents/epl-v10.php";>http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, 
the Content is 
+being redistributed by another party (&quot;Redistributor&quot;) and different 
terms and conditions may
+apply to your use of any object code in the Content.  Check the 
Redistributor&rsquo;s license 
+that was provided with the Content.  If no such license exists, contact the 
Redistributor.  Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source 
code in the Content
+and such source code may be obtained at <a 
href="http://www.eclipse.org/";>http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
\ No newline at end of file

Added: 
incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/eclipse_1115.so
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/eclipse_1115.so?rev=722666&view=auto
==============================================================================
Files 
incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/eclipse_1115.so
 (added) and 
incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/eclipse_1115.so
 Tue Dec  2 15:23:59 2008 differ

Added: 
incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/launcher.carbon.macosx.properties
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/launcher.carbon.macosx.properties?rev=722666&view=auto
==============================================================================
--- 
incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/launcher.carbon.macosx.properties
 (added)
+++ 
incubator/qpid/trunk/qpid/java/lib/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/launcher.carbon.macosx.properties
 Tue Dec  2 15:23:59 2008
@@ -0,0 +1,12 @@
+###############################################################################
+# Copyright (c) 2007 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+# 
+# Contributors:
+#     IBM Corporation - initial API and implementation
+###############################################################################
+pluginName = Equinox Launcher MacOSX Fragment
+providerName = Eclipse.org

Added: 
incubator/qpid/trunk/qpid/java/lib/org.eclipse.jdt.launching.macosx_3.1.100.v20080422.jar
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/lib/org.eclipse.jdt.launching.macosx_3.1.100.v20080422.jar?rev=722666&view=auto
==============================================================================
Files 
incubator/qpid/trunk/qpid/java/lib/org.eclipse.jdt.launching.macosx_3.1.100.v20080422.jar
 (added) and 
incubator/qpid/trunk/qpid/java/lib/org.eclipse.jdt.launching.macosx_3.1.100.v20080422.jar
 Tue Dec  2 15:23:59 2008 differ

Added: 
incubator/qpid/trunk/qpid/java/lib/org.eclipse.swt.carbon.macosx_3.4.1.v3449c.jar
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/lib/org.eclipse.swt.carbon.macosx_3.4.1.v3449c.jar?rev=722666&view=auto
==============================================================================
Files 
incubator/qpid/trunk/qpid/java/lib/org.eclipse.swt.carbon.macosx_3.4.1.v3449c.jar
 (added) and 
incubator/qpid/trunk/qpid/java/lib/org.eclipse.swt.carbon.macosx_3.4.1.v3449c.jar
 Tue Dec  2 15:23:59 2008 differ

Added: 
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/build-release-macosx.properties
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/management/eclipse-plugin/build-release-macosx.properties?rev=722666&view=auto
==============================================================================
--- 
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/build-release-macosx.properties
 (added)
+++ 
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/build-release-macosx.properties
 Tue Dec  2 15:23:59 2008
@@ -0,0 +1,19 @@
+application.name=Qpid Management Console
+
+application.dir=${application.name}.app
+
+release.name=${module.namever}-macosx
+
+release.subdir=${module.release.base}/${release.name}
+
+release.zip=${module.release.base}/${release.name}.zip
+
+rcp.libs=${management-eclipse-plugin-macosx.libs}
+
+rcp.configuration.dir=src/main/resources/macosx/Configuration
+
+eclipse.ini=src/main/resources/macosx/eclipse.ini
+bin.includes=src/main/resources/macosx/eclipse
+
+eclipse.icns=src/main/resources/icons/Console.icns
+macosx.plist=src/main/resources/macosx/Info.plist

Added: 
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/build-release-macosx.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/management/eclipse-plugin/build-release-macosx.xml?rev=722666&view=auto
==============================================================================
--- 
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/build-release-macosx.xml
 (added)
+++ 
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/build-release-macosx.xml
 Tue Dec  2 15:23:59 2008
@@ -0,0 +1,91 @@
+<!--
+ -
+ - 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="Eclipse Plugin Binary Release" default="release-bin">
+
+   <import file="build-release.xml"/>
+
+   <property name="release.app" value="${release.subdir}/${application.dir}"/>
+
+   <target name="release-bin-mcplugin-jar">
+       <jar destfile="${release.app}/plugins/${mcplugin.filename}.jar" 
basedir="${mcplugin.contents.dir}" manifest="${mcplugin.manifest}"/>
+   </target>
+
+   <target name="release-bin-jmxremote-plugin">
+       <!-- Copy the jmxremote.sasl plugin's manifest, creating its plugin 
directory -->
+       <copy todir="${release.app}/plugins/jmxremote.sasl_1.0.1/META-INF" 
flatten="true" failonerror="true">
+           <fileset file="${jmxremote.sasl.manifest}"/>
+       </copy>
+   </target>
+
+
+   <target name="release-bin-rcp-deps" description="copy eclipse-rcp 
dependencies into module release" 
+       depends="copy-executable">      
+       
+       <!-- Copy remaining Eclipse binary and start-up files -->
+       <copy todir="${release.app}/Contents/MacOS" flatten="true" 
failonerror="true">
+           <fileset file="${eclipse.ini}"/>
+           <fileset file="${bin.includes}"/>
+       </copy>
+
+       <chmod dir="${release.app}/Contents/MacOS" perm="u+rx" includes="**/*"/>
+
+       <!-- Copy MacOS plist file -->
+       <copy todir="${release.app}/Contents" flatten="true" failonerror="true">
+           <fileset file="${macosx.plist}"/>
+       </copy>
+
+       <!-- Copy remaining Eclipse binary and start-up files -->
+       <copy todir="${release.app}/Contents/Resources" flatten="true" 
failonerror="true">
+           <fileset file="${eclipse.icns}"/>
+       </copy>
+
+       <!-- Copy License file -->
+       <copy todir="${release.app}" flatten="true" failonerror="true">
+           <fileset file="${license.eclipse.txt}"/>
+       </copy>
+
+       <!-- Copy the eclipse rcp module libs -->
+       <copy todir="${release.app}/plugins" failonerror="true">
+           <fileset dir="${project.root}" includes="${rcp.libs}"/>
+           <globmapper from="lib/*" to="*"/>
+       </copy>
+
+       <!-- Copy the relevant configuration dir -->
+       <copy todir="${release.app}/Configuration" failonerror="true">
+           <fileset dir="${rcp.configuration.dir}"/>
+       </copy>
+       <chmod dir="${release.app}/Configuration" perm="ugo+r" includes="**/*"/>
+   </target>
+
+    <target name="release-bin-zip" if="release.zip" description="build mc zip 
archive">
+
+        <zip destfile="${release.zip}">
+            <zipfileset dir="${release.subdir}" filemode="755">
+                <include name="${application.dir}/Contents/MacOS/**"/>
+            </zipfileset>
+
+            <zipfileset dir="${release.subdir}" filemode="644" dirmode="755">
+                <exclude name="${application.dir}/Contents/MacOS/**"/>
+            </zipfileset>
+        </zip>
+    </target>                  
+
+</project>

Modified: incubator/qpid/trunk/qpid/java/management/eclipse-plugin/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/management/eclipse-plugin/build.xml?rev=722666&r1=722665&r2=722666&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/management/eclipse-plugin/build.xml 
(original)
+++ incubator/qpid/trunk/qpid/java/management/eclipse-plugin/build.xml Tue Dec  
2 15:23:59 2008
@@ -72,6 +72,12 @@
             <property file="build-release-linux-gtk-x86.properties"/>
             <property file="build-release-common.properties"/>
         </ant>
+        <!-- mac os x -->
+        <ant antfile="build-release-macosx.xml">
+            <property file="build-release-macosx.properties"/>
+            <property file="build-release-common.properties"/>
+        </ant>
+
         <!-- win32 win32 x86 -->
         <ant antfile="build-release.xml">
             <property file="build-release-win32-win32-x86.properties"/>

Added: 
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/icons/Console.icns
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/icons/Console.icns?rev=722666&view=auto
==============================================================================
Files 
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/icons/Console.icns
 (added) and 
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/icons/Console.icns
 Tue Dec  2 15:23:59 2008 differ

Added: 
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/macosx/.DS_Store
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/macosx/.DS_Store?rev=722666&view=auto
==============================================================================
Files 
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/macosx/.DS_Store
 (added) and 
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/macosx/.DS_Store
 Tue Dec  2 15:23:59 2008 differ

Added: 
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/macosx/Configuration/.DS_Store
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/macosx/Configuration/.DS_Store?rev=722666&view=auto
==============================================================================
Files 
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/macosx/Configuration/.DS_Store
 (added) and 
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/macosx/Configuration/.DS_Store
 Tue Dec  2 15:23:59 2008 differ

Added: 
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/macosx/Info.plist
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/macosx/Info.plist?rev=722666&view=auto
==============================================================================
--- 
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/macosx/Info.plist
 (added)
+++ 
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/macosx/Info.plist
 Tue Dec  2 15:23:59 2008
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" 
"http://www.apple.com/DTDs/PropertyList-1.0.dtd";>
+<plist version="1.0">
+<dict>
+       <key>CFBundleExecutable</key>
+       <string>eclipse</string>
+       <key>CFBundleGetInfoString</key>
+       <string>Apache Qpid Management Console for Mac OS X</string>
+       <key>CFBundleIconFile</key>
+       <string>Console.icns</string>
+       <key>CFBundleIdentifier</key>
+       <string>org.apache.qpid.management.ui</string>
+       <key>CFBundleInfoDictionaryVersion</key>
+       <string>6.0</string>
+       <key>CFBundleName</key>
+       <string>Qpid Management Console</string>
+       <key>CFBundlePackageType</key>
+       <string>APPL</string>
+       <key>CFBundleShortVersionString</key>
+       <string>3.4</string>
+       <key>CFBundleSignature</key>
+       <string>????</string>
+       <key>CFBundleVersion</key>
+       <string>3.4</string>
+       <key>Qpid Management Console</key>
+       <array>
+               <string>-consoleLog</string>
+               <string>-showlocation</string>
+       </array>
+</dict>
+</plist>

Added: 
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/macosx/eclipse
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/macosx/eclipse?rev=722666&view=auto
==============================================================================
Files 
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/macosx/eclipse
 (added) and 
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/macosx/eclipse
 Tue Dec  2 15:23:59 2008 differ

Propchange: 
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/macosx/eclipse
------------------------------------------------------------------------------
    svn:executable = *

Added: 
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/macosx/eclipse.ini
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/macosx/eclipse.ini?rev=722666&view=auto
==============================================================================
--- 
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/macosx/eclipse.ini
 (added)
+++ 
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/macosx/eclipse.ini
 Tue Dec  2 15:23:59 2008
@@ -0,0 +1,14 @@
+-showsplash
+org.eclipse.platform
+-startup
+../../plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar
+--launcher.library
+../../plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731
+-vmargs
+#-Xdock:icon=../Resources/Eclipse.icns
+-XstartOnFirstThread
+-Xms40m
+-Xmx512m
+-XX:MaxPermSize=256m
+-Dosgi.requiredJavaVersion=1.5
+-Dorg.eclipse.swt.internal.carbon.smallFonts


Reply via email to