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 832B

123456789101112131415161718192021222324252627282930
  1. <assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.0"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.0 http://maven.apache.org/xsd/assembly-2.1.0.xsd">
  4. <!-- Do not change this ID. It becomes the artifact classifier with appendAssemblyId=true. -->
  5. <id>sources</id>
  6. <formats>
  7. <format>jar</format>
  8. </formats>
  9. <includeBaseDirectory>false</includeBaseDirectory>
  10. <fileSets>
  11. <fileSet>
  12. <directory>../util/src/main/java</directory>
  13. <outputDirectory>.</outputDirectory>
  14. </fileSet>
  15. <fileSet>
  16. <directory>../bridge/src/main/java</directory>
  17. <outputDirectory>.</outputDirectory>
  18. </fileSet>
  19. <fileSet>
  20. <directory>../org.aspectj.matcher/src/main/java</directory>
  21. <outputDirectory>.</outputDirectory>
  22. </fileSet>
  23. </fileSets>
  24. </assembly>