# ignite-164 : rename resources under urideploy/test
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/f698f2a9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/f698f2a9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/f698f2a9 Branch: refs/heads/sprint-1 Commit: f698f2a96c7e264dbab55a9ff20429bfebd8d21f Parents: a969aba Author: Artem Shutak <ashu...@gridgain.com> Authored: Thu Feb 5 12:45:50 2015 +0300 Committer: Artem Shutak <ashu...@gridgain.com> Committed: Thu Feb 5 12:45:50 2015 +0300 ---------------------------------------------------------------------- .../GridUriDeploymentFileProcessorSelfTest.java | 6 +-- .../META-INF/bad-signed-deployfile-gridgain.xml | 39 ------------------ .../META-INF/bad-signed-deployfile-ignite.xml | 39 ++++++++++++++++++ .../META-INF/deploy-with-resources-gridgain.xml | 37 ----------------- .../META-INF/deploy-with-resources-ignite.xml | 37 +++++++++++++++++ .../uri/META-INF/deploydepend-gridgain.xml | 37 ----------------- .../uri/META-INF/deploydepend-ignite.xml | 37 +++++++++++++++++ .../uri/META-INF/deploydir-gridgain.xml | 38 ------------------ .../uri/META-INF/deploydir-ignite.xml | 38 ++++++++++++++++++ .../uri/META-INF/deployfile-gridgain.xml | 38 ------------------ .../uri/META-INF/deployfile-ignite.xml | 38 ++++++++++++++++++ .../deployment/uri/META-INF/gridgain.brokenxml | 18 --------- .../spi/deployment/uri/META-INF/gridgain.empty | 0 .../deployment/uri/META-INF/gridgain.incorrefs | 18 --------- .../deployment/uri/META-INF/ignite.brokenxml | 18 +++++++++ .../spi/deployment/uri/META-INF/ignite.empty | 0 .../deployment/uri/META-INF/ignite.incorrefs | 18 +++++++++ .../deployment/uri/META-INF/p2p-gridgain.xml | 42 -------------------- .../spi/deployment/uri/META-INF/p2p-ignite.xml | 42 ++++++++++++++++++++ .../well-signed-deployfile-gridgain.xml | 38 ------------------ .../META-INF/well-signed-deployfile-ignite.xml | 38 ++++++++++++++++++ 21 files changed, 308 insertions(+), 308 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f698f2a9/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/GridUriDeploymentFileProcessorSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/GridUriDeploymentFileProcessorSelfTest.java b/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/GridUriDeploymentFileProcessorSelfTest.java index b2887b8..ef600b3 100644 --- a/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/GridUriDeploymentFileProcessorSelfTest.java +++ b/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/GridUriDeploymentFileProcessorSelfTest.java @@ -43,21 +43,21 @@ public class GridUriDeploymentFileProcessorSelfTest extends GridUriDeploymentAbs * @throws Exception If failed. */ public void testTaskWithBrokenXML() throws Exception { - proceedTest("broken.gar", "gridgain.brokenxml", "brokenxml-task", false); + proceedTest("broken.gar", "ignite.brokenxml", "brokenxml-task", false); } /** * @throws Exception If failed. */ public void testTaskWithEmptyXML() throws Exception { - proceedTest("empty.gar", "gridgain.empty", "emptyxml-task", false); + proceedTest("empty.gar", "ignite.empty", "emptyxml-task", false); } /** * @throws Exception If failed. */ public void testTaskWithIncorrectRefsXML() throws Exception { - proceedTest("incorrefs.gar", "gridgain.incorrefs", "incorrectref-task", false); + proceedTest("incorrefs.gar", "ignite.incorrefs", "incorrectref-task", false); } /** http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f698f2a9/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/bad-signed-deployfile-gridgain.xml ---------------------------------------------------------------------- diff --git a/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/bad-signed-deployfile-gridgain.xml b/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/bad-signed-deployfile-gridgain.xml deleted file mode 100644 index 0770842..0000000 --- a/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/bad-signed-deployfile-gridgain.xml +++ /dev/null @@ -1,39 +0,0 @@ -<?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. - --> - -<!-- - Spring configuration file for test classes in gar-file. ---> -<beans xmlns="http://www.springframework.org/schema/beans" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns:util="http://www.springframework.org/schema/util" - xsi:schemaLocation=" - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"> - <description>Gridgain Spring configuration file in gar-file.</description> - - <!-- - Test tasks specification. - --> - <util:list id="tasks"> - <value>org.apache.ignite.spi.deployment.uri.tasks.GridUriDeploymentTestTask6</value> - <value>org.apache.ignite.spi.deployment.uri.tasks.GridUriDeploymentTestWithNameTask6</value> - </util:list> -</beans> - http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f698f2a9/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/bad-signed-deployfile-ignite.xml ---------------------------------------------------------------------- diff --git a/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/bad-signed-deployfile-ignite.xml b/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/bad-signed-deployfile-ignite.xml new file mode 100644 index 0000000..0770842 --- /dev/null +++ b/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/bad-signed-deployfile-ignite.xml @@ -0,0 +1,39 @@ +<?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. + --> + +<!-- + Spring configuration file for test classes in gar-file. +--> +<beans xmlns="http://www.springframework.org/schema/beans" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns:util="http://www.springframework.org/schema/util" + xsi:schemaLocation=" + http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"> + <description>Gridgain Spring configuration file in gar-file.</description> + + <!-- + Test tasks specification. + --> + <util:list id="tasks"> + <value>org.apache.ignite.spi.deployment.uri.tasks.GridUriDeploymentTestTask6</value> + <value>org.apache.ignite.spi.deployment.uri.tasks.GridUriDeploymentTestWithNameTask6</value> + </util:list> +</beans> + http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f698f2a9/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/deploy-with-resources-gridgain.xml ---------------------------------------------------------------------- diff --git a/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/deploy-with-resources-gridgain.xml b/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/deploy-with-resources-gridgain.xml deleted file mode 100644 index cc7a105..0000000 --- a/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/deploy-with-resources-gridgain.xml +++ /dev/null @@ -1,37 +0,0 @@ -<?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. - --> - -<!-- - Spring configuration file for test classes in gar-file. ---> -<beans xmlns="http://www.springframework.org/schema/beans" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns:util="http://www.springframework.org/schema/util" - xsi:schemaLocation=" - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"> - <description>Gridgain Spring configuration file in gar-file.</description> - - <!-- - Test tasks specification. - --> - <util:list id="tasks"> - <value>org.apache.ignite.spi.deployment.uri.tasks.GridUriDeploymentTestWithNameTask7</value> - </util:list> -</beans> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f698f2a9/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/deploy-with-resources-ignite.xml ---------------------------------------------------------------------- diff --git a/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/deploy-with-resources-ignite.xml b/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/deploy-with-resources-ignite.xml new file mode 100644 index 0000000..cc7a105 --- /dev/null +++ b/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/deploy-with-resources-ignite.xml @@ -0,0 +1,37 @@ +<?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. + --> + +<!-- + Spring configuration file for test classes in gar-file. +--> +<beans xmlns="http://www.springframework.org/schema/beans" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns:util="http://www.springframework.org/schema/util" + xsi:schemaLocation=" + http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"> + <description>Gridgain Spring configuration file in gar-file.</description> + + <!-- + Test tasks specification. + --> + <util:list id="tasks"> + <value>org.apache.ignite.spi.deployment.uri.tasks.GridUriDeploymentTestWithNameTask7</value> + </util:list> +</beans> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f698f2a9/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/deploydepend-gridgain.xml ---------------------------------------------------------------------- diff --git a/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/deploydepend-gridgain.xml b/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/deploydepend-gridgain.xml deleted file mode 100644 index 7e21444..0000000 --- a/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/deploydepend-gridgain.xml +++ /dev/null @@ -1,37 +0,0 @@ -<?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. - --> - -<!-- - Spring configuration file for test classes in gar-file. ---> -<beans xmlns="http://www.springframework.org/schema/beans" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns:util="http://www.springframework.org/schema/util" - xsi:schemaLocation=" - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"> - <description>Gridgain Spring configuration file in gar-file.</description> - - <!-- - Test tasks specification. - --> - <util:list id="tasks"> - <value>org.apache.ignite.spi.deployment.uri.tasks.GridUriDeploymentTestTask1</value> - </util:list> -</beans> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f698f2a9/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/deploydepend-ignite.xml ---------------------------------------------------------------------- diff --git a/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/deploydepend-ignite.xml b/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/deploydepend-ignite.xml new file mode 100644 index 0000000..7e21444 --- /dev/null +++ b/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/deploydepend-ignite.xml @@ -0,0 +1,37 @@ +<?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. + --> + +<!-- + Spring configuration file for test classes in gar-file. +--> +<beans xmlns="http://www.springframework.org/schema/beans" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns:util="http://www.springframework.org/schema/util" + xsi:schemaLocation=" + http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"> + <description>Gridgain Spring configuration file in gar-file.</description> + + <!-- + Test tasks specification. + --> + <util:list id="tasks"> + <value>org.apache.ignite.spi.deployment.uri.tasks.GridUriDeploymentTestTask1</value> + </util:list> +</beans> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f698f2a9/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/deploydir-gridgain.xml ---------------------------------------------------------------------- diff --git a/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/deploydir-gridgain.xml b/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/deploydir-gridgain.xml deleted file mode 100644 index 18876ba..0000000 --- a/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/deploydir-gridgain.xml +++ /dev/null @@ -1,38 +0,0 @@ -<?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. - --> - -<!-- - Spring configuration file for test classes in gar-file. ---> -<beans xmlns="http://www.springframework.org/schema/beans" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns:util="http://www.springframework.org/schema/util" - xsi:schemaLocation=" - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"> - <description>Gridgain Spring configuration file in gar-file.</description> - - <!-- - Test tasks specification. - --> - <util:list id="tasks"> - <value>org.apache.ignite.spi.deployment.uri.tasks.GridUriDeploymentTestTask0</value> - <value>org.apache.ignite.spi.deployment.uri.tasks.GridUriDeploymentTestWithNameTask0</value> - </util:list> -</beans> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f698f2a9/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/deploydir-ignite.xml ---------------------------------------------------------------------- diff --git a/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/deploydir-ignite.xml b/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/deploydir-ignite.xml new file mode 100644 index 0000000..18876ba --- /dev/null +++ b/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/deploydir-ignite.xml @@ -0,0 +1,38 @@ +<?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. + --> + +<!-- + Spring configuration file for test classes in gar-file. +--> +<beans xmlns="http://www.springframework.org/schema/beans" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns:util="http://www.springframework.org/schema/util" + xsi:schemaLocation=" + http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"> + <description>Gridgain Spring configuration file in gar-file.</description> + + <!-- + Test tasks specification. + --> + <util:list id="tasks"> + <value>org.apache.ignite.spi.deployment.uri.tasks.GridUriDeploymentTestTask0</value> + <value>org.apache.ignite.spi.deployment.uri.tasks.GridUriDeploymentTestWithNameTask0</value> + </util:list> +</beans> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f698f2a9/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/deployfile-gridgain.xml ---------------------------------------------------------------------- diff --git a/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/deployfile-gridgain.xml b/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/deployfile-gridgain.xml deleted file mode 100644 index 6798b5d..0000000 --- a/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/deployfile-gridgain.xml +++ /dev/null @@ -1,38 +0,0 @@ -<?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. - --> - -<!-- - Spring configuration file for test classes in gar-file. ---> -<beans xmlns="http://www.springframework.org/schema/beans" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns:util="http://www.springframework.org/schema/util" - xsi:schemaLocation=" - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"> - <description>Gridgain Spring configuration file in gar-file.</description> - - <!-- - Test tasks specification. - --> - <util:list id="tasks"> - <value>org.apache.ignite.spi.deployment.uri.tasks.GridUriDeploymentTestTask3</value> - <value>org.apache.ignite.spi.deployment.uri.tasks.GridUriDeploymentTestWithNameTask3</value> - </util:list> -</beans> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f698f2a9/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/deployfile-ignite.xml ---------------------------------------------------------------------- diff --git a/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/deployfile-ignite.xml b/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/deployfile-ignite.xml new file mode 100644 index 0000000..6798b5d --- /dev/null +++ b/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/deployfile-ignite.xml @@ -0,0 +1,38 @@ +<?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. + --> + +<!-- + Spring configuration file for test classes in gar-file. +--> +<beans xmlns="http://www.springframework.org/schema/beans" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns:util="http://www.springframework.org/schema/util" + xsi:schemaLocation=" + http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"> + <description>Gridgain Spring configuration file in gar-file.</description> + + <!-- + Test tasks specification. + --> + <util:list id="tasks"> + <value>org.apache.ignite.spi.deployment.uri.tasks.GridUriDeploymentTestTask3</value> + <value>org.apache.ignite.spi.deployment.uri.tasks.GridUriDeploymentTestWithNameTask3</value> + </util:list> +</beans> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f698f2a9/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/gridgain.brokenxml ---------------------------------------------------------------------- diff --git a/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/gridgain.brokenxml b/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/gridgain.brokenxml deleted file mode 100644 index 70ddc1c..0000000 --- a/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/gridgain.brokenxml +++ /dev/null @@ -1,18 +0,0 @@ -<!--@ANT_XML_COPYRIGHT_LICENSE@--> - -<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd"> - -<!-- - Spring configuration file for test classes in gar-file. ---> -<beans> - <description>Gridgain Spring configuration file in gar-file for ant GAR task.</description> - - <!-- - Test task specification. - --> - <bean id="task" class="org.gridgain.grid.spi.deployment.uri.tasks.GridUriDeploymentTestTask0"/sdfs>zx - <property name="taskTypeId" value="brokenxml-task"/> - <property name="version" value="ver1"/> - </bean> -</beans> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f698f2a9/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/gridgain.empty ---------------------------------------------------------------------- diff --git a/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/gridgain.empty b/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/gridgain.empty deleted file mode 100644 index e69de29..0000000 http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f698f2a9/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/gridgain.incorrefs ---------------------------------------------------------------------- diff --git a/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/gridgain.incorrefs b/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/gridgain.incorrefs deleted file mode 100644 index 303310d..0000000 --- a/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/gridgain.incorrefs +++ /dev/null @@ -1,18 +0,0 @@ -<!--@ANT_XML_COPYRIGHT_LICENSE@--> - -<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd"> - -<!-- - Spring configuration file for test classes in gar-file. ---> -<beans> - <description>Gridgain Spring configuration file in gar-file for ant GAR task.</description> - - <!-- - Test task specification. - --> - <bean id="task" class="org.gridgain.grid.spi.deployment.uri.tasks.GridUriDeploymentTestTask0"> - <property name="taskTypeId" value="incorrectref-task"/> - <property name="version" value="ver1"/> - </bean> -</beans> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f698f2a9/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/ignite.brokenxml ---------------------------------------------------------------------- diff --git a/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/ignite.brokenxml b/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/ignite.brokenxml new file mode 100644 index 0000000..70ddc1c --- /dev/null +++ b/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/ignite.brokenxml @@ -0,0 +1,18 @@ +<!--@ANT_XML_COPYRIGHT_LICENSE@--> + +<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd"> + +<!-- + Spring configuration file for test classes in gar-file. +--> +<beans> + <description>Gridgain Spring configuration file in gar-file for ant GAR task.</description> + + <!-- + Test task specification. + --> + <bean id="task" class="org.gridgain.grid.spi.deployment.uri.tasks.GridUriDeploymentTestTask0"/sdfs>zx + <property name="taskTypeId" value="brokenxml-task"/> + <property name="version" value="ver1"/> + </bean> +</beans> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f698f2a9/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/ignite.empty ---------------------------------------------------------------------- diff --git a/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/ignite.empty b/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/ignite.empty new file mode 100644 index 0000000..e69de29 http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f698f2a9/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/ignite.incorrefs ---------------------------------------------------------------------- diff --git a/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/ignite.incorrefs b/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/ignite.incorrefs new file mode 100644 index 0000000..303310d --- /dev/null +++ b/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/ignite.incorrefs @@ -0,0 +1,18 @@ +<!--@ANT_XML_COPYRIGHT_LICENSE@--> + +<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd"> + +<!-- + Spring configuration file for test classes in gar-file. +--> +<beans> + <description>Gridgain Spring configuration file in gar-file for ant GAR task.</description> + + <!-- + Test task specification. + --> + <bean id="task" class="org.gridgain.grid.spi.deployment.uri.tasks.GridUriDeploymentTestTask0"> + <property name="taskTypeId" value="incorrectref-task"/> + <property name="version" value="ver1"/> + </bean> +</beans> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f698f2a9/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/p2p-gridgain.xml ---------------------------------------------------------------------- diff --git a/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/p2p-gridgain.xml b/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/p2p-gridgain.xml deleted file mode 100644 index 958f26e..0000000 --- a/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/p2p-gridgain.xml +++ /dev/null @@ -1,42 +0,0 @@ -<?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. - --> - -<!-- - Spring configuration file for test classes in gar-file. ---> -<beans xmlns="http://www.springframework.org/schema/beans" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns:util="http://www.springframework.org/schema/util" - xsi:schemaLocation=" - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"> - <description>Gridgain Spring configuration file in gar-file.</description> - - <bean id="userVersion" class="java.lang.String"> - <constructor-arg value="1"/> - </bean> - - <!-- - Test tasks specification. - --> - <util:list id="tasks"> - <value>org.apache.ignite.tests.p2p.P2PTestTaskExternalPath1</value> - <value>org.apache.ignite.tests.p2p.P2PTestTaskExternalPath2</value> - </util:list> -</beans> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f698f2a9/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/p2p-ignite.xml ---------------------------------------------------------------------- diff --git a/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/p2p-ignite.xml b/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/p2p-ignite.xml new file mode 100644 index 0000000..958f26e --- /dev/null +++ b/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/p2p-ignite.xml @@ -0,0 +1,42 @@ +<?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. + --> + +<!-- + Spring configuration file for test classes in gar-file. +--> +<beans xmlns="http://www.springframework.org/schema/beans" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns:util="http://www.springframework.org/schema/util" + xsi:schemaLocation=" + http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"> + <description>Gridgain Spring configuration file in gar-file.</description> + + <bean id="userVersion" class="java.lang.String"> + <constructor-arg value="1"/> + </bean> + + <!-- + Test tasks specification. + --> + <util:list id="tasks"> + <value>org.apache.ignite.tests.p2p.P2PTestTaskExternalPath1</value> + <value>org.apache.ignite.tests.p2p.P2PTestTaskExternalPath2</value> + </util:list> +</beans> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f698f2a9/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/well-signed-deployfile-gridgain.xml ---------------------------------------------------------------------- diff --git a/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/well-signed-deployfile-gridgain.xml b/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/well-signed-deployfile-gridgain.xml deleted file mode 100644 index fa6b6bd..0000000 --- a/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/well-signed-deployfile-gridgain.xml +++ /dev/null @@ -1,38 +0,0 @@ -<?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. - --> - -<!-- - Spring configuration file for test classes in gar-file. ---> -<beans xmlns="http://www.springframework.org/schema/beans" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns:util="http://www.springframework.org/schema/util" - xsi:schemaLocation=" - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"> - <description>Gridgain Spring configuration file in gar-file.</description> - - <!-- - Test tasks specification. - --> - <util:list id="tasks"> - <value>org.apache.ignite.spi.deployment.uri.tasks.GridUriDeploymentTestTask5</value> - <value>org.apache.ignite.spi.deployment.uri.tasks.GridUriDeploymentTestWithNameTask5</value> - </util:list> -</beans> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f698f2a9/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/well-signed-deployfile-ignite.xml ---------------------------------------------------------------------- diff --git a/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/well-signed-deployfile-ignite.xml b/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/well-signed-deployfile-ignite.xml new file mode 100644 index 0000000..fa6b6bd --- /dev/null +++ b/modules/urideploy/src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/well-signed-deployfile-ignite.xml @@ -0,0 +1,38 @@ +<?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. + --> + +<!-- + Spring configuration file for test classes in gar-file. +--> +<beans xmlns="http://www.springframework.org/schema/beans" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns:util="http://www.springframework.org/schema/util" + xsi:schemaLocation=" + http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"> + <description>Gridgain Spring configuration file in gar-file.</description> + + <!-- + Test tasks specification. + --> + <util:list id="tasks"> + <value>org.apache.ignite.spi.deployment.uri.tasks.GridUriDeploymentTestTask5</value> + <value>org.apache.ignite.spi.deployment.uri.tasks.GridUriDeploymentTestWithNameTask5</value> + </util:list> +</beans>