Commit 1fa3441c authored by Philip Makedonski's avatar Philip Makedonski
Browse files

* further exclusions in shadow target to remove warnings and slim down jar

parent b9191697
Loading
Loading
Loading
Loading
+34 −1
Original line number Diff line number Diff line
@@ -558,7 +558,28 @@
							<exclude>*:de.ugoe.cs.swe.TTCN3.ide-log4j*</exclude>
							<exclude>*:de.ugoe.cs.swe.TTCN3.ide-reload4j*</exclude>
							<exclude>*:de.ugoe.cs.swe.TTCN3.ide-org.objectweb.asm*</exclude>
							<exclude>*:de.ugoe.cs.swe.TTCN3.ide-org.apache.log4j*</exclude>
							
							<!-- exclude other stuff -->							
							<exclude>*:de.ugoe.cs.swe.TTCN3:eclipse-plugin*</exclude>
							<exclude>*:de.ugoe.cs.swe.TTCN3.external:eclipse-plugin*</exclude>
							<exclude>*:de.ugoe.cs.swe.TTCN3Configuration:eclipse-plugin*</exclude>
							<exclude>io.github.classgraph*</exclude>
							<exclude>*:de.ugoe.cs.swe.T3Q-commons-*</exclude>
							<exclude>org.apache.xmlgraphics*</exclude>
							<exclude>com.google.code.findbugs*</exclude>
							<exclude>com.google.j2objc*</exclude>
							<exclude>org.eclipse.jdt*</exclude>
							<exclude>org.eclipse.jetty.toolchain*</exclude>
							<exclude>org.mortbay.jasper*</exclude>
							<exclude>org.apache.felix*</exclude>
							<exclude>org.apache.aries.spifly*</exclude>
							<exclude>com.ibm.icu*</exclude>
							<exclude>net.java.dev.jna*</exclude>
							<exclude></exclude>
							<exclude></exclude>
							<exclude></exclude>
							<exclude></exclude>
							<exclude></exclude>
						</excludes>
					</artifactSet>
					<filters>
@@ -582,6 +603,18 @@
								<exclude>**/*.g</exclude>
								<exclude>**/*.mwe2</exclude>
								<exclude>**/*.xtext</exclude>
								<!-- exclude other stuff -->
								<exclude>OSGI-OPT/**</exclude>
								<exclude>templates/**</exclude>
								<exclude>META-INF/LICENSE*</exclude>
								<exclude>META-INF/NOTICE*</exclude>
								<exclude>META-INF/NOTICE*</exclude>
								<exclude>META-INF/MANIFEST*</exclude>
								<exclude>META-INF.versions*</exclude>
								<exclude>LICENSE*</exclude>
								<exclude>*.png</exclude>
								<exclude>log4j.properties</exclude>
								<exclude>**/module-info.class</exclude>
							</excludes>
						</filter>
					</filters>