Revision: 58751
Author:   jhoffman
Date:     2017-03-02 13:06:28 +0100 (Thu, 02 Mar 2017)
Log Message:
-----------
Moved project from forge.onehippo.org/svn/ without history

Added Paths:
-----------
    attic/forge/cmis-client/branches/
    attic/forge/cmis-client/trunk/demo/content/pom.xml
    attic/forge/cmis-client/trunk/demo/pom.xml

Added: attic/forge/cmis-client/trunk/demo/content/pom.xml
===================================================================
--- attic/forge/cmis-client/trunk/demo/content/pom.xml                          
(rev 0)
+++ attic/forge/cmis-client/trunk/demo/content/pom.xml  2017-03-02 12:06:28 UTC 
(rev 58751)
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2011 Hippo
+
+  Licensed 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 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          
http://maven.apache.org/maven-v4_0_0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>com.onehippo.cmis</groupId>
+    <artifactId>hippo-cmis-client-demo</artifactId>
+    <version>1.01.00-SNAPSHOT</version>
+  </parent>
+
+  <name>Hippo CMIS Client Demo Project content</name>
+  <description>Hippo CMIS Client Demo Project Content</description>
+  <groupId>com.onehippo.cmis</groupId>
+  <artifactId>hippo-cmis-client-demo-content</artifactId>
+  <packaging>jar</packaging>
+
+  <build>
+    <defaultGoal>package</defaultGoal>  
+    <plugins>
+      <plugin>
+        <inherited>true</inherited>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifest>
+              
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+            </manifest>
+          </archive>
+        </configuration>
+      </plugin> 
+    </plugins> 
+  </build>
+
+</project>


Property changes on: attic/forge/cmis-client/trunk/demo/content/pom.xml
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: attic/forge/cmis-client/trunk/demo/pom.xml
===================================================================
--- attic/forge/cmis-client/trunk/demo/pom.xml                          (rev 0)
+++ attic/forge/cmis-client/trunk/demo/pom.xml  2017-03-02 12:06:28 UTC (rev 
58751)
@@ -0,0 +1,287 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Copyright 2011 Hippo
+
+    Licensed 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 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 
http://maven.apache.org/maven-v4_0_0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.onehippo.cms7</groupId>
+    <artifactId>hippo-cms7-release</artifactId>
+    <version>7.5.1</version>
+  </parent>
+
+  <name>Hippo CMIS Client Demo Project</name>
+  <description>Hippo CMIS Client Demo Project</description>
+  <groupId>com.onehippo.cmis</groupId>
+  <artifactId>hippo-cmis-client-demo</artifactId>
+  <version>1.01.00-SNAPSHOT</version>
+  <packaging>pom</packaging>
+
+  <!-- 
+    The below project elements are emptied/overridden as otherwise their 
metadata would be
+    inherited or merged from the parent hippo-cms7-release pom (or its 
hippo-cms7-project pom).
+
+    DO NOT remove these tags but instead fill them in appropriately as needed, 
+    UNLESS the inherited values are valid for your project.
+  -->
+  <url/>
+  <inceptionYear/>
+  <organization/>
+  <licenses>
+    <license/>
+  </licenses>
+  <mailingLists>
+    <mailingList/>
+  </mailingLists>
+  <developers>
+    <developer/>
+  </developers>
+  <contributors>
+    <contributor/>
+  </contributors>
+  <issueManagement/>
+  <scm>
+    <connection/>
+    <developerConnection/>
+    <url/>
+  </scm>
+  <ciManagement/>
+  <distributionManagement>
+    <repository>
+      <id/>
+      <url/>
+    </repository>
+    <snapshotRepository>
+      <id/>
+      <url/>
+    </snapshotRepository>
+  </distributionManagement>
+  <!-- End of emptied/overridden metadata from parent hippo-cms7-release pom. 
-->
+
+  <properties>
+    <!-- The default source file encoding configuration -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+
+    <servlet-api.version>2.4</servlet-api.version>
+    <jstl.version>1.1.2</jstl.version>
+    <taglibs.version>1.1.2</taglibs.version>
+    <javax.jcr.version>2.0</javax.jcr.version>
+    <jta.version>1.1</jta.version>
+
+    <commons.lang.version>2.5</commons.lang.version>
+    <slf4j.version>1.5.6</slf4j.version>
+    <log4j.version>1.2.14</log4j.version>
+
+    <junit.version>4.5</junit.version>
+
+    <xalan.version>2.4.1</xalan.version>
+    <xercesImpl.version>2.9.1</xercesImpl.version>
+    <xml-apis.version>2.0.2</xml-apis.version>
+
+    <jetty.version>6.1.18</jetty.version>
+    <atomikos.version>3.1.4</atomikos.version>
+    <freemarker.version>2.3.9</freemarker.version>
+    <lib.spring-js.version>2.0.5.RELEASE</lib.spring-js.version>
+    <hst-jaxrs.version>2.20.01</hst-jaxrs.version>
+    <hst-page-composer.version>2.20.01</hst-page-composer.version>
+    <hst-security.version>2.20.01</hst-security.version>
+    
+    <!-- override versions in release pom -->
+    <hippo.repository.version>2.18.02-SNAPSHOT</hippo.repository.version>
+    <hippo.cms.version>2.18.03-SNAPSHOT</hippo.cms.version>
+
+  </properties>
+
+  <repositories>
+    <repository>
+      <id>hippo</id>
+      <name>Hippo maven 2 repository.</name>
+      <url>http://maven.onehippo.com/maven2/</url>
+    </repository>
+    <repository>
+      <id>codehaus</id>
+      
<url>https://nexus.codehaus.org/content/repositories/releases/org/codehaus/mojo</url>
+    </repository>
+  </repositories>
+
+  <pluginRepositories>
+    <pluginRepository>
+      <id>hippo</id>
+      <name>Hippo Maven 2 Repository</name>
+      <url>http://maven.onehippo.com/maven2/</url>
+    </pluginRepository>
+    <pluginRepository>
+      <id>codehaus</id>
+      
<url>https://nexus.codehaus.org/content/repositories/releases/org/codehaus/mojo</url>
+    </pluginRepository>
+  </pluginRepositories>
+
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.apache.geronimo.specs</groupId>
+        <artifactId>geronimo-jta_1.1_spec</artifactId>
+        <version>${jta.version}</version>
+        <scope>provided</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>javax.servlet</groupId>
+        <artifactId>servlet-api</artifactId>
+        <version>${servlet-api.version}</version>
+        <scope>provided</scope>
+      </dependency>
+
+      <!-- Because we use jcl-over-slf4j, but a large number of mvn projects 
declare commons-logging as a dependency, we exclude
+commons-logging here by adding it as provided dependency -->
+      <dependency>
+        <groupId>commons-logging</groupId>
+        <artifactId>commons-logging</artifactId>
+        <version>1.1.1</version>
+        <scope>provided</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>javax.servlet</groupId>
+        <artifactId>jstl</artifactId>
+        <version>${jstl.version}</version>
+        <scope>runtime</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>javax.jcr</groupId>
+        <artifactId>jcr</artifactId>
+        <version>${javax.jcr.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>taglibs</groupId>
+        <artifactId>standard</artifactId>
+        <version>${taglibs.version}</version>
+        <scope>runtime</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>xml-apis</groupId>
+        <artifactId>xml-apis</artifactId>
+        <version>${xml-apis.version}</version>
+        <scope>runtime</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>xerces</groupId>
+        <artifactId>xercesImpl</artifactId>
+        <version>${xercesImpl.version}</version>
+        <scope>runtime</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>xalan</groupId>
+        <artifactId>xalan</artifactId>
+        <version>${xalan.version}</version>
+        <scope>runtime</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>commons-lang</groupId>
+        <artifactId>commons-lang</artifactId>
+        <version>${commons.lang.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-api</artifactId>
+        <version>${slf4j.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>jcl-over-slf4j</artifactId>
+        <version>${slf4j.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-log4j12</artifactId>
+        <version>${slf4j.version}</version>
+        <scope>runtime</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>log4j</groupId>
+        <artifactId>log4j</artifactId>
+        <version>${log4j.version}</version>
+        <scope>runtime</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>${junit.version}</version>
+        <scope>test</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>org.freemarker</groupId>
+        <artifactId>freemarker</artifactId>
+        <version>${freemarker.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.springframework.webflow</groupId>
+        <artifactId>org.springframework.js</artifactId>
+        <version>${lib.spring-js.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.onehippo.cms7.hst.components</groupId>
+        <artifactId>hst-jaxrs</artifactId>
+        <version>${hst-jaxrs.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.onehippo.cms7.hst.client-modules</groupId>
+        <artifactId>hst-page-composer</artifactId>
+        <version>${hst-page-composer.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.onehippo.cms7.hst.components</groupId>
+        <artifactId>hst-security</artifactId>
+        <version>${hst-security.version}</version>
+      </dependency>
+
+    </dependencies>
+  </dependencyManagement>
+
+  <build>
+    <defaultGoal>package</defaultGoal>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-archetype-plugin</artifactId>
+          <version>2.0-alpha-4</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
+  <modules>
+    <module>content</module>
+    <module>cms</module>
+    <!--<module>site</module>-->
+  </modules>
+</project>
\ No newline at end of file


Property changes on: attic/forge/cmis-client/trunk/demo/pom.xml
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to