You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by dc...@apache.org on 2010/06/16 19:26:30 UTC

svn commit: r955313 - in /incubator/chemistry: abdera-ext/ abdera-ext/branches/ abdera-ext/tags/ abdera-ext/trunk/ tck/ tck/branches/ tck/tags/ tck/trunk/ tck/trunk/chemistry-tck-atompub/ trunk/chemistry/ trunk/chemistry/chemistry-abdera/ trunk/chemist...

Author: dcaruana
Date: Wed Jun 16 17:26:30 2010
New Revision: 955313

URL: http://svn.apache.org/viewvc?rev=955313&view=rev
Log:
CMIS-203: Move chemistry-abdera to /chemistry sub-project
CMIS-204: Move chemistry-atompub-tck to /chemistry sub-project

Added:
    incubator/chemistry/abdera-ext/
    incubator/chemistry/abdera-ext/branches/
    incubator/chemistry/abdera-ext/tags/
    incubator/chemistry/abdera-ext/trunk/   (props changed)
      - copied from r955213, incubator/chemistry/trunk/chemistry/chemistry-abdera/
    incubator/chemistry/tck/
    incubator/chemistry/tck/branches/
    incubator/chemistry/tck/tags/
    incubator/chemistry/tck/trunk/   (with props)
    incubator/chemistry/tck/trunk/chemistry-tck-atompub/   (props changed)
      - copied from r955284, incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/
    incubator/chemistry/tck/trunk/pom.xml
Removed:
    incubator/chemistry/trunk/chemistry/chemistry-abdera/
    incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/
Modified:
    incubator/chemistry/abdera-ext/trunk/pom.xml
    incubator/chemistry/tck/trunk/chemistry-tck-atompub/pom.xml
    incubator/chemistry/trunk/chemistry/pom.xml

Propchange: incubator/chemistry/abdera-ext/trunk/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Jun 16 17:26:30 2010
@@ -0,0 +1,6 @@
+bin
+target
+*.iws
+*.ipr
+*.iml
+.*

Propchange: incubator/chemistry/abdera-ext/trunk/
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Wed Jun 16 17:26:30 2010
@@ -0,0 +1 @@
+/incubator/chemistry/branches/0.62/chemistry/chemistry-abdera:812496-833086

Modified: incubator/chemistry/abdera-ext/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/abdera-ext/trunk/pom.xml?rev=955313&r1=955213&r2=955313&view=diff
==============================================================================
--- incubator/chemistry/abdera-ext/trunk/pom.xml (original)
+++ incubator/chemistry/abdera-ext/trunk/pom.xml Wed Jun 16 17:26:30 2010
@@ -1,16 +1,36 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+
+    <!--
+        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 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+         xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+         
   <modelVersion>4.0.0</modelVersion>
+  
   <parent>
-    <artifactId>chemistry</artifactId>
-    <groupId>org.apache.chemistry</groupId>
-    <version>0.5-SNAPSHOT</version>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>7</version>
   </parent>
+  
+  <groupId>org.apache.chemistry.abdera</groupId>
   <artifactId>chemistry-abdera</artifactId>
-  <name>Chemistry Abdera Extension for CMIS AtomPub binding </name>
-  <url>http://maven.apache.org</url>
+  <name>Chemistry Abdera Extension for CMIS AtomPub binding</name>
+  <version>0.1-incubating-SNAPSHOT</version>
   <packaging>jar</packaging>
+  
   <dependencies>
     <dependency>
       <groupId>junit</groupId>

Propchange: incubator/chemistry/tck/trunk/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Jun 16 17:26:30 2010
@@ -0,0 +1,6 @@
+bin
+target
+*.iws
+*.ipr
+*.iml
+.*

Propchange: incubator/chemistry/tck/trunk/chemistry-tck-atompub/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Jun 16 17:26:30 2010
@@ -0,0 +1,6 @@
+bin
+target
+*.iws
+*.ipr
+*.iml
+.*

Propchange: incubator/chemistry/tck/trunk/chemistry-tck-atompub/
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Wed Jun 16 17:26:30 2010
@@ -0,0 +1 @@
+/incubator/chemistry/branches/0.62/chemistry/chemistry-tck-atompub:812496-833086

Modified: incubator/chemistry/tck/trunk/chemistry-tck-atompub/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/tck/trunk/chemistry-tck-atompub/pom.xml?rev=955313&r1=955284&r2=955313&view=diff
==============================================================================
--- incubator/chemistry/tck/trunk/chemistry-tck-atompub/pom.xml (original)
+++ incubator/chemistry/tck/trunk/chemistry-tck-atompub/pom.xml Wed Jun 16 17:26:30 2010
@@ -14,18 +14,19 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.chemistry</groupId>
-        <artifactId>chemistry-parent</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <groupId>org.apache.chemistry.tck</groupId>
+        <artifactId>chemistry-tck</artifactId>
+        <version>0.1-incubating-SNAPSHOT</version>
     </parent>
+    
     <artifactId>chemistry-tck-atompub</artifactId>
     <name>Chemistry TCK AtomPub</name>
 
     <dependencies>
         <dependency>
+            <groupId>org.apache.chemistry.abdera</groupId>
             <artifactId>chemistry-abdera</artifactId>
-            <groupId>org.apache.chemistry</groupId>
-            <version>0.5-SNAPSHOT</version>
+            <version>0.1-incubating-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
@@ -43,10 +44,13 @@
         <dependency>
             <groupId>log4j</groupId>
             <artifactId>log4j</artifactId>
+            <version>1.2.13</version>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
+            <version>3.1</version>
         </dependency>
         <dependency>
             <artifactId>abdera-core</artifactId>

Added: incubator/chemistry/tck/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/tck/trunk/pom.xml?rev=955313&view=auto
==============================================================================
--- incubator/chemistry/tck/trunk/pom.xml (added)
+++ incubator/chemistry/tck/trunk/pom.xml Wed Jun 16 17:26:30 2010
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+   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.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>7</version>
+  </parent>
+
+  <groupId>org.apache.chemistry.tck</groupId>
+  <artifactId>chemistry-tck</artifactId>
+  <version>0.1-incubating-SNAPSHOT</version>
+  <name>Chemistry TCK</name>
+  <packaging>pom</packaging>
+  
+  <modules>
+    <module>chemistry-tck-atompub</module>
+  </modules>
+
+</project>

Modified: incubator/chemistry/trunk/chemistry/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/pom.xml?rev=955313&r1=955312&r2=955313&view=diff
==============================================================================
--- incubator/chemistry/trunk/chemistry/pom.xml (original)
+++ incubator/chemistry/trunk/chemistry/pom.xml Wed Jun 16 17:26:30 2010
@@ -40,8 +40,6 @@
     <module>chemistry-ws</module>
     <module>chemistry-soap-server</module>
     <module>chemistry-jcr</module>
-    <module>chemistry-abdera</module>
-    <module>chemistry-tck-atompub</module>
     <module>chemistry-shell</module>
   </modules>