You are viewing a plain text version of this content. The canonical link for it is here.
Posted to droids-commits@incubator.apache.org by to...@apache.org on 2012/09/10 08:07:34 UTC

svn commit: r1382681 - in /incubator/droids/trunk: ./ droids-examples/ droids-examples/src/ droids-examples/src/main/ droids-examples/src/main/java/ droids-examples/src/main/java/org/ droids-examples/src/main/java/org/apache/ droids-examples/src/main/j...

Author: tobr
Date: Mon Sep 10 08:07:34 2012
New Revision: 1382681

URL: http://svn.apache.org/viewvc?rev=1382681&view=rev
Log:
add droids-exampls to move the examples file to a separate project as suggested in DROIDS-89

Added:
    incubator/droids/trunk/droids-examples/
    incubator/droids/trunk/droids-examples/pom.xml   (with props)
    incubator/droids/trunk/droids-examples/src/
    incubator/droids/trunk/droids-examples/src/main/
    incubator/droids/trunk/droids-examples/src/main/java/
    incubator/droids/trunk/droids-examples/src/main/java/org/
    incubator/droids/trunk/droids-examples/src/main/java/org/apache/
    incubator/droids/trunk/droids-examples/src/main/java/org/apache/droids/
    incubator/droids/trunk/droids-examples/src/main/java/org/apache/droids/examples/
    incubator/droids/trunk/droids-examples/src/test/
    incubator/droids/trunk/droids-examples/src/test/java/
    incubator/droids/trunk/droids-examples/src/test/java/org/
    incubator/droids/trunk/droids-examples/src/test/java/org/apache/
    incubator/droids/trunk/droids-examples/src/test/java/org/apache/droids/
    incubator/droids/trunk/droids-examples/src/test/java/org/apache/droids/examples/
Modified:
    incubator/droids/trunk/pom.xml

Added: incubator/droids/trunk/droids-examples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/droids/trunk/droids-examples/pom.xml?rev=1382681&view=auto
==============================================================================
--- incubator/droids/trunk/droids-examples/pom.xml (added)
+++ incubator/droids/trunk/droids-examples/pom.xml Mon Sep 10 08:07:34 2012
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- 
+   ====================================================================
+   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.
+   ====================================================================
+
+   This software consists of voluntary contributions made by many
+   individuals on behalf of the Apache Software Foundation.  For more
+   information on the Apache Software Foundation, please see
+   <http://www.apache.org />.
+ -->
+
+<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>
+    <artifactId>droids</artifactId>
+    <groupId>org.apache.droids</groupId>
+    <version>0.3.0-incubating-SNAPSHOT</version>
+  </parent>
+  <artifactId>droids-examples</artifactId>
+  <name>Apache Droids Examples</name>
+  <inceptionYear>2007</inceptionYear>
+  <description>
+   Apache Droids Examples
+  </description>
+  <packaging>jar</packaging>
+
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.droids</groupId>
+      <artifactId>droids-core</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>${junit.version}</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>

Propchange: incubator/droids/trunk/droids-examples/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/droids/trunk/droids-examples/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: incubator/droids/trunk/droids-examples/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: incubator/droids/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/droids/trunk/pom.xml?rev=1382681&r1=1382680&r2=1382681&view=diff
==============================================================================
--- incubator/droids/trunk/pom.xml (original)
+++ incubator/droids/trunk/pom.xml Mon Sep 10 08:07:34 2012
@@ -14,8 +14,7 @@
    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">
+--><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>
@@ -95,7 +94,7 @@
       <roles>
         <role>Committer</role>
       </roles>
-      <timezone />
+      <timezone/>
     </developer>
     <developer>
       <name>Grant Ingersoll</name>
@@ -105,7 +104,7 @@
         <role>Committer</role>
         <role>PMC</role>
       </roles>
-      <timezone />
+      <timezone/>
     </developer>
     <developer>
       <name>Javier Puerto</name>
@@ -114,7 +113,7 @@
       <roles>
         <role>Committer</role>
       </roles>
-      <timezone />
+      <timezone/>
     </developer>
     <developer>
       <name>Ma Ming Fai</name>
@@ -123,7 +122,7 @@
       <roles>
         <role>Committer</role>
       </roles>
-      <timezone />
+      <timezone/>
     </developer>
     <developer>
       <name>Oleg Kalnichevski</name>
@@ -133,7 +132,7 @@
         <role>Committer</role>
         <role>PMC</role>
       </roles>
-      <timezone />
+      <timezone/>
     </developer>
     <developer>
       <name>Richard Frovarp</name>
@@ -143,7 +142,7 @@
         <role>Committer</role>
         <role>PMC</role>
       </roles>
-      <timezone />
+      <timezone/>
     </developer>
     <developer>
       <name>Ryan McKinley</name>
@@ -152,7 +151,7 @@
       <roles>
         <role>Committer</role>
       </roles>
-      <timezone />
+      <timezone/>
     </developer>
     <developer>
       <name>Thorsten Scherler</name>
@@ -162,7 +161,7 @@
         <role>Committer</role>
         <role>PMC</role>
       </roles>
-      <timezone />
+      <timezone/>
     </developer>    
     <developer>
       <name>Tobias Rübner</name>
@@ -171,7 +170,7 @@
       <roles>
         <role>Committer</role>
       </roles>
-      <timezone />
+      <timezone/>
     </developer>
   </developers>
 
@@ -353,7 +352,7 @@
     <module>droids-spring</module>
     <module>droids-solr</module>
     <module>droids-tika</module>
-<!--    <module>droids-examples</module>-->
+    <module>droids-examples</module>
   </modules>
 
 </project>