Download org.jbundle.util.jbackup-2.0.0.jar file

Introduction

You can download org.jbundle.util.jbackup-2.0.0.jar in this page.

License

Open Source

Type List

org.jbundle.util.jbackup-2.0.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.jbundle.util/org.jbundle.util.jbackup/pom.properties
META-INF/maven/org.jbundle.util/org.jbundle.util.jbackup/pom.xml
org.jbundle.jbackup.BaseScanner.class
org.jbundle.jbackup.JBackup.class
org.jbundle.jbackup.JBackupConstants.class
org.jbundle.jbackup.MainPropertyView.class
org.jbundle.jbackup.Scanner.class
org.jbundle.jbackup.destination.BaseDestination.class
org.jbundle.jbackup.destination.BaseDestinationPropertyView.class
org.jbundle.jbackup.destination.DebugDestination.class
org.jbundle.jbackup.destination.DebugDestinationPropertyView.class
org.jbundle.jbackup.destination.DestinationFile.class
org.jbundle.jbackup.destination.FilesystemDestination.class
org.jbundle.jbackup.destination.FilesystemDestinationPropertyView.class
org.jbundle.jbackup.destination.FtpDestination.class
org.jbundle.jbackup.destination.FtpDestinationPropertyView.class
org.jbundle.jbackup.destination.HttpDestination.class
org.jbundle.jbackup.destination.HttpDestinationPropertyView.class
org.jbundle.jbackup.destination.ZipDestination.class
org.jbundle.jbackup.destination.ZipDestinationPropertyView.class
org.jbundle.jbackup.filter.PathFilter.class
org.jbundle.jbackup.filter.PictureFilter.class
org.jbundle.jbackup.source.BaseSource.class
org.jbundle.jbackup.source.BaseSourceFile.class
org.jbundle.jbackup.source.BaseSourcePropertyView.class
org.jbundle.jbackup.source.FilesystemSource.class
org.jbundle.jbackup.source.FilesystemSourcePropertyView.class
org.jbundle.jbackup.source.SourceFile.class
org.jbundle.jbackup.source.SourceFileList.class
org.jbundle.jbackup.source.StreamSourceFile.class
org.jbundle.jbackup.source.ZipSource.class
org.jbundle.jbackup.source.ZipSourceFile.class
org.jbundle.jbackup.source.ZipSourcePropertyView.class
org.jbundle.jbackup.util.FileExtensionFilter.class
org.jbundle.jbackup.util.Util.class

Pom

org.jbundle.util.jbackup-2.0.0.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <parent>
  	<artifactId>jbundle-util-reactor</artifactId>
  	<groupId>org.jbundle.util</groupId>
  	<version>2.0.0</version>
  </parent>

  <artifactId>org.jbundle.util.jbackup</artifactId>
  <name>jbundle-util-jbackup - Backup utility</name>
  <packaging>bundle</packaging>

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <extensions>true</extensions>
        <configuration>
          <instructions>
            <Bundle-ManifestVersion>2</Bundle-ManifestVersion>
            <Main-Class>org.jbundle.jbackup.JBackup</Main-Class>
            <Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
            <Export-Package>org.jbundle.jbackup;version=${project.version}</Export-Package>
            <Import-Package>
                *;resolution:=optional,
            </Import-Package>
            <Bundle-Version>${project.version}</Bundle-Version>
            <!-- These jars must be in the same directory as jbackup.jar -->
            <Class-Path>org.jbundle.util.apprunner-${project.version}.jar commons-httpclient-3.1.jar commons-codec-1.4.jar commons-logging-1.1.1-api.jar commons-net-2.2-ftp.jar</Class-Path>
          </instructions>
        </configuration>
      </plugin>

      <plugin>
        <artifactId>maven-site-plugin</artifactId>
      </plugin>

    </plugins>
  </build>
      
  <dependencies>
    <dependency>
      <groupId>org.jbundle.util</groupId>
      <artifactId>org.jbundle.util.apprunner</artifactId>
      <version>2.0.0</version>
    </dependency>
    <!-- dependency>
      <groupId>net.sourceforge.bbtools</groupId>
      <artifactId>bbtools</artifactId>
      <version>1.0.5</version>
    </dependency -->
	<dependency>
	   <groupId>commons-net</groupId>
	   <artifactId>commons-net</artifactId>
	   <version>2.2</version>
	   <classifier>ftp</classifier>
	</dependency>
	<dependency>
	   <groupId>commons-httpclient</groupId>
	   <artifactId>commons-httpclient</artifactId>
	   <version>3.1</version>
	</dependency>
	<dependency>
	   <groupId>commons-logging</groupId>
	   <artifactId>commons-logging</artifactId>
	   <version>1.1.1</version>
	   <classifier>api</classifier>
	</dependency>
	<dependency>
	   <groupId>commons-codec</groupId>
	   <artifactId>commons-codec</artifactId>
	   <version>1.4</version>
	</dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.jbundle.util</groupId>
   <artifactId>org.jbundle.util.jbackup</artifactId>
   <version>2.0.0</version>
</dependency>

Download

If you think the following org.jbundle.util.jbackup-2.0.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download org.jbundle.util.jbackup-2.0.0.jar file




PreviousNext

Related