/pconf.py

https://github.com/jbinder/openengsb · Python · 30 lines · 27 code · 0 blank · 3 comment · 0 complexity · 5c4312e06615da724115093ed54b0271 MD5 · raw file

  1. '''
  2. Copyright 2010 OpenEngSB Division, Vienna University of Technology
  3. Licensed under the Apache License, Version 2.0 (the "License");
  4. you may not use this file except in compliance with the License.
  5. You may obtain a copy of the License at
  6. http://www.apache.org/licenses/LICENSE-2.0
  7. Unless required by applicable law or agreed to in writing, software
  8. distributed under the License is distributed on an "AS IS" BASIS,
  9. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  10. See the License for the specific language governing permissions and
  11. limitations under the License.
  12. '''
  13. def ignored_version_files():
  14. return ['domains/toolabstraction/maven/src/test/resources/pom.xml',
  15. 'domains/toolabstraction/maven/src/test/resources/build-test/pom.xml',
  16. 'domains/toolabstraction/maven/src/test/resources/deploy-test/pom.xml',
  17. 'domains/toolabstraction/maven/src/test/resources/test-invalid-pom/pom.xml',
  18. 'domains/toolabstraction/maven/src/test/resources/test-unit-fail/pom.xml',
  19. 'domains/toolabstraction/maven/src/test/resources/test-unit-success/pom.xml',
  20. 'domains/toolabstraction/maven/target/test-classes/test-invalid-pom/pom.xml',
  21. 'domains/toolabstraction/maven/target/test-classes/deploy-test/pom.xml',
  22. 'domains/toolabstraction/maven/target/test-classes/test-unit-success/pom.xml',
  23. 'domains/toolabstraction/maven/target/test-classes/build-test/pom.xml',
  24. 'domains/toolabstraction/maven/target/test-classes/test-unit-fail/pom.xml',
  25. 'domains/toolabstraction/maven/target/test-classes/pom.xml']