You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by fm...@apache.org on 2013/08/06 17:42:44 UTC

svn commit: r1511004 - in /chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-archetype/src/test: ./ resources/ resources/projects/ resources/projects/server/

Author: fmui
Date: Tue Aug  6 15:42:44 2013
New Revision: 1511004

URL: http://svn.apache.org/r1511004
Log:
Server archetype: added simple integration test

Added:
    chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-archetype/src/test/
    chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-archetype/src/test/resources/
    chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-archetype/src/test/resources/projects/
    chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-archetype/src/test/resources/projects/server/
    chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-archetype/src/test/resources/projects/server/archetype.properties   (with props)
    chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-archetype/src/test/resources/projects/server/goal.txt   (with props)

Added: chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-archetype/src/test/resources/projects/server/archetype.properties
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-archetype/src/test/resources/projects/server/archetype.properties?rev=1511004&view=auto
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-archetype/src/test/resources/projects/server/archetype.properties (added)
+++ chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-archetype/src/test/resources/projects/server/archetype.properties Tue Aug  6 15:42:44 2013
@@ -0,0 +1,5 @@
+groupId=org.test.cmis
+artifactId=test-cmis-server
+version=1.0-SNAPSHOT
+package=org.test.cmis.server
+projectPrefix=Test

Propchange: chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-archetype/src/test/resources/projects/server/archetype.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-archetype/src/test/resources/projects/server/goal.txt
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-archetype/src/test/resources/projects/server/goal.txt?rev=1511004&view=auto
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-archetype/src/test/resources/projects/server/goal.txt (added)
+++ chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-archetype/src/test/resources/projects/server/goal.txt Tue Aug  6 15:42:44 2013
@@ -0,0 +1 @@
+clean install
\ No newline at end of file

Propchange: chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-archetype/src/test/resources/projects/server/goal.txt
------------------------------------------------------------------------------
    svn:eol-style = native