You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

aspectjmatcher-sources-assembly.xml 736B

1234567891011121314151617181920212223242526272829
  1. <assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd">
  4. <id>sources</id>
  5. <formats>
  6. <format>jar</format>
  7. </formats>
  8. <includeBaseDirectory>false</includeBaseDirectory>
  9. <fileSets>
  10. <fileSet>
  11. <directory>../util/src/main/java</directory>
  12. <outputDirectory>.</outputDirectory>
  13. </fileSet>
  14. <fileSet>
  15. <directory>../bridge/src/main/java</directory>
  16. <outputDirectory>.</outputDirectory>
  17. </fileSet>
  18. <fileSet>
  19. <directory>../org.aspectj.matcher/src/main/java</directory>
  20. <outputDirectory>.</outputDirectory>
  21. </fileSet>
  22. </fileSets>
  23. </assembly>