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

123456789101112131415161718192021222324252627282930313233343536
  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>../docs/dist</directory>
  13. <outputDirectory>.</outputDirectory>
  14. <includes>
  15. <include>LICENSE-AspectJ.html</include>
  16. </includes>
  17. </fileSet>
  18. <fileSet>
  19. <directory>../util/src/main/java</directory>
  20. <outputDirectory>.</outputDirectory>
  21. </fileSet>
  22. <fileSet>
  23. <directory>../bridge/src/main/java</directory>
  24. <outputDirectory>.</outputDirectory>
  25. </fileSet>
  26. <fileSet>
  27. <directory>../org.aspectj.matcher/src/main/java</directory>
  28. <outputDirectory>.</outputDirectory>
  29. </fileSet>
  30. </fileSets>
  31. </assembly>