You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2011/02/02 12:27:10 UTC

svn commit: r1066419 - in /sling/whiteboard/bdelacretaz/junit: ./ core/ core/pom.xml extension/ pom.xml testbundle/pom.xml

Author: bdelacretaz
Date: Wed Feb  2 11:27:09 2011
New Revision: 1066419

URL: http://svn.apache.org/viewvc?rev=1066419&view=rev
Log:
SLING-1963 - rename main bundle, extension -> core

Added:
    sling/whiteboard/bdelacretaz/junit/core/
      - copied from r1066414, sling/whiteboard/bdelacretaz/junit/extension/
    sling/whiteboard/bdelacretaz/junit/core/pom.xml
      - copied, changed from r1066416, sling/whiteboard/bdelacretaz/junit/extension/pom.xml
    sling/whiteboard/bdelacretaz/junit/pom.xml   (with props)
Removed:
    sling/whiteboard/bdelacretaz/junit/extension/
Modified:
    sling/whiteboard/bdelacretaz/junit/   (props changed)
    sling/whiteboard/bdelacretaz/junit/testbundle/pom.xml

Propchange: sling/whiteboard/bdelacretaz/junit/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Feb  2 11:27:09 2011
@@ -0,0 +1,14 @@
+target
+bin
+*.iml
+*.ipr
+*.iws
+.settings
+.project
+.classpath
+.externalToolBuilders
+maven-eclipse.xml
+
+
+
+

Copied: sling/whiteboard/bdelacretaz/junit/core/pom.xml (from r1066416, sling/whiteboard/bdelacretaz/junit/extension/pom.xml)
URL: http://svn.apache.org/viewvc/sling/whiteboard/bdelacretaz/junit/core/pom.xml?p2=sling/whiteboard/bdelacretaz/junit/core/pom.xml&p1=sling/whiteboard/bdelacretaz/junit/extension/pom.xml&r1=1066416&r2=1066419&rev=1066419&view=diff
==============================================================================
--- sling/whiteboard/bdelacretaz/junit/extension/pom.xml (original)
+++ sling/whiteboard/bdelacretaz/junit/core/pom.xml Wed Feb  2 11:27:09 2011
@@ -26,11 +26,11 @@
         <version>10</version>
     </parent>
 
-    <artifactId>org.apache.sling.extensions.junit</artifactId>
+    <artifactId>org.apache.sling.junit.core</artifactId>
     <version>0.1.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
-    <name>Apache Sling JUnit extensions</name>
+    <name>Apache Sling JUnit extension</name>
     <description>Runs JUnit tests in a Sling instance</description>
     
     <properties>

Added: sling/whiteboard/bdelacretaz/junit/pom.xml
URL: http://svn.apache.org/viewvc/sling/whiteboard/bdelacretaz/junit/pom.xml?rev=1066419&view=auto
==============================================================================
--- sling/whiteboard/bdelacretaz/junit/pom.xml (added)
+++ sling/whiteboard/bdelacretaz/junit/pom.xml Wed Feb  2 11:27:09 2011
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you 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.sling</groupId>
+        <artifactId>sling</artifactId>
+        <version>10</version>
+    </parent>
+
+    <artifactId>org.apache.sling.junit.reactor</artifactId>
+    <version>0.1.1-SNAPSHOT</version>
+    <packaging>pom</packaging>
+
+    <name>Apache Sling JUnit Reactor POM</name>
+    <description>Builds the JUnit extension modules</description>
+    
+<!-- TODO
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/installer/providers/jcr</connection>
+        <developerConnection> scm:svn:https://svn.apache.org/repos/asf/sling/trunk/installer/providers/jcr</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/installer/providers/jcr/</url>
+    </scm>
+-->
+
+    <modules>
+        <module>core</module>
+        <module>testbundle</module>
+    </modules>
+</project>

Propchange: sling/whiteboard/bdelacretaz/junit/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: sling/whiteboard/bdelacretaz/junit/testbundle/pom.xml
URL: http://svn.apache.org/viewvc/sling/whiteboard/bdelacretaz/junit/testbundle/pom.xml?rev=1066419&r1=1066418&r2=1066419&view=diff
==============================================================================
--- sling/whiteboard/bdelacretaz/junit/testbundle/pom.xml (original)
+++ sling/whiteboard/bdelacretaz/junit/testbundle/pom.xml Wed Feb  2 11:27:09 2011
@@ -26,12 +26,12 @@
         <version>10</version>
     </parent>
 
-    <artifactId>org.apache.sling.extensions.junit.testbundle</artifactId>
+    <artifactId>org.apache.sling.junit.testbundle</artifactId>
     <version>0.1.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
-    <name>Apache Sling JUnit extensions test bundle</name>
-    <description>Contains test classes to test the Sling JUnit extensions</description>
+    <name>Apache Sling JUnit extension test bundle</name>
+    <description>Provides test classes to test the Sling JUnit extensions</description>
     
     <properties>
         <junit.version>4.8.2</junit.version>
@@ -95,7 +95,7 @@
         <dependency>
             <!-- TODO create separate API package, this is just to get the special Sling test runner -->
             <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.extensions.junit</artifactId>
+            <artifactId>org.apache.sling.junit.core</artifactId>
             <version>0.1.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>