diff --git a/org.eclipse.triquetrum.commands.api/OSGI-INF/librariesProvider.xml b/org.eclipse.triquetrum.commands.api/OSGI-INF/librariesProvider.xml index c5ada845..289f21c3 100644 --- a/org.eclipse.triquetrum.commands.api/OSGI-INF/librariesProvider.xml +++ b/org.eclipse.triquetrum.commands.api/OSGI-INF/librariesProvider.xml @@ -1,4 +1,15 @@ + + diff --git a/org.eclipse.triquetrum.commands.api/build.properties b/org.eclipse.triquetrum.commands.api/build.properties index 5d4da75f..c63abf81 100644 --- a/org.eclipse.triquetrum.commands.api/build.properties +++ b/org.eclipse.triquetrum.commands.api/build.properties @@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2017 Totaro Rodolfo +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Rodolfo Totaro - initial API and implementation and/or initial documentation +############################################################################### output.. = target/classes/ bin.includes = META-INF/,\ .,\ diff --git a/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/TqCLServices.java b/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/TqCLServices.java index 866b7b05..3925385a 100644 --- a/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/TqCLServices.java +++ b/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/TqCLServices.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2016 Totaro Rodolfo + * Copyright (c) 2017 Totaro Rodolfo * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/ActorDescriptor.java b/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/ActorDescriptor.java index 62a8d4eb..d01774f6 100644 --- a/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/ActorDescriptor.java +++ b/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/ActorDescriptor.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2017 Totaro Rodolfo + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Rodolfo Totaro - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.triquetrum.commands.api.services; import java.util.ArrayList; diff --git a/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/DirectorDescriptor.java b/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/DirectorDescriptor.java index 500a8563..ded75cb6 100644 --- a/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/DirectorDescriptor.java +++ b/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/DirectorDescriptor.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2017 Totaro Rodolfo + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Rodolfo Totaro - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.triquetrum.commands.api.services; public class DirectorDescriptor extends EntityDescriptor { diff --git a/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/EntityDescriptor.java b/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/EntityDescriptor.java index ac82d774..f8d49b54 100644 --- a/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/EntityDescriptor.java +++ b/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/EntityDescriptor.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2017 Totaro Rodolfo + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Rodolfo Totaro - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.triquetrum.commands.api.services; import java.util.ArrayList; diff --git a/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/ModelBuilderService.java b/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/ModelBuilderService.java index bf8185e4..e6a395c0 100644 --- a/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/ModelBuilderService.java +++ b/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/ModelBuilderService.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2016 Totaro Rodolfo + * Copyright (c) 2017 Totaro Rodolfo * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/ParameterDescriptor.java b/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/ParameterDescriptor.java index 80703117..db779020 100644 --- a/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/ParameterDescriptor.java +++ b/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/ParameterDescriptor.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2017 Totaro Rodolfo + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Rodolfo Totaro - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.triquetrum.commands.api.services; public class ParameterDescriptor extends EntityDescriptor { diff --git a/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/PortDescriptor.java b/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/PortDescriptor.java index ddc215e2..b52e5c03 100644 --- a/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/PortDescriptor.java +++ b/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/PortDescriptor.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2017 Totaro Rodolfo + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Rodolfo Totaro - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.triquetrum.commands.api.services; public class PortDescriptor extends EntityDescriptor { diff --git a/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/TcQLException.java b/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/TcQLException.java index b38be836..89f81734 100644 --- a/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/TcQLException.java +++ b/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/TcQLException.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2016 Totaro Rodolfo + * Copyright (c) 2017 Totaro Rodolfo * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/TqCLLibraryException.java b/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/TqCLLibraryException.java index ef45632e..87a2b381 100644 --- a/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/TqCLLibraryException.java +++ b/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/TqCLLibraryException.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2016 Totaro Rodolfo + * Copyright (c) 2017 Totaro Rodolfo * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/TqCLLibraryProvider.java b/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/TqCLLibraryProvider.java index ff756483..5278679c 100644 --- a/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/TqCLLibraryProvider.java +++ b/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/TqCLLibraryProvider.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2016 Totaro Rodolfo + * Copyright (c) 2017 Totaro Rodolfo * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/impl/TcQLLibraryProviderProxy.java b/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/impl/TcQLLibraryProviderProxy.java index f7f67000..928472be 100644 --- a/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/impl/TcQLLibraryProviderProxy.java +++ b/org.eclipse.triquetrum.commands.api/src/main/java/org/eclipse/triquetrum/commands/api/services/impl/TcQLLibraryProviderProxy.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2016 Totaro Rodolfo + * Copyright (c) 2017 Totaro Rodolfo * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.eclipse.triquetrum.commands.xtext.feature/build.properties b/org.eclipse.triquetrum.commands.xtext.feature/build.properties index eebf6378..725c9ea0 100644 --- a/org.eclipse.triquetrum.commands.xtext.feature/build.properties +++ b/org.eclipse.triquetrum.commands.xtext.feature/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2016 Totaro Rodolfo +# Copyright (c) 2017 Totaro Rodolfo # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at diff --git a/org.eclipse.triquetrum.commands.xtext.feature/feature.xml b/org.eclipse.triquetrum.commands.xtext.feature/feature.xml index e00404fc..aaadeaaa 100644 --- a/org.eclipse.triquetrum.commands.xtext.feature/feature.xml +++ b/org.eclipse.triquetrum.commands.xtext.feature/feature.xml @@ -1,6 +1,6 @@ + diff --git a/org.eclipse.triquetrum.commands.xtext.ide/src/main/java-gen/org/eclipse/triquetrum/commands/ide/contentassist/antlr/PartialTqclContentAssistParser.java b/org.eclipse.triquetrum.commands.xtext.ide/src/main/java-gen/org/eclipse/triquetrum/commands/ide/contentassist/antlr/PartialTqclContentAssistParser.java index 82c14443..fc000109 100644 --- a/org.eclipse.triquetrum.commands.xtext.ide/src/main/java-gen/org/eclipse/triquetrum/commands/ide/contentassist/antlr/PartialTqclContentAssistParser.java +++ b/org.eclipse.triquetrum.commands.xtext.ide/src/main/java-gen/org/eclipse/triquetrum/commands/ide/contentassist/antlr/PartialTqclContentAssistParser.java @@ -1,12 +1,10 @@ /******************************************************************************* - * Copyright (c) 2016 Totaro Rodolfo + * Copyright (c) 2017 Totaro Rodolfo * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * generated by Xtext 2.10.0 - * * Contributors: * Rodolfo Totaro - initial API and implementation and/or initial documentation *******************************************************************************/ diff --git a/org.eclipse.triquetrum.commands.xtext.ide/src/main/java-gen/org/eclipse/triquetrum/commands/ide/contentassist/antlr/TqclParser.java b/org.eclipse.triquetrum.commands.xtext.ide/src/main/java-gen/org/eclipse/triquetrum/commands/ide/contentassist/antlr/TqclParser.java index 97b5974b..a1714067 100644 --- a/org.eclipse.triquetrum.commands.xtext.ide/src/main/java-gen/org/eclipse/triquetrum/commands/ide/contentassist/antlr/TqclParser.java +++ b/org.eclipse.triquetrum.commands.xtext.ide/src/main/java-gen/org/eclipse/triquetrum/commands/ide/contentassist/antlr/TqclParser.java @@ -1,12 +1,10 @@ /******************************************************************************* - * Copyright (c) 2016 Totaro Rodolfo + * Copyright (c) 2017 Totaro Rodolfo * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * generated by Xtext 2.10.0 - * * Contributors: * Rodolfo Totaro - initial API and implementation and/or initial documentation *******************************************************************************/ diff --git a/org.eclipse.triquetrum.commands.xtext.ide/src/main/java-gen/org/eclipse/triquetrum/commands/ide/contentassist/antlr/internal/InternalTqclLexer.java b/org.eclipse.triquetrum.commands.xtext.ide/src/main/java-gen/org/eclipse/triquetrum/commands/ide/contentassist/antlr/internal/InternalTqclLexer.java index 8ed09b3c..260fc268 100644 --- a/org.eclipse.triquetrum.commands.xtext.ide/src/main/java-gen/org/eclipse/triquetrum/commands/ide/contentassist/antlr/internal/InternalTqclLexer.java +++ b/org.eclipse.triquetrum.commands.xtext.ide/src/main/java-gen/org/eclipse/triquetrum/commands/ide/contentassist/antlr/internal/InternalTqclLexer.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2017 Totaro Rodolfo + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Rodolfo Totaro - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.triquetrum.commands.ide.contentassist.antlr.internal; // Hack: Use our own Lexer superclass by means of import. diff --git a/org.eclipse.triquetrum.commands.xtext.ide/src/main/java-gen/org/eclipse/triquetrum/commands/ide/contentassist/antlr/internal/InternalTqclParser.java b/org.eclipse.triquetrum.commands.xtext.ide/src/main/java-gen/org/eclipse/triquetrum/commands/ide/contentassist/antlr/internal/InternalTqclParser.java index 66558d80..cc9f5035 100644 --- a/org.eclipse.triquetrum.commands.xtext.ide/src/main/java-gen/org/eclipse/triquetrum/commands/ide/contentassist/antlr/internal/InternalTqclParser.java +++ b/org.eclipse.triquetrum.commands.xtext.ide/src/main/java-gen/org/eclipse/triquetrum/commands/ide/contentassist/antlr/internal/InternalTqclParser.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2017 Totaro Rodolfo + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Rodolfo Totaro - initial API and implementation and/or initial documentation + *******************************************************************************/ package org.eclipse.triquetrum.commands.ide.contentassist.antlr.internal; import java.io.InputStream; @@ -19,18 +29,6 @@ import java.util.List; import java.util.ArrayList; -/******************************************************************************* - * Copyright (c) 2016 Totaro Rodolfo - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * generated by Xtext 2.10.0 - * - * Contributors: - * Rodolfo Totaro - initial API and implementation and/or initial documentation - *******************************************************************************/ @SuppressWarnings("all") public class InternalTqclParser extends AbstractInternalContentAssistParser { public static final String[] tokenNames = new String[] { diff --git a/org.eclipse.triquetrum.commands.xtext.tests/build.properties b/org.eclipse.triquetrum.commands.xtext.tests/build.properties index d211e779..7f9281be 100644 --- a/org.eclipse.triquetrum.commands.xtext.tests/build.properties +++ b/org.eclipse.triquetrum.commands.xtext.tests/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2016 Totaro Rodolfo +# Copyright (c) 2017 Totaro Rodolfo # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at diff --git a/org.eclipse.triquetrum.commands.xtext.tests/src/test/java-gen/org/eclipse/triquetrum/commands/tests/TqclInjectorProvider.java b/org.eclipse.triquetrum.commands.xtext.tests/src/test/java-gen/org/eclipse/triquetrum/commands/tests/TqclInjectorProvider.java index d940656a..a92dce17 100644 --- a/org.eclipse.triquetrum.commands.xtext.tests/src/test/java-gen/org/eclipse/triquetrum/commands/tests/TqclInjectorProvider.java +++ b/org.eclipse.triquetrum.commands.xtext.tests/src/test/java-gen/org/eclipse/triquetrum/commands/tests/TqclInjectorProvider.java @@ -1,12 +1,10 @@ /******************************************************************************* - * Copyright (c) 2016 Totaro Rodolfo + * Copyright (c) 2017 Totaro Rodolfo * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * generated by Xtext 2.10.0 - * * Contributors: * Rodolfo Totaro - initial API and implementation and/or initial documentation *******************************************************************************/ diff --git a/org.eclipse.triquetrum.commands.xtext.tests/src/test/xtend-gen/org/eclipse/triquetrum/commands/tests/.TqclParsingTest.xtendbin b/org.eclipse.triquetrum.commands.xtext.tests/src/test/xtend-gen/org/eclipse/triquetrum/commands/tests/.TqclParsingTest.xtendbin index b1c9bd37..5bb09bca 100644 Binary files a/org.eclipse.triquetrum.commands.xtext.tests/src/test/xtend-gen/org/eclipse/triquetrum/commands/tests/.TqclParsingTest.xtendbin and b/org.eclipse.triquetrum.commands.xtext.tests/src/test/xtend-gen/org/eclipse/triquetrum/commands/tests/.TqclParsingTest.xtendbin differ diff --git a/org.eclipse.triquetrum.commands.xtext.tests/src/test/xtend-gen/org/eclipse/triquetrum/commands/tests/TqclParsingTest.java b/org.eclipse.triquetrum.commands.xtext.tests/src/test/xtend-gen/org/eclipse/triquetrum/commands/tests/TqclParsingTest.java index 1001b4aa..1bb2e688 100644 --- a/org.eclipse.triquetrum.commands.xtext.tests/src/test/xtend-gen/org/eclipse/triquetrum/commands/tests/TqclParsingTest.java +++ b/org.eclipse.triquetrum.commands.xtext.tests/src/test/xtend-gen/org/eclipse/triquetrum/commands/tests/TqclParsingTest.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2017 Totaro Rodolfo + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Rodolfo Totaro - initial API and implementation and/or initial documentation + *******************************************************************************/ /** * generated by Xtext 2.10.0 */ diff --git a/org.eclipse.triquetrum.commands.xtext.ui.tests/build.properties b/org.eclipse.triquetrum.commands.xtext.ui.tests/build.properties index d211e779..7f9281be 100644 --- a/org.eclipse.triquetrum.commands.xtext.ui.tests/build.properties +++ b/org.eclipse.triquetrum.commands.xtext.ui.tests/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2016 Totaro Rodolfo +# Copyright (c) 2017 Totaro Rodolfo # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at diff --git a/org.eclipse.triquetrum.commands.xtext.ui/build.properties b/org.eclipse.triquetrum.commands.xtext.ui/build.properties index ff24db62..6d14951e 100644 --- a/org.eclipse.triquetrum.commands.xtext.ui/build.properties +++ b/org.eclipse.triquetrum.commands.xtext.ui/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2016 Totaro Rodolfo +# Copyright (c) 2017 Totaro Rodolfo # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at diff --git a/org.eclipse.triquetrum.commands.xtext.ui/plugin.xml b/org.eclipse.triquetrum.commands.xtext.ui/plugin.xml index 23121916..01c8fd14 100644 --- a/org.eclipse.triquetrum.commands.xtext.ui/plugin.xml +++ b/org.eclipse.triquetrum.commands.xtext.ui/plugin.xml @@ -1,7 +1,7 @@