Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre GAUTIER2017-08-29 08:35:50 +0000
committerQuentin Le Menez2017-09-03 17:47:41 +0000
commit87487748a9d129d2eb3676382dd9cf40bb021049 (patch)
treea3de7ded343494d79619de27f6778ebad9825f09 /plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/.checkstyle
parentb28dcaade3a6ba4c18bd92054b17da51b84258a8 (diff)
downloadorg.eclipse.papyrus-87487748a9d129d2eb3676382dd9cf40bb021049.tar.gz
org.eclipse.papyrus-87487748a9d129d2eb3676382dd9cf40bb021049.tar.xz
org.eclipse.papyrus-87487748a9d129d2eb3676382dd9cf40bb021049.zip
Bug 521572 - [General] Various cleanups
https://bugs.eclipse.org/bugs/show_bug.cgi?id=521572 remove unused .pmd and .checkstyle files Change-Id: I26091111fea4afb56e60a911c013f0119f4dec80 Signed-off-by: Pierre GAUTIER <pierre.gautier@cea.fr>
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/.checkstyle')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/.checkstyle18
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/.checkstyle b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/.checkstyle
deleted file mode 100644
index 6858fec30f6..00000000000
--- a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/.checkstyle
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Copyright (c) 2010 Mia-Software.
-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:
- Nicolas Guyomar (Mia-Software)
--->
-<fileset-config file-format-version="1.2.0" simple-config="true">
- <local-check-config name="EmfFacet" location="../org.eclipse.papyrus.emf.facet.archi.tech.rules/checkstyle/EmfFacet.checkstyle" type="project" description=""/>
- <fileset name="all" enabled="true" check-config-name="EmfFacet" local="true">
- <file-match-pattern match-pattern="." include-pattern="true"/>
- <file-match-pattern match-pattern="Messages.java" include-pattern="false"/>
- </fileset>
-</fileset-config>

Back to the top