aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-base/archiva-proxy-api/src
Commit message (Expand)AuthorAgeFilesLines
* add missing @since, formatting, make fields privateOlivier Lamy2014-10-201-6/+11
* MRM-813 tweak APC interface and ADRF AuditEventsJonathan Sharp2014-10-172-1/+49
* one move for all remaining override annotationEric Barboni2014-04-111-0/+6
* fix imports and minors warning sonar.skygo2013-03-141-5/+5
* [MRM-1704] Refactor to remove maven specific part from various repository/met...Olivier Lamy2012-10-291-0/+91
* [MRM-1704] Refactor to remove maven specific part from various repository/met...Olivier Lamy2012-10-291-0/+164
ber.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.0"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.0 http://maven.apache.org/xsd/assembly-2.1.0.xsd">

	<id>aspectjtools</id>

	<formats>
		<format>jar</format>
	</formats>

	<includeBaseDirectory>false</includeBaseDirectory>

	<dependencySets>
		<dependencySet>
			<unpack>true</unpack>
			<!-- Avoid warning when trying to add non-existing main artifact JAR -->
			<useProjectArtifact>false</useProjectArtifact>
			<includes>
				<include>org.aspectj:org.eclipse.jdt.core</include>
				<include>org.ow2.asm:asm</include>
			</includes>
		</dependencySet>
	</dependencySets>

	<fileSets>
		<fileSet>
			<directory>../docs/dist</directory>
			<outputDirectory>.</outputDirectory>
			<includes>
				<include>LICENSE-AspectJ.html</include>
			</includes>
		</fileSet>

		<!-- runtime -->
		<fileSet>
			<directory>../runtime/target/classes</directory>
			<outputDirectory>.</outputDirectory>
			<excludes>
				<exclude>META-INF/maven/**</exclude>
			</excludes>
		</fileSet>

		<!-- weaver -->
		<fileSet>
			<directory>../weaver/target/classes</directory>
			<outputDirectory>.</outputDirectory>
			<excludes>
				<exclude>META-INF/maven/**</exclude>
			</excludes>
		</fileSet>
		<fileSet>
			<directory>../util/target/classes</directory>
			<outputDirectory>.</outputDirectory>
			<excludes>
				<exclude>META-INF/maven/**</exclude>
			</excludes>
		</fileSet>
		<fileSet>
			<directory>../bridge/target/classes</directory>
			<outputDirectory>.</outputDirectory>
			<excludes>
				<exclude>META-INF/maven/**</exclude>
			</excludes>
		</fileSet>
		<fileSet>
			<directory>../asm/target/classes</directory>
			<outputDirectory>.</outputDirectory>
			<excludes>
				<exclude>META-INF/maven/**</exclude>
			</excludes>
		</fileSet>
		<fileSet>
			<directory>../org.aspectj.matcher/target/classes</directory>
			<outputDirectory>.</outputDirectory>
			<excludes>
				<exclude>META-INF/maven/**</exclude>
			</excludes>
		</fileSet>
		<fileSet>
			<directory>../bcel-builder/target/classes</directory>
			<outputDirectory>.</outputDirectory>
			<excludes>
				<exclude>META-INF/maven/**</exclude>
			</excludes>
		</fileSet>
		<fileSet>
			<directory>../loadtime/target/classes</directory>
			<outputDirectory>.</outputDirectory>
			<excludes>
				<exclude>META-INF/maven/**</exclude>
			</excludes>
		</fileSet>

		<!-- tools -->
		<fileSet>
			<directory>../ajde/target/classes</directory>
			<outputDirectory>.</outputDirectory>
			<excludes>
				<exclude>META-INF/maven/**</exclude>
			</excludes>
		</fileSet>
		<fileSet>
			<directory>../ajde.core/target/classes</directory>
			<outputDirectory>.</outputDirectory>
			<excludes>
				<exclude>META-INF/maven/**</exclude>
			</excludes>
		</fileSet>
		<fileSet>
			<directory>../ajdoc/target/classes</directory>
			<outputDirectory>.</outputDirectory>
			<excludes>
				<exclude>META-INF/maven/**</exclude>
			</excludes>
		</fileSet>
		<fileSet>
			<directory>../org.aspectj.ajdt.core/target/classes</directory>
			<outputDirectory>.</outputDirectory>
			<excludes>
				<exclude>META-INF/maven/**</exclude>
			</excludes>
		</fileSet>
		<fileSet>
			<directory>../taskdefs/target/classes</directory>
			<outputDirectory>.</outputDirectory>
			<excludes>
				<exclude>META-INF/maven/**</exclude>
			</excludes>
		</fileSet>
	</fileSets>

</assembly>