You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2016/08/12 13:12:58 UTC

[10/46] incubator-taverna-plugin-gis git commit: Remove .project .classpath .settings and target from the other modules

Remove .project .classpath .settings and target from the other modules


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/commit/f2d47b73
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/tree/f2d47b73
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/diff/f2d47b73

Branch: refs/heads/taverna2
Commit: f2d47b730f45e965d390c35ffd79cb68e17f0f02
Parents: f11c50f
Author: edikaradumi <ed...@gmail.com>
Authored: Fri Jul 15 20:02:54 2016 +0100
Committer: edikaradumi <ed...@gmail.com>
Committed: Fri Jul 15 20:02:54 2016 +0100

----------------------------------------------------------------------
 .../.classpath                                  | 31 --------------------
 apache-taverna-plugin-gis-activity-ui/.project  | 23 ---------------
 .../.settings/org.eclipse.core.resources.prefs  |  5 ----
 .../.settings/org.eclipse.jdt.core.prefs        |  5 ----
 .../.settings/org.eclipse.m2e.core.prefs        |  4 ---
 apache-taverna-plugin-gis-activity/.classpath   | 31 --------------------
 apache-taverna-plugin-gis-activity/.project     | 23 ---------------
 .../.settings/org.eclipse.core.resources.prefs  |  5 ----
 .../.settings/org.eclipse.jdt.core.prefs        |  5 ----
 .../.settings/org.eclipse.m2e.core.prefs        |  4 ---
 apache-taverna-plugin-gis-plugin/.project       | 17 -----------
 .../.settings/org.eclipse.core.resources.prefs  |  2 --
 .../.settings/org.eclipse.m2e.core.prefs        |  4 ---
 13 files changed, 159 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/blob/f2d47b73/apache-taverna-plugin-gis-activity-ui/.classpath
----------------------------------------------------------------------
diff --git a/apache-taverna-plugin-gis-activity-ui/.classpath b/apache-taverna-plugin-gis-activity-ui/.classpath
deleted file mode 100644
index 698778f..0000000
--- a/apache-taverna-plugin-gis-activity-ui/.classpath
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" output="target/classes" path="src/main/java">
-		<attributes>
-			<attribute name="optional" value="true"/>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
-		<attributes>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="src" output="target/test-classes" path="src/test/java">
-		<attributes>
-			<attribute name="optional" value="true"/>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
-		<attributes>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
-		<attributes>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="output" path="target/classes"/>
-</classpath>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/blob/f2d47b73/apache-taverna-plugin-gis-activity-ui/.project
----------------------------------------------------------------------
diff --git a/apache-taverna-plugin-gis-activity-ui/.project b/apache-taverna-plugin-gis-activity-ui/.project
deleted file mode 100644
index f53dd10..0000000
--- a/apache-taverna-plugin-gis-activity-ui/.project
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>apache-taverna-plugin-gis-activity-ui</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.m2e.core.maven2Builder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.jdt.core.javanature</nature>
-		<nature>org.eclipse.m2e.core.maven2Nature</nature>
-	</natures>
-</projectDescription>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/blob/f2d47b73/apache-taverna-plugin-gis-activity-ui/.settings/org.eclipse.core.resources.prefs
----------------------------------------------------------------------
diff --git a/apache-taverna-plugin-gis-activity-ui/.settings/org.eclipse.core.resources.prefs b/apache-taverna-plugin-gis-activity-ui/.settings/org.eclipse.core.resources.prefs
deleted file mode 100644
index 839d647..0000000
--- a/apache-taverna-plugin-gis-activity-ui/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,5 +0,0 @@
-eclipse.preferences.version=1
-encoding//src/main/java=UTF-8
-encoding//src/main/resources=UTF-8
-encoding//src/test/java=UTF-8
-encoding/<project>=UTF-8

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/blob/f2d47b73/apache-taverna-plugin-gis-activity-ui/.settings/org.eclipse.jdt.core.prefs
----------------------------------------------------------------------
diff --git a/apache-taverna-plugin-gis-activity-ui/.settings/org.eclipse.jdt.core.prefs b/apache-taverna-plugin-gis-activity-ui/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index ec4300d..0000000
--- a/apache-taverna-plugin-gis-activity-ui/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,5 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
-org.eclipse.jdt.core.compiler.compliance=1.7
-org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
-org.eclipse.jdt.core.compiler.source=1.7

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/blob/f2d47b73/apache-taverna-plugin-gis-activity-ui/.settings/org.eclipse.m2e.core.prefs
----------------------------------------------------------------------
diff --git a/apache-taverna-plugin-gis-activity-ui/.settings/org.eclipse.m2e.core.prefs b/apache-taverna-plugin-gis-activity-ui/.settings/org.eclipse.m2e.core.prefs
deleted file mode 100644
index f897a7f..0000000
--- a/apache-taverna-plugin-gis-activity-ui/.settings/org.eclipse.m2e.core.prefs
+++ /dev/null
@@ -1,4 +0,0 @@
-activeProfiles=
-eclipse.preferences.version=1
-resolveWorkspaceProjects=true
-version=1

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/blob/f2d47b73/apache-taverna-plugin-gis-activity/.classpath
----------------------------------------------------------------------
diff --git a/apache-taverna-plugin-gis-activity/.classpath b/apache-taverna-plugin-gis-activity/.classpath
deleted file mode 100644
index 698778f..0000000
--- a/apache-taverna-plugin-gis-activity/.classpath
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" output="target/classes" path="src/main/java">
-		<attributes>
-			<attribute name="optional" value="true"/>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
-		<attributes>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="src" output="target/test-classes" path="src/test/java">
-		<attributes>
-			<attribute name="optional" value="true"/>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
-		<attributes>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
-		<attributes>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="output" path="target/classes"/>
-</classpath>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/blob/f2d47b73/apache-taverna-plugin-gis-activity/.project
----------------------------------------------------------------------
diff --git a/apache-taverna-plugin-gis-activity/.project b/apache-taverna-plugin-gis-activity/.project
deleted file mode 100644
index 3681ef8..0000000
--- a/apache-taverna-plugin-gis-activity/.project
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>apache-taverna-plugin-gis-activity</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.m2e.core.maven2Builder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.jdt.core.javanature</nature>
-		<nature>org.eclipse.m2e.core.maven2Nature</nature>
-	</natures>
-</projectDescription>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/blob/f2d47b73/apache-taverna-plugin-gis-activity/.settings/org.eclipse.core.resources.prefs
----------------------------------------------------------------------
diff --git a/apache-taverna-plugin-gis-activity/.settings/org.eclipse.core.resources.prefs b/apache-taverna-plugin-gis-activity/.settings/org.eclipse.core.resources.prefs
deleted file mode 100644
index 839d647..0000000
--- a/apache-taverna-plugin-gis-activity/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,5 +0,0 @@
-eclipse.preferences.version=1
-encoding//src/main/java=UTF-8
-encoding//src/main/resources=UTF-8
-encoding//src/test/java=UTF-8
-encoding/<project>=UTF-8

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/blob/f2d47b73/apache-taverna-plugin-gis-activity/.settings/org.eclipse.jdt.core.prefs
----------------------------------------------------------------------
diff --git a/apache-taverna-plugin-gis-activity/.settings/org.eclipse.jdt.core.prefs b/apache-taverna-plugin-gis-activity/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index ec4300d..0000000
--- a/apache-taverna-plugin-gis-activity/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,5 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
-org.eclipse.jdt.core.compiler.compliance=1.7
-org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
-org.eclipse.jdt.core.compiler.source=1.7

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/blob/f2d47b73/apache-taverna-plugin-gis-activity/.settings/org.eclipse.m2e.core.prefs
----------------------------------------------------------------------
diff --git a/apache-taverna-plugin-gis-activity/.settings/org.eclipse.m2e.core.prefs b/apache-taverna-plugin-gis-activity/.settings/org.eclipse.m2e.core.prefs
deleted file mode 100644
index f897a7f..0000000
--- a/apache-taverna-plugin-gis-activity/.settings/org.eclipse.m2e.core.prefs
+++ /dev/null
@@ -1,4 +0,0 @@
-activeProfiles=
-eclipse.preferences.version=1
-resolveWorkspaceProjects=true
-version=1

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/blob/f2d47b73/apache-taverna-plugin-gis-plugin/.project
----------------------------------------------------------------------
diff --git a/apache-taverna-plugin-gis-plugin/.project b/apache-taverna-plugin-gis-plugin/.project
deleted file mode 100644
index 3cb7bc2..0000000
--- a/apache-taverna-plugin-gis-plugin/.project
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>apache-taverna-plugin-gis-plugin</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.m2e.core.maven2Builder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.m2e.core.maven2Nature</nature>
-	</natures>
-</projectDescription>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/blob/f2d47b73/apache-taverna-plugin-gis-plugin/.settings/org.eclipse.core.resources.prefs
----------------------------------------------------------------------
diff --git a/apache-taverna-plugin-gis-plugin/.settings/org.eclipse.core.resources.prefs b/apache-taverna-plugin-gis-plugin/.settings/org.eclipse.core.resources.prefs
deleted file mode 100644
index 99f26c0..0000000
--- a/apache-taverna-plugin-gis-plugin/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,2 +0,0 @@
-eclipse.preferences.version=1
-encoding/<project>=UTF-8

http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/blob/f2d47b73/apache-taverna-plugin-gis-plugin/.settings/org.eclipse.m2e.core.prefs
----------------------------------------------------------------------
diff --git a/apache-taverna-plugin-gis-plugin/.settings/org.eclipse.m2e.core.prefs b/apache-taverna-plugin-gis-plugin/.settings/org.eclipse.m2e.core.prefs
deleted file mode 100644
index f897a7f..0000000
--- a/apache-taverna-plugin-gis-plugin/.settings/org.eclipse.m2e.core.prefs
+++ /dev/null
@@ -1,4 +0,0 @@
-activeProfiles=
-eclipse.preferences.version=1
-resolveWorkspaceProjects=true
-version=1