Repository: incubator-juneau Updated Branches: refs/heads/master d05dd4b10 -> 03b8a40c8
Add DEPENDENCIES to RAT ignore list. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/03b8a40c Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/03b8a40c Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/03b8a40c Branch: refs/heads/master Commit: 03b8a40c80ac921a2824c113caf05b324db98713 Parents: d05dd4b Author: JamesBognar <[email protected]> Authored: Tue Jun 20 20:18:21 2017 -0400 Committer: JamesBognar <[email protected]> Committed: Tue Jun 20 20:18:21 2017 -0400 ---------------------------------------------------------------------- juneau-examples/.project | 31 ++++++++++++++++++ juneau-examples/.settings/.gitignore | 2 ++ juneau-examples/juneau-examples-core/.classpath | 34 ++++++++++++++++++++ juneau-examples/juneau-examples-core/.project | 23 +++++++++++++ .../juneau-examples-core/.settings/.gitignore | 3 ++ .../core/json/JsonConfigurationExample.java | 3 +- pom.xml | 1 + 7 files changed, 95 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/03b8a40c/juneau-examples/.project ---------------------------------------------------------------------- diff --git a/juneau-examples/.project b/juneau-examples/.project new file mode 100644 index 0000000..40366d7 --- /dev/null +++ b/juneau-examples/.project @@ -0,0 +1,31 @@ +<?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-examples</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-juneau/blob/03b8a40c/juneau-examples/.settings/.gitignore ---------------------------------------------------------------------- diff --git a/juneau-examples/.settings/.gitignore b/juneau-examples/.settings/.gitignore new file mode 100644 index 0000000..9976760 --- /dev/null +++ b/juneau-examples/.settings/.gitignore @@ -0,0 +1,2 @@ +/org.eclipse.core.resources.prefs +/org.eclipse.m2e.core.prefs http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/03b8a40c/juneau-examples/juneau-examples-core/.classpath ---------------------------------------------------------------------- diff --git a/juneau-examples/juneau-examples-core/.classpath b/juneau-examples/juneau-examples-core/.classpath new file mode 100644 index 0000000..900c107 --- /dev/null +++ b/juneau-examples/juneau-examples-core/.classpath @@ -0,0 +1,34 @@ +<?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. * + *************************************************************************************************************************** +--> +<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="output" path="target/classes"/> +</classpath> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/03b8a40c/juneau-examples/juneau-examples-core/.project ---------------------------------------------------------------------- diff --git a/juneau-examples/juneau-examples-core/.project b/juneau-examples/juneau-examples-core/.project new file mode 100644 index 0000000..71db907 --- /dev/null +++ b/juneau-examples/juneau-examples-core/.project @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>juneau-examples-core</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-juneau/blob/03b8a40c/juneau-examples/juneau-examples-core/.settings/.gitignore ---------------------------------------------------------------------- diff --git a/juneau-examples/juneau-examples-core/.settings/.gitignore b/juneau-examples/juneau-examples-core/.settings/.gitignore new file mode 100644 index 0000000..1de83a6 --- /dev/null +++ b/juneau-examples/juneau-examples-core/.settings/.gitignore @@ -0,0 +1,3 @@ +/org.eclipse.core.resources.prefs +/org.eclipse.jdt.core.prefs +/org.eclipse.m2e.core.prefs http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/03b8a40c/juneau-examples/juneau-examples-core/src/main/java/org/apache/juneau/examples/core/json/JsonConfigurationExample.java ---------------------------------------------------------------------- diff --git a/juneau-examples/juneau-examples-core/src/main/java/org/apache/juneau/examples/core/json/JsonConfigurationExample.java b/juneau-examples/juneau-examples-core/src/main/java/org/apache/juneau/examples/core/json/JsonConfigurationExample.java index 752597a..93d6951 100644 --- a/juneau-examples/juneau-examples-core/src/main/java/org/apache/juneau/examples/core/json/JsonConfigurationExample.java +++ b/juneau-examples/juneau-examples-core/src/main/java/org/apache/juneau/examples/core/json/JsonConfigurationExample.java @@ -20,8 +20,7 @@ package org.apache.juneau.examples.core.json; import org.apache.juneau.examples.core.pojo.Pojo; -import org.apache.juneau.json.JsonSerializer; -import org.apache.juneau.json.JsonSerializerContext; +import org.apache.juneau.json.JsonSerializerBuilder; public class JsonConfigurationExample { public static void main(String[] args) throws Exception { http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/03b8a40c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6a7c4b6..8206b49 100644 --- a/pom.xml +++ b/pom.xml @@ -140,6 +140,7 @@ --> <configuration> <excludes> + <exclude>**/DEPENDENCIES</exclude> <exclude>**/target/**</exclude> <exclude>**/.settings/**</exclude> <exclude>**/.project</exclude>
