Return-Path: X-Original-To: apmail-felix-commits-archive@www.apache.org Delivered-To: apmail-felix-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7C411104B8 for ; Sat, 24 Oct 2015 18:49:04 +0000 (UTC) Received: (qmail 58812 invoked by uid 500); 24 Oct 2015 18:49:04 -0000 Delivered-To: apmail-felix-commits-archive@felix.apache.org Received: (qmail 58684 invoked by uid 500); 24 Oct 2015 18:49:04 -0000 Mailing-List: contact commits-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list commits@felix.apache.org Received: (qmail 58668 invoked by uid 99); 24 Oct 2015 18:49:04 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Oct 2015 18:49:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id AEC401A261F for ; Sat, 24 Oct 2015 18:49:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.79 X-Spam-Level: * X-Spam-Status: No, score=1.79 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id MaGl6Dtcit2A for ; Sat, 24 Oct 2015 18:48:55 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTP id 8E0D220754 for ; Sat, 24 Oct 2015 18:48:55 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 2B714E07B5 for ; Sat, 24 Oct 2015 18:48:55 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 27DE43A070E for ; Sat, 24 Oct 2015 18:48:55 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r970107 [2/28] - in /websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST: ./ css/ images/ images/logos/ images/profiles/ img/ js/ xref-test/ xref-test/org/ xref-test/org/apache/ xref-test/org/apache/felix/ xref-... Date: Sat, 24 Oct 2015 18:48:54 -0000 To: commits@felix.apache.org From: bimargulies@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151024184855.27DE43A070E@svn01-us-west.apache.org> Added: websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/bundle-mojo.html ============================================================================== --- websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/bundle-mojo.html (added) +++ websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/bundle-mojo.html Sat Oct 24 18:48:51 2015 @@ -0,0 +1,584 @@ + + + + + + + + + Maven Bundle Plugin – bundle:bundle + + + + + + + + + + + + + +
+ + + + + +
+
+ +
+ + +
+ + + +
+

bundle:bundle

+ +

Full name:

+ +

org.apache.felix:maven-bundle-plugin:3.0.1-SNAPSHOT:bundle

+ +

Description:

+ +
Create an OSGi bundle from Maven project
+ +

Attributes:

+ +
    + +
  • Requires a Maven project to be executed.
  • + +
  • Requires dependency resolution of artifacts in scope: test.
  • + +
  • The goal is thread-safe and supports parallel builds.
  • + +
  • Binds by default to the lifecycle phase: package.
  • +
+ +
+

Optional Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeSinceDescription
archiveMavenArchiveConfiguration-The archive configuration to use.
buildDirectoryString-The directory for the generated JAR.
Default value is: ${project.build.directory}.
classifierString-Classifier type of the bundle to be installed. For example, +"jdk14". Defaults to none which means this is the project's main +bundle.
createDependencyReducedPomboolean-If true, remove any inlined or embedded dependencies from the +resulting pom.
dependencyReducedPomLocationFile-Where to put the dependency reduced pom. Note: setting a value for +this parameter with a directory other than ${basedir} will change +the value of ${basedir} for all executions that come after the +shade execution. This is often not what you want. This is +considered an open issue with this plugin.
Default value is: ${basedir}/dependency-reduced-pom.xml.
dumpClasspathFile-File where the BND class-path will be dumped
User property is: dumpClasspath.
dumpInstructionsFile-File where the BND instructions will be dumped
User property is: dumpInstructions.
excludeDependenciesString-Comma separated list of artifactIds to exclude from the dependency +classpath passed to BND (use "true" to exclude everything)
User property is: excludeDependencies.
finalNameString-Final name of the bundle (without classifier or extension)
Default value is: ${project.build.finalName}.
instructionsMap-The BND instructions for the bundle.
manifestLocationFile-Directory where the manifest will be written
Default value is: ${project.build.outputDirectory}/META-INF.
User property is: manifestLocation.
niceManifestboolean-Output a nicely formatted manifest that still respects the 72 +character line limit.
Default value is: false.
User property is: niceManifest.
outputDirectoryFile-The directory for the generated bundles.
Default value is: ${project.build.outputDirectory}.
packagingString-Packaging type of the bundle to be installed. For example, "jar". +Defaults to none which means use the same packaging as the project.
supportedProjectTypesList-Project types which this plugin supports.
unpackBundleboolean-When true, unpack the bundle contents to the outputDirectory
User property is: unpackBundle.
+
+ +
+

Parameter Details

+ +

archive:

+ +
The archive configuration to use.
+ +
    + +
  • Type: org.apache.maven.archiver.MavenArchiveConfiguration
  • + +
  • Required: No
  • +

+

buildDirectory:

+ +
The directory for the generated JAR.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • + +
  • Default: ${project.build.directory}
  • +

+

classifier:

+ +
Classifier type of the bundle to be installed. For example, +"jdk14". Defaults to none which means this is the project's main +bundle.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • +

+

createDependencyReducedPom:

+ +
If true, remove any inlined or embedded dependencies from the +resulting pom.
+ +
    + +
  • Type: boolean
  • + +
  • Required: No
  • +

+

dependencyReducedPomLocation:

+ +
Where to put the dependency reduced pom. Note: setting a value for +this parameter with a directory other than ${basedir} will change +the value of ${basedir} for all executions that come after the +shade execution. This is often not what you want. This is +considered an open issue with this plugin.
+ +
    + +
  • Type: java.io.File
  • + +
  • Required: No
  • + +
  • Default: ${basedir}/dependency-reduced-pom.xml
  • +

+

dumpClasspath:

+ +
File where the BND class-path will be dumped
+ +
    + +
  • Type: java.io.File
  • + +
  • Required: No
  • + +
  • User Property: dumpClasspath
  • +

+

dumpInstructions:

+ +
File where the BND instructions will be dumped
+ +
    + +
  • Type: java.io.File
  • + +
  • Required: No
  • + +
  • User Property: dumpInstructions
  • +

+

excludeDependencies:

+ +
Comma separated list of artifactIds to exclude from the dependency +classpath passed to BND (use "true" to exclude everything)
+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • + +
  • User Property: excludeDependencies
  • +

+

finalName:

+ +
Final name of the bundle (without classifier or extension)
+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • + +
  • Default: ${project.build.finalName}
  • +

+

instructions:

+ +
The BND instructions for the bundle.
+ +
    + +
  • Type: java.util.Map
  • + +
  • Required: No
  • +

+

manifestLocation:

+ +
Directory where the manifest will be written
+ +
    + +
  • Type: java.io.File
  • + +
  • Required: No
  • + +
  • User Property: manifestLocation
  • + +
  • Default: ${project.build.outputDirectory}/META-INF
  • +

+

niceManifest:

+ +
Output a nicely formatted manifest that still respects the 72 +character line limit.
+ +
    + +
  • Type: boolean
  • + +
  • Required: No
  • + +
  • User Property: niceManifest
  • + +
  • Default: false
  • +

+

outputDirectory:

+ +
The directory for the generated bundles.
+ +
    + +
  • Type: java.io.File
  • + +
  • Required: No
  • + +
  • Default: ${project.build.outputDirectory}
  • +

+

packaging:

+ +
Packaging type of the bundle to be installed. For example, "jar". +Defaults to none which means use the same packaging as the project.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • +

+

supportedProjectTypes:

+ +
Project types which this plugin supports.
+ +
    + +
  • Type: java.util.List
  • + +
  • Required: No
  • +

+

unpackBundle:

+ +
When true, unpack the bundle contents to the outputDirectory
+ +
    + +
  • Type: boolean
  • + +
  • Required: No
  • + +
  • User Property: unpackBundle
  • +
+
+
+ + +
+
+
+ +
+ + + + \ No newline at end of file Propchange: websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/bundle-mojo.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/bundle-mojo.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/bundleall-mojo.html ============================================================================== --- websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/bundleall-mojo.html (added) +++ websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/bundleall-mojo.html Sat Oct 24 18:48:51 2015 @@ -0,0 +1,681 @@ + + + + + + + + + Maven Bundle Plugin – bundle:bundleall + + + + + + + + + + + + + +
+ + + + + +
+
+ +
+ + +
+ + + +
+

bundle:bundleall

+ +

Full name:

+ +

org.apache.felix:maven-bundle-plugin:3.0.1-SNAPSHOT:bundleall

+ +

This plugin goal has been deprecated:

+ +
The bundleall goal is no longer supported and may be removed in a +future release
+ +

Description:

+ +
Build an OSGi bundle jar for all transitive dependencies.
+ +

Attributes:

+ +
    + +
  • Requires a Maven project to be executed.
  • + +
  • Requires dependency resolution of artifacts in scope: test.
  • + +
  • Binds by default to the lifecycle phase: package.
  • +
+ +
+

Optional Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeSinceDescription
archiveMavenArchiveConfiguration-The archive configuration to use.
buildDirectoryString-The directory for the generated JAR.
Default value is: ${project.build.directory}.
classifierString-Classifier type of the bundle to be installed. For example, +"jdk14". Defaults to none which means this is the project's main +bundle.
createDependencyReducedPomboolean-If true, remove any inlined or embedded dependencies from the +resulting pom.
dependencyReducedPomLocationFile-Where to put the dependency reduced pom. Note: setting a value for +this parameter with a directory other than ${basedir} will change +the value of ${basedir} for all executions that come after the +shade execution. This is often not what you want. This is +considered an open issue with this plugin.
Default value is: ${basedir}/dependency-reduced-pom.xml.
depthint-Process up to some depth
dumpClasspathFile-File where the BND class-path will be dumped
User property is: dumpClasspath.
dumpInstructionsFile-File where the BND instructions will be dumped
User property is: dumpInstructions.
excludeDependenciesString-Comma separated list of artifactIds to exclude from the dependency +classpath passed to BND (use "true" to exclude everything)
User property is: excludeDependencies.
finalNameString-Final name of the bundle (without classifier or extension)
Default value is: ${project.build.finalName}.
ignoreMissingArtifactsboolean-Ignore missing artifacts that are not required by current project +but are required by the transitive dependencies.
instructionsMap-The BND instructions for the bundle.
manifestLocationFile-Directory where the manifest will be written
Default value is: ${project.build.outputDirectory}/META-INF.
User property is: manifestLocation.
niceManifestboolean-Output a nicely formatted manifest that still respects the 72 +character line limit.
Default value is: false.
User property is: niceManifest.
outputDirectoryFile-The directory for the generated bundles.
Default value is: ${project.build.outputDirectory}.
packagingString-Packaging type of the bundle to be installed. For example, "jar". +Defaults to none which means use the same packaging as the project.
rebuildBundleboolean-When true, generate the manifest by rebuilding the full bundle in +memory
User property is: rebuildBundle.
supportedProjectTypesList-Project types which this plugin supports.
unpackBundleboolean-When true, unpack the bundle contents to the outputDirectory
User property is: unpackBundle.
wrapImportPackageString-Import-Package to be used when wrapping dependencies.
Default value is: *.
User property is: wrapImportPackage.
+
+ +
+

Parameter Details

+ +

archive:

+ +
The archive configuration to use.
+ +
    + +
  • Type: org.apache.maven.archiver.MavenArchiveConfiguration
  • + +
  • Required: No
  • +

+

buildDirectory:

+ +
The directory for the generated JAR.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • + +
  • Default: ${project.build.directory}
  • +

+

classifier:

+ +
Classifier type of the bundle to be installed. For example, +"jdk14". Defaults to none which means this is the project's main +bundle.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • +

+

createDependencyReducedPom:

+ +
If true, remove any inlined or embedded dependencies from the +resulting pom.
+ +
    + +
  • Type: boolean
  • + +
  • Required: No
  • +

+

dependencyReducedPomLocation:

+ +
Where to put the dependency reduced pom. Note: setting a value for +this parameter with a directory other than ${basedir} will change +the value of ${basedir} for all executions that come after the +shade execution. This is often not what you want. This is +considered an open issue with this plugin.
+ +
    + +
  • Type: java.io.File
  • + +
  • Required: No
  • + +
  • Default: ${basedir}/dependency-reduced-pom.xml
  • +

+

depth:

+ +
Process up to some depth
+ +
    + +
  • Type: int
  • + +
  • Required: No
  • +

+

dumpClasspath:

+ +
File where the BND class-path will be dumped
+ +
    + +
  • Type: java.io.File
  • + +
  • Required: No
  • + +
  • User Property: dumpClasspath
  • +

+

dumpInstructions:

+ +
File where the BND instructions will be dumped
+ +
    + +
  • Type: java.io.File
  • + +
  • Required: No
  • + +
  • User Property: dumpInstructions
  • +

+

excludeDependencies:

+ +
Comma separated list of artifactIds to exclude from the dependency +classpath passed to BND (use "true" to exclude everything)
+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • + +
  • User Property: excludeDependencies
  • +

+

finalName:

+ +
Final name of the bundle (without classifier or extension)
+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • + +
  • Default: ${project.build.finalName}
  • +

+

ignoreMissingArtifacts:

+ +
Ignore missing artifacts that are not required by current project +but are required by the transitive dependencies.
+ +
    + +
  • Type: boolean
  • + +
  • Required: No
  • +

+

instructions:

+ +
The BND instructions for the bundle.
+ +
    + +
  • Type: java.util.Map
  • + +
  • Required: No
  • +

+

manifestLocation:

+ +
Directory where the manifest will be written
+ +
    + +
  • Type: java.io.File
  • + +
  • Required: No
  • + +
  • User Property: manifestLocation
  • + +
  • Default: ${project.build.outputDirectory}/META-INF
  • +

+

niceManifest:

+ +
Output a nicely formatted manifest that still respects the 72 +character line limit.
+ +
    + +
  • Type: boolean
  • + +
  • Required: No
  • + +
  • User Property: niceManifest
  • + +
  • Default: false
  • +

+

outputDirectory:

+ +
The directory for the generated bundles.
+ +
    + +
  • Type: java.io.File
  • + +
  • Required: No
  • + +
  • Default: ${project.build.outputDirectory}
  • +

+

packaging:

+ +
Packaging type of the bundle to be installed. For example, "jar". +Defaults to none which means use the same packaging as the project.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • +

+

rebuildBundle:

+ +
When true, generate the manifest by rebuilding the full bundle in +memory
+ +
    + +
  • Type: boolean
  • + +
  • Required: No
  • + +
  • User Property: rebuildBundle
  • +

+

supportedProjectTypes:

+ +
Project types which this plugin supports.
+ +
    + +
  • Type: java.util.List
  • + +
  • Required: No
  • +

+

unpackBundle:

+ +
When true, unpack the bundle contents to the outputDirectory
+ +
    + +
  • Type: boolean
  • + +
  • Required: No
  • + +
  • User Property: unpackBundle
  • +

+

wrapImportPackage:

+ +
Import-Package to be used when wrapping dependencies.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • + +
  • User Property: wrapImportPackage
  • + +
  • Default: *
  • +
+
+
+ + +
+
+
+ +
+ + + + \ No newline at end of file Propchange: websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/bundleall-mojo.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/bundleall-mojo.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/clean-mojo.html ============================================================================== --- websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/clean-mojo.html (added) +++ websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/clean-mojo.html Sat Oct 24 18:48:51 2015 @@ -0,0 +1,221 @@ + + + + + + + + + Maven Bundle Plugin – bundle:clean + + + + + + + + + + + + + +
+ + + + + +
+
+ +
+ + +
+ + + +
+

bundle:clean

+ +

Full name:

+ +

org.apache.felix:maven-bundle-plugin:3.0.1-SNAPSHOT:clean

+ +

Description:

+ +
Clean an OBR repository by finding and removing missing resources.
+ +

Attributes:

+ + + +
+

Optional Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeSinceDescription
obrRepositoryString-OBR Repository.
User property is: obrRepository.
+
+ +
+

Parameter Details

+ +

obrRepository:

+ +
OBR Repository.
+ +
    + +
  • Type: java.lang.String
  • + +
  • Required: No
  • + +
  • User Property: obrRepository
  • +
+
+
+ + +
+
+
+ +
+ + + + \ No newline at end of file Propchange: websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/clean-mojo.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/clean-mojo.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/cleanVersions-mojo.html ============================================================================== --- websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/cleanVersions-mojo.html (added) +++ websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/cleanVersions-mojo.html Sat Oct 24 18:48:51 2015 @@ -0,0 +1,221 @@ + + + + + + + + + Maven Bundle Plugin – bundle:cleanVersions + + + + + + + + + + + + + +
+ + + + + +
+
+ +
+ + +
+ + + +
+

bundle:cleanVersions

+ +

Full name:

+ +

org.apache.felix:maven-bundle-plugin:3.0.1-SNAPSHOT:cleanVersions

+ +

Description:

+ +
Clean OSGi versions, ie convert a group of versions to OSGi format.
+ +

Attributes:

+ +
    + +
  • Requires a Maven project to be executed.
  • + +
  • The goal is thread-safe and supports parallel builds.
  • +
+ +
+

Optional Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeSinceDescription
versionsMap-The BND instructions for the bundle.
+
+ +
+

Parameter Details

+ +

versions:

+ +
The BND instructions for the bundle.
+ +
    + +
  • Type: java.util.Map
  • + +
  • Required: No
  • +
+
+
+ + +
+
+
+ +
+ + + + \ No newline at end of file Propchange: websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/cleanVersions-mojo.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/cleanVersions-mojo.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/css/apache-maven-fluido-1.3.1.min.css ============================================================================== --- websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/css/apache-maven-fluido-1.3.1.min.css (added) +++ websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/css/apache-maven-fluido-1.3.1.min.css Sat Oct 24 18:48:51 2015 @@ -0,0 +1,9 @@ +/*! + * Bootstrap v2.2.2 + * + * Copyright 2012 Twitter, Inc + * Licensed under the Apache License v2.0 + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Designed and built with all the love in the world @twitter by @mdo and @fat. [... 3 lines stripped ...] Propchange: websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/css/apache-maven-fluido-1.3.1.min.css ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/css/apache-maven-fluido-1.3.1.min.css ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/css/print.css ============================================================================== --- websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/css/print.css (added) +++ websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/css/print.css Sat Oct 24 18:48:51 2015 @@ -0,0 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +/* $Id: print.css 1201871 2011-11-14 20:18:24Z simonetripodi $ */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {display: none !important;} +#bodyColumn, body.docs div.docs {margin: 0 !important;border: none !important} \ No newline at end of file Propchange: websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/css/print.css ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/css/print.css ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/css/site.css ============================================================================== --- websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/css/site.css (added) +++ websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/css/site.css Sat Oct 24 18:48:51 2015 @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file Propchange: websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/css/site.css ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/felix/components/bundle-plugin-archives/bundle-plugin-LATEST/css/site.css ------------------------------------------------------------------------------ svn:mime-type = text/plain