blob: 7744714ce1b32c548c77f1c61e24e95e7ba1016c [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
Copyright (c) 2009, 2019 Xored Software Inc and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-v20.html
Contributors:
Xored Software Inc - initial API and implementation and/or initial documentation
-->
<plugin>
<extension
point="org.eclipse.emf.ecore.generated_package">
<package
class="org.eclipse.rcptt.ecl.data.objects.ObjectsPackage"
genModel="model/objects.genmodel"
uri="http://www.eclipse.org/ecl/data/objects.ecore">
</package>
</extension>
<extension
point="org.eclipse.rcptt.ecl.core.scriptlet">
<scriptlet
class="org.eclipse.rcptt.ecl.data.internal.commands.ReadCsvFileService"
name="ReadCsvFile"
namespace="http://www.eclipse.org/ecl/data/commands.ecore">
</scriptlet>
<scriptlet
class="org.eclipse.rcptt.ecl.data.internal.commands.WriteCsvFileService"
name="WriteCsvFile"
namespace="http://www.eclipse.org/ecl/data/commands.ecore">
</scriptlet>
<scriptlet
class="org.eclipse.rcptt.ecl.data.internal.commands.ExcludeColumnsService"
name="ExcludeColumns"
namespace="http://www.eclipse.org/ecl/data/commands.ecore">
</scriptlet>
<scriptlet
class="org.eclipse.rcptt.ecl.data.internal.commands.SelectColumnsService"
name="SelectColumns"
namespace="http://www.eclipse.org/ecl/data/commands.ecore">
</scriptlet>
<scriptlet
class="org.eclipse.rcptt.ecl.data.internal.commands.ExcludeRowsService"
name="ExcludeRows"
namespace="http://www.eclipse.org/ecl/data/commands.ecore">
</scriptlet>
<scriptlet
class="org.eclipse.rcptt.ecl.data.internal.commands.SelectRowsService"
name="SelectRows"
namespace="http://www.eclipse.org/ecl/data/commands.ecore">
</scriptlet>
<scriptlet
class="org.eclipse.rcptt.ecl.data.internal.commands.AssertTablesMatchService"
name="AssertTablesMatch"
namespace="http://www.eclipse.org/ecl/data/commands.ecore">
</scriptlet>
<scriptlet
class="org.eclipse.rcptt.ecl.data.internal.commands.PrintService"
name="Print"
namespace="http://www.eclipse.org/ecl/data/commands.ecore">
</scriptlet>
<scriptlet
class="org.eclipse.rcptt.ecl.data.internal.commands.WriteLinesService"
name="WriteLines"
namespace="http://www.eclipse.org/ecl/data/commands.ecore">
</scriptlet>
<scriptlet
class="org.eclipse.rcptt.ecl.data.internal.commands.ReadLinesService"
name="ReadLines"
namespace="http://www.eclipse.org/ecl/data/commands.ecore">
</scriptlet>
<scriptlet
class="org.eclipse.rcptt.ecl.data.internal.commands.ReadFileService"
name="ReadFile"
namespace="http://www.eclipse.org/ecl/data/commands.ecore">
</scriptlet>
<scriptlet
class="org.eclipse.rcptt.ecl.data.internal.commands.AsTableDataService"
name="AsTableData"
namespace="http://www.eclipse.org/ecl/data/commands.ecore">
</scriptlet>
<scriptlet
class="org.eclipse.rcptt.ecl.data.internal.commands.ReadPropertiesService"
name="ReadProperties"
namespace="http://www.eclipse.org/ecl/data/commands.ecore">
</scriptlet>
<scriptlet
class="org.eclipse.rcptt.ecl.data.internal.commands.SetPageNameService"
name="SetPageName"
namespace="http://www.eclipse.org/ecl/data/commands.ecore">
</scriptlet>
<scriptlet
class="org.eclipse.rcptt.ecl.data.internal.commands.ListAsTableDataService"
name="ListAsTableData"
namespace="http://www.eclipse.org/ecl/data/commands.ecore">
</scriptlet>
<scriptlet
class="org.eclipse.rcptt.ecl.data.internal.commands.ReadXmlFileService"
name="ReadXmlFile"
namespace="http://www.eclipse.org/ecl/data/commands.ecore">
</scriptlet>
<scriptlet
class="org.eclipse.rcptt.ecl.data.internal.commands.WriteXmlFileService"
name="WriteXmlFile"
namespace="http://www.eclipse.org/ecl/data/commands.ecore">
</scriptlet>
<scriptlet
class="org.eclipse.rcptt.ecl.data.internal.commands.TreeNodeService"
name="TreeNode"
namespace="http://www.eclipse.org/ecl/data/commands.ecore">
</scriptlet>
<scriptlet
class="org.eclipse.rcptt.ecl.data.internal.commands.GetAttrsService"
name="GetAttrs"
namespace="http://www.eclipse.org/ecl/data/commands.ecore">
</scriptlet>
<scriptlet
class="org.eclipse.rcptt.ecl.data.internal.commands.GetAttrService"
name="GetAttr"
namespace="http://www.eclipse.org/ecl/data/commands.ecore">
</scriptlet>
<scriptlet
class="org.eclipse.rcptt.ecl.data.internal.commands.SetAttrService"
name="SetAttr"
namespace="http://www.eclipse.org/ecl/data/commands.ecore">
</scriptlet>
<scriptlet
class="org.eclipse.rcptt.ecl.data.internal.commands.HasAttrService"
name="HasAttr"
namespace="http://www.eclipse.org/ecl/data/commands.ecore">
</scriptlet>
<scriptlet
class="org.eclipse.rcptt.ecl.data.internal.commands.GetNodesService"
name="GetNodes"
namespace="http://www.eclipse.org/ecl/data/commands.ecore">
</scriptlet>
<scriptlet
class="org.eclipse.rcptt.ecl.data.internal.commands.AppendService"
name="Append"
namespace="http://www.eclipse.org/ecl/data/commands.ecore">
</scriptlet>
<scriptlet
class="org.eclipse.rcptt.ecl.data.internal.commands.RemoveService"
name="Remove"
namespace="http://www.eclipse.org/ecl/data/commands.ecore">
</scriptlet>
</extension>
<extension point="org.eclipse.emf.ecore.generated_package">
<!-- @generated commands -->
<package
uri="http://www.eclipse.org/ecl/data/commands.ecore"
class="org.eclipse.rcptt.ecl.data.commands.CommandsPackage"
genModel="model/commands.genmodel"/>
</extension>
</plugin>