REPO-2636 Remove the OSX installer

This commit is contained in:
Alex Mukha
2017-07-11 17:25:01 +01:00
parent 5453f96b66
commit 1f1ca66a6b
2 changed files with 2 additions and 91 deletions

View File

@@ -17,9 +17,7 @@
<license.file.location>${binaries.folder}/build-classpath/license.xml</license.file.location>
<bitrock.arguments>
project.version=${installer.version.name}
project.fullName='Alfresco Content Services'
project.osxSigningPkcs12File=${signing.key.location}/Alfresco-Software-Ltd-osx.p12
project.osxSigningPkcs12Password=${p12Password}
project.fullName='Alfresco Content Services'
project.windowsSigningPkcs12File=${signing.key.location}/Alfresco-Software-Ltd.p12
project.windowsSigningPkcs12Password=${p12Password}
alfresco_edition=enterprise
@@ -217,17 +215,6 @@
<bitrock.executable>${bitrock.folder}/bin/builder</bitrock.executable>
</properties>
</profile>
<profile>
<id>osx-bitrock</id>
<activation>
<os>
<family>mac</family>
</os>
</activation>
<properties>
<bitrock.executable>${bitrock.folder}/bin/builder</bitrock.executable>
</properties>
</profile>
</profiles>
</project>

View File

@@ -17,9 +17,7 @@
<license.file.location>${binaries.folder}/build-classpath/license.xml</license.file.location>
<bitrock.arguments>
project.version=${installer.version.name}
project.fullName='Alfresco Community'
project.osxSigningPkcs12File=${signing.key.location}/Alfresco-Software-Ltd-osx.p12
project.osxSigningPkcs12Password=${p12Password}
project.fullName='Alfresco Community'
project.windowsSigningPkcs12File=${signing.key.location}/Alfresco-Software-Ltd.p12
project.windowsSigningPkcs12Password=${p12Password}
alfresco_edition=community
@@ -39,13 +37,6 @@
<classifier>linux</classifier>
<type>tgz</type>
</dependency>
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>installer-common</artifactId>
<version>${installer.common.version}</version>
<classifier>osx</classifier>
<type>tgz</type>
</dependency>
<!-- Tomcat -->
<dependency>
@@ -55,13 +46,6 @@
<classifier>linux</classifier>
<type>tgz</type>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat</artifactId>
<version>${installer.tomcat.version}</version>
<classifier>osx</classifier>
<type>tgz</type>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat</artifactId>
@@ -78,13 +62,6 @@
<classifier>linux</classifier>
<type>tgz</type>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql-distribution</artifactId>
<version>${installer.postgresql.version}</version>
<classifier>osx</classifier>
<type>tgz</type>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql-distribution</artifactId>
@@ -101,13 +78,6 @@
<classifier>linux</classifier>
<type>tgz</type>
</dependency>
<dependency>
<groupId>com.oracle.java</groupId>
<artifactId>jre</artifactId>
<version>${installer.java.version}</version>
<classifier>osx</classifier>
<type>tgz</type>
</dependency>
<dependency>
<groupId>com.oracle.java</groupId>
<artifactId>jre</artifactId>
@@ -124,13 +94,6 @@
<classifier>linux</classifier>
<type>tgz</type>
</dependency>
<dependency>
<groupId>org.libreoffice</groupId>
<artifactId>libreoffice-dist</artifactId>
<version>${installer.libreoffice.version}</version>
<classifier>osx</classifier>
<type>tgz</type>
</dependency>
<dependency>
<groupId>org.libreoffice</groupId>
<artifactId>libreoffice-dist</artifactId>
@@ -147,13 +110,6 @@
<classifier>linux</classifier>
<type>tgz</type>
</dependency>
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-pdf-renderer</artifactId>
<version>${installer.alfresco-pdf-renderer.version}</version>
<classifier>osx</classifier>
<type>tgz</type>
</dependency>
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-pdf-renderer</artifactId>
@@ -170,13 +126,6 @@
<classifier>linux</classifier>
<type>tgz</type>
</dependency>
<dependency>
<groupId>org.imagemagick</groupId>
<artifactId>imagemagick-distribution</artifactId>
<version>${installer.imagemagick.version}</version>
<classifier>osx</classifier>
<type>tgz</type>
</dependency>
<dependency>
<groupId>org.imagemagick</groupId>
<artifactId>imagemagick-distribution</artifactId>
@@ -193,13 +142,6 @@
<classifier>linux</classifier>
<type>tgz</type>
</dependency>
<dependency>
<groupId>com.bitnami</groupId>
<artifactId>installbuilder</artifactId>
<version>${installer.installbuilder.version}</version>
<classifier>osx</classifier>
<type>tgz</type>
</dependency>
<dependency>
<groupId>com.bitnami</groupId>
<artifactId>installbuilder</artifactId>
@@ -216,13 +158,6 @@
<classifier>linux</classifier>
<type>tgz</type>
</dependency>
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>manager</artifactId>
<version>${installer.manager.version}</version>
<classifier>osx</classifier>
<type>tgz</type>
</dependency>
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>manager</artifactId>
@@ -423,17 +358,6 @@
<bitrock.executable>${bitrock.folder}/bin/builder</bitrock.executable>
</properties>
</profile>
<profile>
<id>osx-bitrock</id>
<activation>
<os>
<family>mac</family>
</os>
</activation>
<properties>
<bitrock.executable>${bitrock.folder}/bin/builder</bitrock.executable>
</properties>
</profile>
</profiles>
</project>