Repository: incubator-juneau Updated Branches: refs/heads/master 3c1ff80f9 -> e9d545f7e
Fixed .project files for Eclipse and M2E. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/e9d545f7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/e9d545f7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/e9d545f7 Branch: refs/heads/master Commit: e9d545f7e82d9b7828eac561698f22f6a8808f1d Parents: 3c1ff80 Author: Peter Haumer <[email protected]> Authored: Sun May 21 14:43:43 2017 -0700 Committer: Peter Haumer <[email protected]> Committed: Sun May 21 14:43:43 2017 -0700 ---------------------------------------------------------------------- juneau-all/.gitignore | 1 + juneau-all/.project | 20 ++++++-------------- juneau-core-rdf/.project | 33 +++++++++++++++++++++------------ juneau-core-test/.project | 33 +++++++++++++++++++++------------ juneau-core/.project | 20 ++++++++++++++++++++ 5 files changed, 69 insertions(+), 38 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e9d545f7/juneau-all/.gitignore ---------------------------------------------------------------------- diff --git a/juneau-all/.gitignore b/juneau-all/.gitignore index d274d47..c7a6c82 100644 --- a/juneau-all/.gitignore +++ b/juneau-all/.gitignore @@ -1,3 +1,4 @@ /target/ /.settings/ /.DS_Store +/bin/ http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e9d545f7/juneau-all/.project ---------------------------------------------------------------------- diff --git a/juneau-all/.project b/juneau-all/.project index 50430fa..5ba7b4e 100644 --- a/juneau-all/.project +++ b/juneau-all/.project @@ -1,18 +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>juneau-all</name> <comment></comment> @@ -20,12 +6,18 @@ </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-juneau/blob/e9d545f7/juneau-core-rdf/.project ---------------------------------------------------------------------- diff --git a/juneau-core-rdf/.project b/juneau-core-rdf/.project index fe1874b..9e91f29 100644 --- a/juneau-core-rdf/.project +++ b/juneau-core-rdf/.project @@ -14,15 +14,24 @@ *************************************************************************************************************************** --> <projectDescription> - <name>juneau-core</name> - <comment>Base toolkit for serializers, parsers, and bean contexts. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment> - <projects/> - <buildSpec> - <buildCommand> - <name>org.eclipse.jdt.core.javabuilder</name> - </buildCommand> - </buildSpec> - <natures> - <nature>org.eclipse.jdt.core.javanature</nature> - </natures> -</projectDescription> \ No newline at end of file + <name>juneau-core-rdf</name> + <comment>Base toolkit for serializers, parsers, and bean contexts. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</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.m2e.core.maven2Nature</nature> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e9d545f7/juneau-core-test/.project ---------------------------------------------------------------------- diff --git a/juneau-core-test/.project b/juneau-core-test/.project index fe1874b..40fbbd3 100644 --- a/juneau-core-test/.project +++ b/juneau-core-test/.project @@ -14,15 +14,24 @@ *************************************************************************************************************************** --> <projectDescription> - <name>juneau-core</name> - <comment>Base toolkit for serializers, parsers, and bean contexts. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment> - <projects/> - <buildSpec> - <buildCommand> - <name>org.eclipse.jdt.core.javabuilder</name> - </buildCommand> - </buildSpec> - <natures> - <nature>org.eclipse.jdt.core.javanature</nature> - </natures> -</projectDescription> \ No newline at end of file + <name>juneau-core-test</name> + <comment>Base toolkit for serializers, parsers, and bean contexts. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</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.m2e.core.maven2Nature</nature> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e9d545f7/juneau-core/.project ---------------------------------------------------------------------- diff --git a/juneau-core/.project b/juneau-core/.project index cd59d79..7bff0d7 100644 --- a/juneau-core/.project +++ b/juneau-core/.project @@ -1,4 +1,18 @@ <?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>juneau-core</name> <comment>Base toolkit for serializers, parsers, and bean contexts. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment> @@ -15,8 +29,14 @@ <arguments> </arguments> </buildCommand> + <buildCommand> + <name>org.eclipse.m2e.core.maven2Builder</name> + <arguments> + </arguments> + </buildCommand> </buildSpec> <natures> + <nature>org.eclipse.m2e.core.maven2Nature</nature> <nature>org.eclipse.jdt.core.javanature</nature> <nature>edu.umd.cs.findbugs.plugin.eclipse.findbugsNature</nature> </natures>
