diff options
Diffstat (limited to 'plugins/org.eclipse.jet.uml2/fragment.xml')
-rw-r--r-- | plugins/org.eclipse.jet.uml2/fragment.xml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/plugins/org.eclipse.jet.uml2/fragment.xml b/plugins/org.eclipse.jet.uml2/fragment.xml deleted file mode 100644 index 2f8c461..0000000 --- a/plugins/org.eclipse.jet.uml2/fragment.xml +++ /dev/null @@ -1,24 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<?eclipse version="3.4"?>
<!-- - Copyright (c) 2005, 2009 IBM Corporation and others. - 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: - IBM Corporation - initial API and implementation - --> - -<fragment> - <extension - point="org.eclipse.jet.xpathFunctions"> - <function - implementation="org.eclipse.jet.internal.uml2.functions.StereotypeFunction" - maxArgs="2" - minArgs="1" - name="uml2.stereotype"> - </function> - </extension> - -</fragment> |