mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
REPO-2636 Remove the OSX installer
This commit is contained in:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user