Projects
home:vanmeeuwen:lesb
netty
0002-Remove-optional-deps.patch
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0002-Remove-optional-deps.patch of Package netty
From 13a221991b69065fbd70fd9f6d29d62f03880ef1 Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky <sochotnicky@redhat.com> Date: Thu, 13 Jan 2011 14:59:40 +0100 Subject: [PATCH 2/3] Remove optional deps --- pom.xml | 135 --------------------------------------------------------------- 1 files changed, 0 insertions(+), 135 deletions(-) diff --git a/pom.xml b/pom.xml index 806f05c..e61a552 100644 --- a/pom.xml +++ b/pom.xml @@ -111,13 +111,6 @@ <optional>true</optional> </dependency> <dependency> - <groupId>org.jboss.logging</groupId> - <artifactId>jboss-logging-spi</artifactId> - <version>2.1.1.GA</version> - <scope>compile</scope> - <optional>true</optional> - </dependency> - <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.16</version> @@ -157,12 +150,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.easymock</groupId> - <artifactId>easymockclassextension</artifactId> - <version>2.5.2</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>1.5.11</version> @@ -426,128 +413,6 @@ </configuration> </plugin> <plugin> - <artifactId>maven-jxr-plugin</artifactId> - <version>2.1</version> - <executions> - <execution> - <id>generate-xref</id> - <phase>package</phase> - <goals> - <goal>jxr</goal> - </goals> - </execution> - </executions> - <configuration> - <inputEncoding>UTF-8</inputEncoding> - <outputEncoding>UTF-8</outputEncoding> - <linkJavadoc>true</linkJavadoc> - <destDir>${project.build.directory}/xref</destDir> - <javadocDir>${project.build.directory}/api</javadocDir> - <stylesheet>${basedir}/src/xref/stylesheet.css</stylesheet> - <docTitle>${project.name} Source Xref (${project.version}, r${buildNumber})</docTitle> - <windowTitle>${project.name} Source Xref (${project.version}, r${buildNumber})</windowTitle> - </configuration> - </plugin> - <plugin> - <groupId>org.jboss.maven.plugins</groupId> - <artifactId>maven-jdocbook-plugin</artifactId> - <version>2.2.1</version> - <executions> - <execution> - <id>generate-docbook</id> - <phase>package</phase> - <goals> - <goal>resources</goal> - <goal>generate</goal> - </goals> - </execution> - </executions> - <dependencies> - <dependency> - <groupId>org.jboss</groupId> - <artifactId>jbossorg-docbook-xslt</artifactId> - <version>1.1.0</version> - <exclusions> - <exclusion> - <groupId>org.eclipse.wst.css</groupId> - <artifactId>core</artifactId> - </exclusion> - <exclusion> - <groupId>org.eclipse.wst.sse</groupId> - <artifactId>core</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.jboss</groupId> - <artifactId>jbossorg-jdocbook-style</artifactId> - <version>1.1.0</version> - <type>jdocbook-style</type> - <exclusions> - <exclusion> - <groupId>org.eclipse.wst.css</groupId> - <artifactId>core</artifactId> - </exclusion> - <exclusion> - <groupId>org.eclipse.wst.sse</groupId> - <artifactId>core</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.jboss</groupId> - <artifactId>jbossorg-fonts</artifactId> - <version>1.0.0</version> - <type>jdocbook-style</type> - </dependency> - </dependencies> - <configuration> - <sourceDocumentName>master.xml</sourceDocumentName> - <sourceDirectory>${basedir}/src/docbook</sourceDirectory> - <cssResource> - <directory>${basedir}/src/docbook</directory> - <includes> - <include>css/**/*</include> - </includes> - </cssResource> - <imageResource> - <directory>${basedir}/src/docbook</directory> - <includes> - <include>images/**/*</include> - </includes> - </imageResource> - <formats> - <format> - <formatName>html</formatName> - <stylesheetResource>file:///${basedir}/src/docbook/xslt/xhtml.xsl</stylesheetResource> - <finalName>index.html</finalName> - </format> - <format> - <formatName>html_single</formatName> - <stylesheetResource>file:///${basedir}/src/docbook/xslt/xhtml-single.xsl</stylesheetResource> - <finalName>index.html</finalName> - </format> - <format> - <formatName>eclipse</formatName> - <stylesheetResource>file:///${basedir}/src/docbook/xslt/eclipse.xsl</stylesheetResource> - <finalName>index.html</finalName> - </format> - <format> - <formatName>pdf</formatName> - <stylesheetResource>file:///${basedir}/src/docbook/xslt/pdf.xsl</stylesheetResource> - <finalName>netty.pdf</finalName> - </format> - </formats> - <options> - <xincludeSupported>true</xincludeSupported> - <xmlTransformerType>saxon</xmlTransformerType> - <docbookVersion>1.72.0</docbookVersion> - <localeSeparator>-</localeSeparator> - <autoDetectFonts>true</autoDetectFonts> - </options> - </configuration> - </plugin> - <plugin> <artifactId>maven-assembly-plugin</artifactId> <version>2.2-beta-5</version> <executions> -- 1.7.3.4
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.