Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 8814eb530bfc97a15eeda1419f07dcd4d7cb63b3 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                      
                                                                                                                                                                  







                                                                                
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2011 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) - initial API and implementation
-->
<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>
  <filter name="FilesFromPackage" enabled="true">
     <filter-data value="src/org/eclipse/emf/facet/util/emf/catalog"/>       
  </filter>
</fileset-config>

Back to the top