You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by Ramesh Mani <rm...@hortonworks.com> on 2014/10/25 01:20:08 UTC

Re: git commit: ARGUS-131:remove all .classpath and .project versioned files -from Sree Vaddi

Team,

If you find maven project error after this new patch pull into eclipse, please import the maven project again.

Thanks
Ramesh


On Oct 24, 2014, at 4:11 PM, rmani@apache.org wrote:

> Repository: incubator-argus
> Updated Branches:
>  refs/heads/master f43c21bcc -> 398ebc1f8
> 
> 
> ARGUS-131:remove all .classpath and .project versioned files -from Sree Vaddi
> 
> 
> Project: http://git-wip-us.apache.org/repos/asf/incubator-argus/repo
> Commit: http://git-wip-us.apache.org/repos/asf/incubator-argus/commit/398ebc1f
> Tree: http://git-wip-us.apache.org/repos/asf/incubator-argus/tree/398ebc1f
> Diff: http://git-wip-us.apache.org/repos/asf/incubator-argus/diff/398ebc1f
> 
> Branch: refs/heads/master
> Commit: 398ebc1f8252c47a06030a25b7bfeb52b352ca0b
> Parents: f43c21b
> Author: rmani <rm...@hortonworks.com>
> Authored: Fri Oct 24 16:11:36 2014 -0700
> Committer: rmani <rm...@hortonworks.com>
> Committed: Fri Oct 24 16:11:36 2014 -0700
> 
> ----------------------------------------------------------------------
> .gitignore                   |  5 +++++
> agents-audit/.classpath      | 31 -------------------------------
> agents-common/.classpath     | 26 --------------------------
> agents-cred/.classpath       | 26 --------------------------
> agents-impl/.classpath       | 31 -------------------------------
> agents-impl/.gitignore       |  1 +
> agents-installer/.classpath  | 26 --------------------------
> credentialbuilder/.classpath | 26 --------------------------
> embededwebserver/.classpath  | 26 --------------------------
> embededwebserver/.gitignore  |  1 +
> hbase-agent/.classpath       | 26 --------------------------
> hbase-agent/.gitignore       |  1 +
> hdfs-agent/.classpath        | 31 -------------------------------
> hive-agent/.classpath        | 26 --------------------------
> knox-agent/.classpath        | 26 --------------------------
> knox-agent/.gitignore        |  1 +
> lookup-client/.gitignore     |  1 +
> security-admin/.classpath    | 32 --------------------------------
> storm-agent/.classpath       | 26 --------------------------
> ugsync/.classpath            | 26 --------------------------
> ugsync/.gitignore            |  1 +
> unixauthclient/.gitignore    |  1 +
> unixauthservice/.classpath   | 26 --------------------------
> unixauthservice/.gitignore   |  1 +
> 24 files changed, 13 insertions(+), 411 deletions(-)
> ----------------------------------------------------------------------
> 
> 
> http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/398ebc1f/.gitignore
> ----------------------------------------------------------------------
> diff --git a/.gitignore b/.gitignore
> index b83d222..0d6d502 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -1 +1,6 @@
> +*.class
> +.settings
> +.metadata
> +.classpath
> +.project
> /target/
> 
> http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/398ebc1f/agents-audit/.classpath
> ----------------------------------------------------------------------
> diff --git a/agents-audit/.classpath b/agents-audit/.classpath
> deleted file mode 100644
> index f17e828..0000000
> --- a/agents-audit/.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 kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
> -		<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 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="output" path="target/classes"/>
> -</classpath>
> 
> http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/398ebc1f/agents-common/.classpath
> ----------------------------------------------------------------------
> diff --git a/agents-common/.classpath b/agents-common/.classpath
> deleted file mode 100644
> index fd7ad7f..0000000
> --- a/agents-common/.classpath
> +++ /dev/null
> @@ -1,26 +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 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.6">
> -		<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-argus/blob/398ebc1f/agents-cred/.classpath
> ----------------------------------------------------------------------
> diff --git a/agents-cred/.classpath b/agents-cred/.classpath
> deleted file mode 100644
> index fd7ad7f..0000000
> --- a/agents-cred/.classpath
> +++ /dev/null
> @@ -1,26 +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 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.6">
> -		<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-argus/blob/398ebc1f/agents-impl/.classpath
> ----------------------------------------------------------------------
> diff --git a/agents-impl/.classpath b/agents-impl/.classpath
> deleted file mode 100644
> index ffc8458..0000000
> --- a/agents-impl/.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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
> -		<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="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="output" path="target/classes"/>
> -</classpath>
> 
> http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/398ebc1f/agents-impl/.gitignore
> ----------------------------------------------------------------------
> diff --git a/agents-impl/.gitignore b/agents-impl/.gitignore
> index ea8c4bf..19f2e00 100644
> --- a/agents-impl/.gitignore
> +++ b/agents-impl/.gitignore
> @@ -1 +1,2 @@
> /target
> +/target
> 
> http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/398ebc1f/agents-installer/.classpath
> ----------------------------------------------------------------------
> diff --git a/agents-installer/.classpath b/agents-installer/.classpath
> deleted file mode 100644
> index fd7ad7f..0000000
> --- a/agents-installer/.classpath
> +++ /dev/null
> @@ -1,26 +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 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.6">
> -		<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-argus/blob/398ebc1f/credentialbuilder/.classpath
> ----------------------------------------------------------------------
> diff --git a/credentialbuilder/.classpath b/credentialbuilder/.classpath
> deleted file mode 100644
> index fd7ad7f..0000000
> --- a/credentialbuilder/.classpath
> +++ /dev/null
> @@ -1,26 +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 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.6">
> -		<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-argus/blob/398ebc1f/embededwebserver/.classpath
> ----------------------------------------------------------------------
> diff --git a/embededwebserver/.classpath b/embededwebserver/.classpath
> deleted file mode 100644
> index fd7ad7f..0000000
> --- a/embededwebserver/.classpath
> +++ /dev/null
> @@ -1,26 +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 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.6">
> -		<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-argus/blob/398ebc1f/embededwebserver/.gitignore
> ----------------------------------------------------------------------
> diff --git a/embededwebserver/.gitignore b/embededwebserver/.gitignore
> index b83d222..25b34a8 100644
> --- a/embededwebserver/.gitignore
> +++ b/embededwebserver/.gitignore
> @@ -1 +1,2 @@
> /target/
> +/target
> 
> http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/398ebc1f/hbase-agent/.classpath
> ----------------------------------------------------------------------
> diff --git a/hbase-agent/.classpath b/hbase-agent/.classpath
> deleted file mode 100644
> index fd7ad7f..0000000
> --- a/hbase-agent/.classpath
> +++ /dev/null
> @@ -1,26 +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 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.6">
> -		<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-argus/blob/398ebc1f/hbase-agent/.gitignore
> ----------------------------------------------------------------------
> diff --git a/hbase-agent/.gitignore b/hbase-agent/.gitignore
> index ea8c4bf..19f2e00 100644
> --- a/hbase-agent/.gitignore
> +++ b/hbase-agent/.gitignore
> @@ -1 +1,2 @@
> /target
> +/target
> 
> http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/398ebc1f/hdfs-agent/.classpath
> ----------------------------------------------------------------------
> diff --git a/hdfs-agent/.classpath b/hdfs-agent/.classpath
> deleted file mode 100644
> index f17e828..0000000
> --- a/hdfs-agent/.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 kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
> -		<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 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="output" path="target/classes"/>
> -</classpath>
> 
> http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/398ebc1f/hive-agent/.classpath
> ----------------------------------------------------------------------
> diff --git a/hive-agent/.classpath b/hive-agent/.classpath
> deleted file mode 100644
> index 5adac7b..0000000
> --- a/hive-agent/.classpath
> +++ /dev/null
> @@ -1,26 +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 kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
> -		<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="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="output" path="target/classes"/>
> -</classpath>
> 
> http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/398ebc1f/knox-agent/.classpath
> ----------------------------------------------------------------------
> diff --git a/knox-agent/.classpath b/knox-agent/.classpath
> deleted file mode 100644
> index fd7ad7f..0000000
> --- a/knox-agent/.classpath
> +++ /dev/null
> @@ -1,26 +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 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.6">
> -		<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-argus/blob/398ebc1f/knox-agent/.gitignore
> ----------------------------------------------------------------------
> diff --git a/knox-agent/.gitignore b/knox-agent/.gitignore
> index ea8c4bf..19f2e00 100644
> --- a/knox-agent/.gitignore
> +++ b/knox-agent/.gitignore
> @@ -1 +1,2 @@
> /target
> +/target
> 
> http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/398ebc1f/lookup-client/.gitignore
> ----------------------------------------------------------------------
> diff --git a/lookup-client/.gitignore b/lookup-client/.gitignore
> index b83d222..25b34a8 100644
> --- a/lookup-client/.gitignore
> +++ b/lookup-client/.gitignore
> @@ -1 +1,2 @@
> /target/
> +/target
> 
> http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/398ebc1f/security-admin/.classpath
> ----------------------------------------------------------------------
> diff --git a/security-admin/.classpath b/security-admin/.classpath
> deleted file mode 100644
> index 0f4a4c2..0000000
> --- a/security-admin/.classpath
> +++ /dev/null
> @@ -1,32 +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.6">
> -		<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"/>
> -			<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
> -		</attributes>
> -	</classpathentry>
> -	<classpathentry kind="output" path="target/classes"/>
> -</classpath>
> 
> http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/398ebc1f/storm-agent/.classpath
> ----------------------------------------------------------------------
> diff --git a/storm-agent/.classpath b/storm-agent/.classpath
> deleted file mode 100644
> index 5adac7b..0000000
> --- a/storm-agent/.classpath
> +++ /dev/null
> @@ -1,26 +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 kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
> -		<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="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="output" path="target/classes"/>
> -</classpath>
> 
> http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/398ebc1f/ugsync/.classpath
> ----------------------------------------------------------------------
> diff --git a/ugsync/.classpath b/ugsync/.classpath
> deleted file mode 100644
> index fd7ad7f..0000000
> --- a/ugsync/.classpath
> +++ /dev/null
> @@ -1,26 +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 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.6">
> -		<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-argus/blob/398ebc1f/ugsync/.gitignore
> ----------------------------------------------------------------------
> diff --git a/ugsync/.gitignore b/ugsync/.gitignore
> index b83d222..25b34a8 100644
> --- a/ugsync/.gitignore
> +++ b/ugsync/.gitignore
> @@ -1 +1,2 @@
> /target/
> +/target
> 
> http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/398ebc1f/unixauthclient/.gitignore
> ----------------------------------------------------------------------
> diff --git a/unixauthclient/.gitignore b/unixauthclient/.gitignore
> index b83d222..25b34a8 100644
> --- a/unixauthclient/.gitignore
> +++ b/unixauthclient/.gitignore
> @@ -1 +1,2 @@
> /target/
> +/target
> 
> http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/398ebc1f/unixauthservice/.classpath
> ----------------------------------------------------------------------
> diff --git a/unixauthservice/.classpath b/unixauthservice/.classpath
> deleted file mode 100644
> index fd7ad7f..0000000
> --- a/unixauthservice/.classpath
> +++ /dev/null
> @@ -1,26 +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 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.6">
> -		<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-argus/blob/398ebc1f/unixauthservice/.gitignore
> ----------------------------------------------------------------------
> diff --git a/unixauthservice/.gitignore b/unixauthservice/.gitignore
> index b83d222..25b34a8 100644
> --- a/unixauthservice/.gitignore
> +++ b/unixauthservice/.gitignore
> @@ -1 +1,2 @@
> /target/
> +/target
> 


-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.