Loading metadata.keystore→core/metadata.keystore (409 B) File moved. View file core/pom.xml 0 → 100644 +40 −0 Original line number Diff line number Diff line <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.inteligr8.alfresco</groupId> <artifactId>annotations-platform-module</artifactId> <version>1.0-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <artifactId>annotations-core-platform-module</artifactId> <packaging>jar</packaging> <properties> <alfresco.platform.war.version>22.22</alfresco.platform.war.version> </properties> <build> <plugins> <plugin> <groupId>io.repaint.maven</groupId> <artifactId>tiles-maven-plugin</artifactId> <version>2.40</version> <extensions>true</extensions> <configuration> <tiles> <!-- Documentation: https://bitbucket.org/inteligr8/ootbee-beedk/src/stable/beedk-acs-platform-self-rad-tile --> <tile>com.inteligr8.ootbee:beedk-acs-platform-self-rad-tile:[1.1.0,1.2.0)</tile> <!-- Documentation: https://bitbucket.org/inteligr8/ootbee-beedk/src/stable/beedk-acs-platform-module-tile --> <tile>com.inteligr8.ootbee:beedk-acs-platform-module-tile:[1.1.0,1.2.0)</tile> <!-- Documentation: https://bitbucket.org/inteligr8/ootbee-beedk/src/stable/beedk-acs-platform-self-it-tile --> <tile>com.inteligr8.ootbee:beedk-acs-platform-self-it-tile:[1.1.0,1.2.0)</tile> </tiles> </configuration> </plugin> </plugins> </build> </project> No newline at end of file rad.ps1→core/rad.ps1 +0 −0 File moved. View file rad.sh→core/rad.sh +0 −0 File moved. View file src/main/java/com/inteligr8/alfresco/annotations/AssociationTypeConstrainable.java→core/src/main/java/com/inteligr8/alfresco/annotations/AssociationTypeConstrainable.java +0 −0 File moved. View file Loading
core/pom.xml 0 → 100644 +40 −0 Original line number Diff line number Diff line <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.inteligr8.alfresco</groupId> <artifactId>annotations-platform-module</artifactId> <version>1.0-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <artifactId>annotations-core-platform-module</artifactId> <packaging>jar</packaging> <properties> <alfresco.platform.war.version>22.22</alfresco.platform.war.version> </properties> <build> <plugins> <plugin> <groupId>io.repaint.maven</groupId> <artifactId>tiles-maven-plugin</artifactId> <version>2.40</version> <extensions>true</extensions> <configuration> <tiles> <!-- Documentation: https://bitbucket.org/inteligr8/ootbee-beedk/src/stable/beedk-acs-platform-self-rad-tile --> <tile>com.inteligr8.ootbee:beedk-acs-platform-self-rad-tile:[1.1.0,1.2.0)</tile> <!-- Documentation: https://bitbucket.org/inteligr8/ootbee-beedk/src/stable/beedk-acs-platform-module-tile --> <tile>com.inteligr8.ootbee:beedk-acs-platform-module-tile:[1.1.0,1.2.0)</tile> <!-- Documentation: https://bitbucket.org/inteligr8/ootbee-beedk/src/stable/beedk-acs-platform-self-it-tile --> <tile>com.inteligr8.ootbee:beedk-acs-platform-self-it-tile:[1.1.0,1.2.0)</tile> </tiles> </configuration> </plugin> </plugins> </build> </project> No newline at end of file
src/main/java/com/inteligr8/alfresco/annotations/AssociationTypeConstrainable.java→core/src/main/java/com/inteligr8/alfresco/annotations/AssociationTypeConstrainable.java +0 −0 File moved. View file