This is an automated email from the ASF dual-hosted git repository.

cwiklik pushed a commit to branch mavenAlign
in repository https://gitbox.apache.org/repos/asf/uima-async-scaleout.git

commit c863c0d097b24f77b52455a0b6973d00124b4ce2
Author: schor <schor>
AuthorDate: Thu May 6 21:24:51 2010 +0000

    [UIMA-1756] name cleanup, svn ignore .settings and target on some projects
---
 aggregate-uima-as-eclipse-plugins/pom.xml     |  3 ++-
 aggregate-uima-as/pom.xml                     |  2 +-
 uima-as-docbooks/pom.xml                      |  2 +-
 uimaj-as-camel/pom.xml                        |  2 +-
 uimaj-as-core/pom.xml                         |  2 +-
 uimaj-as-osgi-runtime/pom.xml                 |  2 +-
 uimaj-eclipse-feature-deployeditor/.classpath |  6 +++++
 uimaj-eclipse-feature-deployeditor/.project   | 32 +++++++++++----------------
 8 files changed, 26 insertions(+), 25 deletions(-)

diff --git a/aggregate-uima-as-eclipse-plugins/pom.xml 
b/aggregate-uima-as-eclipse-plugins/pom.xml
index bb79e7b..efd1b66 100644
--- a/aggregate-uima-as-eclipse-plugins/pom.xml
+++ b/aggregate-uima-as-eclipse-plugins/pom.xml
@@ -32,7 +32,7 @@
   <artifactId>aggregate-uima-as-eclipse-plugins</artifactId>
   <packaging>pom</packaging>
   <version>2.3.1-SNAPSHOT</version>
-  <name>UIMA Aggregate: ${project.artifactId}</name>
+  <name>UIMA-AS Aggregate: ${project.artifactId}</name>
   <description>The aggregate for building the Eclipse plugins 
     that are part of the UIMA-AS framework</description>
   <url>${uimaWebsiteUrl}</url>
@@ -67,5 +67,6 @@
     <module>../uimaj-ep-deployeditor</module>
     <module>../uimaj-ep-runtime-deployeditor</module>
     <module>../uimaj-as-osgi-runtime</module>    
+    <module>../uimaj-as-camel</module>
   </modules>
 </project>
diff --git a/aggregate-uima-as/pom.xml b/aggregate-uima-as/pom.xml
index 611d953..4966f46 100644
--- a/aggregate-uima-as/pom.xml
+++ b/aggregate-uima-as/pom.xml
@@ -32,7 +32,7 @@
   <artifactId>aggregate-uima-as</artifactId>
   <packaging>pom</packaging>
   <version>2.3.1-SNAPSHOT</version>
-  <name>UIMA Aggregate: ${project.artifactId}</name>
+  <name>UIMA-AS Aggregate: ${project.artifactId}</name>
   <description>The aggregate for building the uima-as functionality,
     the eclipse plugins, and the docbooks 
   </description>
diff --git a/uima-as-docbooks/pom.xml b/uima-as-docbooks/pom.xml
index da85312..95ad960 100644
--- a/uima-as-docbooks/pom.xml
+++ b/uima-as-docbooks/pom.xml
@@ -32,7 +32,7 @@
        <artifactId>uima-as-docbooks</artifactId>
        <packaging>pom</packaging>
        <version>2.3.1-SNAPSHOT</version>
-       <name>Apache UIMA-AS Documentation</name>       
+  <name>UIMA-AS: ${project.artifactId}</name>
   <url>${uimaWebsiteUrl}</url>
  
    <!-- Special inheritance note
diff --git a/uimaj-as-camel/pom.xml b/uimaj-as-camel/pom.xml
index d03f7de..25f1e89 100644
--- a/uimaj-as-camel/pom.xml
+++ b/uimaj-as-camel/pom.xml
@@ -31,7 +31,7 @@
        <artifactId>uimaj-as-camel</artifactId>
        <packaging>jar</packaging>
        <version>2.3.1-SNAPSHOT</version>
-       <name>Apache UIMA-AS Camel Driver: ${project.artifactId}</name>
+       <name>UIMA-AS: ${project.artifactId}</name>
   <description>Apache UIMA-AS Camel Driver</description>
        <url>http://incubator.apache.org/uima</url>
 
diff --git a/uimaj-as-core/pom.xml b/uimaj-as-core/pom.xml
index 008736f..e6f27aa 100644
--- a/uimaj-as-core/pom.xml
+++ b/uimaj-as-core/pom.xml
@@ -34,7 +34,7 @@
        <groupId>org.apache.uima</groupId>
        <artifactId>uimaj-as-core</artifactId>
        <version>2.3.1-SNAPSHOT</version>
-       <name>Apache UIMA Async Scaleout core</name>
+       <name>UIMA-AS: ${project.artifactId}</name>
        <url>http://incubator.apache.org/uima</url>
 
   <!-- Special inheritance note
diff --git a/uimaj-as-osgi-runtime/pom.xml b/uimaj-as-osgi-runtime/pom.xml
index 6096310..1f50572 100644
--- a/uimaj-as-osgi-runtime/pom.xml
+++ b/uimaj-as-osgi-runtime/pom.xml
@@ -31,7 +31,7 @@
   <artifactId>uimaj-as-osgi-runtime</artifactId>
   <packaging>jar</packaging>
   <version>2.3.1-SNAPSHOT</version>
-  <name>Apache UIMA AS OSGI Runtime Fragment</name>
+  <name>UIMA AS: ${project.artifact}</name>
   <description>Apache UIMA AS runtime code packaged for osgi use</description>
   <url>http://incubator.apache.org/uima</url>
 
diff --git a/uimaj-eclipse-feature-deployeditor/.classpath 
b/uimaj-eclipse-feature-deployeditor/.classpath
new file mode 100644
index 0000000..cad20f7
--- /dev/null
+++ b/uimaj-eclipse-feature-deployeditor/.classpath
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+       <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+       <classpathentry kind="con" 
path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+       <classpathentry kind="output" path="target/classes"/>
+</classpath>
diff --git a/uimaj-eclipse-feature-deployeditor/.project 
b/uimaj-eclipse-feature-deployeditor/.project
index e699b69..34f99d3 100644
--- a/uimaj-eclipse-feature-deployeditor/.project
+++ b/uimaj-eclipse-feature-deployeditor/.project
@@ -1,22 +1,4 @@
 <?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.    
--->
 <projectDescription>
        <name>uimaj-eclipse-feature-deployeditor</name>
        <comment></comment>
@@ -24,12 +6,24 @@
        </projects>
        <buildSpec>
                <buildCommand>
+                       <name>org.eclipse.jdt.core.javabuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+               <buildCommand>
                        <name>org.eclipse.pde.FeatureBuilder</name>
                        <arguments>
                        </arguments>
                </buildCommand>
+               <buildCommand>
+                       <name>org.maven.ide.eclipse.maven2Builder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
        </buildSpec>
        <natures>
+               <nature>org.eclipse.jdt.core.javanature</nature>
+               <nature>org.maven.ide.eclipse.maven2Nature</nature>
                <nature>org.eclipse.pde.FeatureNature</nature>
        </natures>
-</projectDescription>
\ No newline at end of file
+</projectDescription>

Reply via email to