mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merge branch 'fix/REPO-2636_Remove_OSX_Installer' into 'develop'
REPO-2636 Remove the OSX installer See merge request !1
This commit is contained in:
76
pom.xml
76
pom.xml
@@ -19,8 +19,6 @@
|
|||||||
project.outputDirectory=${project.build.directory}
|
project.outputDirectory=${project.build.directory}
|
||||||
project.version=${project.version}
|
project.version=${project.version}
|
||||||
project.fullName='Alfresco Content Services Platform'
|
project.fullName='Alfresco Content Services Platform'
|
||||||
project.osxSigningPkcs12File=${signing.key.location}/Alfresco-Software-Ltd-osx.p12
|
|
||||||
project.osxSigningPkcs12Password=${p12Password}
|
|
||||||
project.windowsSigningPkcs12File=${signing.key.location}/Alfresco-Software-Ltd.p12
|
project.windowsSigningPkcs12File=${signing.key.location}/Alfresco-Software-Ltd.p12
|
||||||
project.windowsSigningPkcs12Password=${p12Password}
|
project.windowsSigningPkcs12Password=${p12Password}
|
||||||
alfresco_edition=enterprise
|
alfresco_edition=enterprise
|
||||||
@@ -42,13 +40,6 @@
|
|||||||
<classifier>linux</classifier>
|
<classifier>linux</classifier>
|
||||||
<type>tgz</type>
|
<type>tgz</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.alfresco</groupId>
|
|
||||||
<artifactId>installer-common</artifactId>
|
|
||||||
<version>${installer.common.version}</version>
|
|
||||||
<classifier>osx</classifier>
|
|
||||||
<type>tgz</type>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!-- Tomcat -->
|
<!-- Tomcat -->
|
||||||
<dependency>
|
<dependency>
|
||||||
@@ -58,13 +49,6 @@
|
|||||||
<classifier>linux</classifier>
|
<classifier>linux</classifier>
|
||||||
<type>tgz</type>
|
<type>tgz</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.tomcat</groupId>
|
|
||||||
<artifactId>tomcat</artifactId>
|
|
||||||
<version>${installer.tomcat.version}</version>
|
|
||||||
<classifier>osx</classifier>
|
|
||||||
<type>tgz</type>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.tomcat</groupId>
|
<groupId>org.apache.tomcat</groupId>
|
||||||
<artifactId>tomcat</artifactId>
|
<artifactId>tomcat</artifactId>
|
||||||
@@ -81,13 +65,6 @@
|
|||||||
<classifier>linux</classifier>
|
<classifier>linux</classifier>
|
||||||
<type>tgz</type>
|
<type>tgz</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.postgresql</groupId>
|
|
||||||
<artifactId>postgresql-distribution</artifactId>
|
|
||||||
<version>${installer.postgresql.version}</version>
|
|
||||||
<classifier>osx</classifier>
|
|
||||||
<type>tgz</type>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.postgresql</groupId>
|
<groupId>org.postgresql</groupId>
|
||||||
<artifactId>postgresql-distribution</artifactId>
|
<artifactId>postgresql-distribution</artifactId>
|
||||||
@@ -104,13 +81,6 @@
|
|||||||
<classifier>linux</classifier>
|
<classifier>linux</classifier>
|
||||||
<type>tgz</type>
|
<type>tgz</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>com.oracle.java</groupId>
|
|
||||||
<artifactId>jre</artifactId>
|
|
||||||
<version>${installer.java.version}</version>
|
|
||||||
<classifier>osx</classifier>
|
|
||||||
<type>tgz</type>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.oracle.java</groupId>
|
<groupId>com.oracle.java</groupId>
|
||||||
<artifactId>jre</artifactId>
|
<artifactId>jre</artifactId>
|
||||||
@@ -127,13 +97,6 @@
|
|||||||
<classifier>linux</classifier>
|
<classifier>linux</classifier>
|
||||||
<type>tgz</type>
|
<type>tgz</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.libreoffice</groupId>
|
|
||||||
<artifactId>libreoffice-dist</artifactId>
|
|
||||||
<version>${installer.libreoffice.version}</version>
|
|
||||||
<classifier>osx</classifier>
|
|
||||||
<type>tgz</type>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.libreoffice</groupId>
|
<groupId>org.libreoffice</groupId>
|
||||||
<artifactId>libreoffice-dist</artifactId>
|
<artifactId>libreoffice-dist</artifactId>
|
||||||
@@ -150,13 +113,6 @@
|
|||||||
<classifier>linux</classifier>
|
<classifier>linux</classifier>
|
||||||
<type>tgz</type>
|
<type>tgz</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.imagemagick</groupId>
|
|
||||||
<artifactId>imagemagick-distribution</artifactId>
|
|
||||||
<version>${installer.imagemagick.version}</version>
|
|
||||||
<classifier>osx</classifier>
|
|
||||||
<type>tgz</type>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.imagemagick</groupId>
|
<groupId>org.imagemagick</groupId>
|
||||||
<artifactId>imagemagick-distribution</artifactId>
|
<artifactId>imagemagick-distribution</artifactId>
|
||||||
@@ -174,13 +130,6 @@
|
|||||||
<classifier>linux</classifier>
|
<classifier>linux</classifier>
|
||||||
<type>tgz</type>
|
<type>tgz</type>
|
||||||
</dependency>
|
</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>
|
<dependency>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-pdf-renderer</artifactId>
|
<artifactId>alfresco-pdf-renderer</artifactId>
|
||||||
@@ -197,13 +146,6 @@
|
|||||||
<classifier>linux</classifier>
|
<classifier>linux</classifier>
|
||||||
<type>tgz</type>
|
<type>tgz</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>com.bitnami</groupId>
|
|
||||||
<artifactId>installbuilder</artifactId>
|
|
||||||
<version>${installer.installbuilder.version}</version>
|
|
||||||
<classifier>osx</classifier>
|
|
||||||
<type>tgz</type>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.bitnami</groupId>
|
<groupId>com.bitnami</groupId>
|
||||||
<artifactId>installbuilder</artifactId>
|
<artifactId>installbuilder</artifactId>
|
||||||
@@ -220,13 +162,6 @@
|
|||||||
<classifier>linux</classifier>
|
<classifier>linux</classifier>
|
||||||
<type>tgz</type>
|
<type>tgz</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.alfresco</groupId>
|
|
||||||
<artifactId>manager</artifactId>
|
|
||||||
<version>${installer.manager.version}</version>
|
|
||||||
<classifier>osx</classifier>
|
|
||||||
<type>tgz</type>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>manager</artifactId>
|
<artifactId>manager</artifactId>
|
||||||
@@ -357,17 +292,6 @@
|
|||||||
<bitrock.executable>${bitrock.folder}/bin/builder</bitrock.executable>
|
<bitrock.executable>${bitrock.folder}/bin/builder</bitrock.executable>
|
||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</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>
|
</profiles>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
Reference in New Issue
Block a user