You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2010/05/14 20:54:41 UTC

svn commit: r944393 - in /uima/uimaj/trunk: uimaj-eclipse-feature-runtime/ uimaj-eclipse-feature-runtime/.project uimaj-eclipse-feature-tools/ uimaj-eclipse-feature-tools/.project uimaj-eclipse-update-site/ uimaj-eclipse-update-site/.project

Author: schor
Date: Fri May 14 18:54:40 2010
New Revision: 944393

URL: http://svn.apache.org/viewvc?rev=944393&view=rev
Log:
[UIMA-1756] add settings to svn ignore, update .project for m2eclipse.  This is only for the eclipse feature and update sites, normally, we don't store .project files in svn.

Modified:
    uima/uimaj/trunk/uimaj-eclipse-feature-runtime/   (props changed)
    uima/uimaj/trunk/uimaj-eclipse-feature-runtime/.project
    uima/uimaj/trunk/uimaj-eclipse-feature-tools/   (props changed)
    uima/uimaj/trunk/uimaj-eclipse-feature-tools/.project
    uima/uimaj/trunk/uimaj-eclipse-update-site/   (props changed)
    uima/uimaj/trunk/uimaj-eclipse-update-site/.project

Propchange: uima/uimaj/trunk/uimaj-eclipse-feature-runtime/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri May 14 18:54:40 2010
@@ -1,2 +1,4 @@
 META-INF
 target
+.settings
+.classpath

Modified: uima/uimaj/trunk/uimaj-eclipse-feature-runtime/.project
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-eclipse-feature-runtime/.project?rev=944393&r1=944392&r2=944393&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-eclipse-feature-runtime/.project (original)
+++ uima/uimaj/trunk/uimaj-eclipse-feature-runtime/.project Fri May 14 18:54:40 2010
@@ -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-runtime</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>

Propchange: uima/uimaj/trunk/uimaj-eclipse-feature-tools/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri May 14 18:54:40 2010
@@ -1,2 +1,4 @@
 META-INF
 target
+.settings
+.classpath

Modified: uima/uimaj/trunk/uimaj-eclipse-feature-tools/.project
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-eclipse-feature-tools/.project?rev=944393&r1=944392&r2=944393&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-eclipse-feature-tools/.project (original)
+++ uima/uimaj/trunk/uimaj-eclipse-feature-tools/.project Fri May 14 18:54:40 2010
@@ -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-tools</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>

Propchange: uima/uimaj/trunk/uimaj-eclipse-update-site/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri May 14 18:54:40 2010
@@ -1,2 +1,3 @@
-target
-work
+target
+work
+.settings

Modified: uima/uimaj/trunk/uimaj-eclipse-update-site/.project
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-eclipse-update-site/.project?rev=944393&r1=944392&r2=944393&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-eclipse-update-site/.project (original)
+++ uima/uimaj/trunk/uimaj-eclipse-update-site/.project Fri May 14 18:54:40 2010
@@ -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-update-site</name>
 	<comment></comment>
@@ -28,8 +10,14 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.maven.ide.eclipse.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.maven.ide.eclipse.maven2Nature</nature>
 		<nature>org.eclipse.pde.UpdateSiteNature</nature>
 	</natures>
 </projectDescription>