Skip to content
This repository has been archived by the owner on May 8, 2019. It is now read-only.

Commit

Permalink
Get all changes from SVN at sourceforge.net, up to date with 2.1.2
Browse files Browse the repository at this point in the history
release
  • Loading branch information
genodeftest committed Jun 12, 2012
1 parent 73db7e4 commit c443324
Show file tree
Hide file tree
Showing 61 changed files with 2,433 additions and 29 deletions.
1 change: 0 additions & 1 deletion README

This file was deleted.

12 changes: 12 additions & 0 deletions org.rssowl.build/.project
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.rssowl.build</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
<nature>org.pluginbuilder.core.pluginBuilderNature</nature>
</natures>
</projectDescription>
22 changes: 22 additions & 0 deletions org.rssowl.build/about.html
@@ -0,0 +1,22 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<title>About</title>
<meta http-equiv=Content-Type content="text/html; charset=UTF-8">
</head>
<body lang="EN-US">
<h2>About This Content</h2>

<p>(c) 2005-2011 RSSOwl Development Team</p>
<h3>License</h3>

<p>The RSSOwl Development Team makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the
Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available at <a href="http://www.rssowl.org/legal/epl-v10.html">http://www.rssowl.org/legal/epl-v10.html</a>.
For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>

<p>If you did not receive this Content directly from the RSSOwl Development Team, the Content is being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
apply to your use of any object code in the Content. Check the Redistributor's license that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
indicated below, the terms and conditions of the EPL still apply to any source code in the Content.</p>

</body>
</html>
141 changes: 141 additions & 0 deletions org.rssowl.build/build-files/allElements.xml
@@ -0,0 +1,141 @@
<project name="allElements delegation and assemble customTargets.xml">
<!-- FILE WILL BE OVERWRITTEN WHEN GENERATED -->
<target name="allElementsExceptSvnFetch" unless="is.svn.fetch">
<antcall target="norcpbuild"/>
<antcall target="rcpbuild"/>
</target>

<target name="norcpbuild" unless="build.container.feature">
<ant antfile="${genericTargets}" target="${target}">
<property name="type" value="feature" />
<property name="id" value="org.rssowl" />
</ant>
<ant antfile="${genericTargets}" target="${target}">
<property name="type" value="feature" />
<property name="id" value="org.rssowl.contrib.nntp" />
</ant>
<ant antfile="${genericTargets}" target="${target}">
<property name="type" value="feature" />
<property name="id" value="org.rssowl.tests" />
</ant>
<ant antfile="${genericTargets}" target="${target}">
<property name="type" value="feature" />
<property name="id" value="org.rssowl.dependencies" />
</ant>
<ant antfile="${genericTargets}" target="${target}">
<property name="type" value="feature" />
<property name="id" value="org.rssowl.contrib.notes" />
</ant>
<ant antfile="${genericTargets}" target="${target}">
<property name="type" value="feature" />
<property name="id" value="org.rssowl.feature.contrib.feedhandler" />
</ant>
<ant antfile="${genericTargets}" target="${target}">
<property name="type" value="feature" />
<property name="id" value="org.rssowl.feature.contrib.tools" />
</ant>

</target>

<target name="rcpbuild" if="build.container.feature">
<ant antfile="${genericTargets}" target="${target}">
<property name="type" value="feature" />
<property name="id" value="org.eclipse.pde.build.container.feature" />
</ant>
</target>

<!-- generated assemble targets -->
<target name="assemble.org.rssowl">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="zipargs" value="" />
</ant>
</target>
<target name="assemble.org.rssowl.contrib.nntp">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="zipargs" value="" />
</ant>
</target>
<target name="assemble.org.rssowl.tests">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="zipargs" value="" />
</ant>
</target>
<target name="assemble.org.rssowl.dependencies">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="zipargs" value="" />
</ant>
</target>
<target name="assemble.org.rssowl.contrib.notes">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="zipargs" value="" />
</ant>
</target>
<target name="assemble.org.rssowl.feature.contrib.feedhandler">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="zipargs" value="" />
</ant>
</target>
<target name="assemble.org.rssowl.feature.contrib.tools">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="zipargs" value="" />
</ant>
</target>


<!-- assmble targets for RCP build -->
<target name="assemble.org.eclipse.pde.build.container.feature.win32.win32.x86">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="${archiveNamePrefix}-win32.win32.x86.zip"/>
</ant>
</target>
<target name="assemble.org.eclipse.pde.build.container.feature.linux.gtk.x86">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="${archiveNamePrefix}-linux.gtk.x86.zip"/>
</ant>
</target>
<target name="assemble.org.eclipse.pde.build.container.feature.linux.gtk.ppc">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="${archiveNamePrefix}-linux.gtk.ppc.zip"/>
</ant>
</target>
<target name="assemble.org.eclipse.pde.build.container.feature.linux.gtk.x86_64">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="${archiveNamePrefix}-linux.gtk.x86_64.zip"/>
</ant>
</target>
<target name="assemble.org.eclipse.pde.build.container.feature.linux.motif.x86">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="${archiveNamePrefix}-linux.motif.x86.zip"/>
</ant>
</target>
<target name="assemble.org.eclipse.pde.build.container.feature.solaris.motif.sparc">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="${archiveNamePrefix}-solaris.motif.sparc.zip"/>
</ant>
</target>
<target name="assemble.org.eclipse.pde.build.container.feature.solaris.gtk.sparc">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="${archiveNamePrefix}-solaris.gtk.sparc.zip"/>
</ant>
</target>
<target name="assemble.org.eclipse.pde.build.container.feature.aix.motif.ppc">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="${archiveNamePrefix}-aix.motif.ppc.zip"/>
</ant>
</target>
<target name="assemble.org.eclipse.pde.build.container.feature.hpux.motif.PA_RISC">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="${archiveNamePrefix}-hpux.motif.PA_RISC.zip"/>
</ant>
</target>
<target name="assemble.org.eclipse.pde.build.container.feature.macosx.carbon.ppc">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="${archiveNamePrefix}-macosx.carbon.ppc.zip"/>
</ant>
</target>
<target name="assemble.org.eclipse.pde.build.container.feature.macosx.carbon.x86">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="${archiveNamePrefix}-macosx.carbon.x86.zip"/>
</ant>
</target>
</project>
47 changes: 47 additions & 0 deletions org.rssowl.build/build-files/ant-contrib-LICENSE.txt
@@ -0,0 +1,47 @@
/*
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001-2003 Ant-Contrib project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
*
* 3. The end-user documentation included with the redistribution, if
* any, must include the following acknowlegement:
* "This product includes software developed by the
* Ant-Contrib project (http://sourceforge.net/projects/ant-contrib)."
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The name Ant-Contrib must not be used to endorse or promote products
* derived from this software without prior written permission. For
* written permission, please contact
* ant-contrib-developers@lists.sourceforge.net.
*
* 5. Products derived from this software may not be called "Ant-Contrib"
* nor may "Ant-Contrib" appear in their names without prior written
* permission of the Ant-Contrib project.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE ANT-CONTRIB PROJECT OR ITS
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
* ====================================================================
*/
Binary file added org.rssowl.build/build-files/ant-contrib.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
91 changes: 91 additions & 0 deletions org.rssowl.build/build-files/automatedTests/run-tests.properties
@@ -0,0 +1,91 @@
# test.eclipse.host denotes the Eclipse installation which is the host for the test run.
# The directory given here is expected to have an eclipse subdirectory.
# The default is to use the same host as the build host but in general this should be changed to
# a separate installation. You can also set this directory to a non existing location and provide
# a zip file (see next property) which will then be extracted.
# The test host does not have to be a full Java/PDE SDK, the Eclipse platform is fully sufficient. Please ALWAYS USE FORWARD SLASHES.
# @category testGeneral
# @type Directory
test.eclipse.host=${eclipseDir}/..

# If you specify a non existing test.eclipse.host, you can provide a zipped Eclipse installation here,
# e.g. eclipse-platform-3.3.2-win32.zip. You can set the test.eclipse.host to a subdirectory of the
# buildDirectory if you want to have a fresh installation for every test run, e.g. test.eclipse.host=${buildDirectory}/testhost
# @category testGeneral
# @type File
test.eclipse.zip=

# The location of the Eclipse extension site. It consists of the built features,
# the Eclipse test framework and the autotestsuite. The extension site will be
# added with the standalone update manager to ${test.eclipse.host}.
# @category testGeneral
# @type Directory
test.eclipseExtensionDirectory=${buildDirectory}/eclipseextension/eclipse

# Enable the autotestsuite trace in order to see which plugins and classes the autotestsuite searches for tests.
# Useful for debugging the filter expressions below.
# @category testGeneral
# @type Boolean
autotestsuite.trace=true

# Decides if the autotestsuite should run headless or not. Running headless means that the workbench does
# not get started and the tests are executed directly instead. Cannot be used for UI tests, therefore.
# @category testGeneral
# @type Boolean
autotestsuite.headless=true

# Set the test application which the autoTestApplication runs with the test harness in place. This is useful to
# test the UI of an RCP application. This property is ignored if the headless mode is turned on.
# @category testGeneral
#autotest.testapplication=org.eclipse.ide.ui.workbench

# Directory where the reports are collected
# @category testHidden
test.result.dir=${buildDirectory}/test-reports

# Specifies the overall report in ${test.result.dir}/xml
# @category testHidden
test.aggregated.report=testReport_${buildLabel}.xml

# Workspace for the tests. Particularly useful is ${test.workspace}/.metadata/.log
# @category testHidden
test.workspace=${buildDirectory}/test-workspace

# Defaults for autotestsuite
# @category testHidden
autotestsuite.plugin.inclusions=

# Defaults for autotestsuite
# @category testHidden
autotestsuite.plugin.exclusions=

# Defaults for autotestsuite
# @category testHidden
autotestsuite.class.inclusions=

# Defaults for autotestsuite
# @category testHidden
autotestsuite.class.exclusions=

# Denotes the ant script where the target ui-test is defined. Note that this property is
# only necessary if you want to use the Eclipse test framework to run your test. If you
# run the tests with the autotestsuite (i.e. you use the include/exclude filters below)
# this property is not being used.
# @category testHidden
test.library.xml=${test.eclipseExtensionDirectory}/plugins/org.eclipse.test_3.1.0/library.xml

# Enablement for code coverage.
# @category testCoverage
# @type Boolean
pluginbuilder.is.runcoverage=false

# Take a look at http://emma.sourceforge.net/reference/ch02s06s02.html#filtersyntax.ANT for the filter syntax.
# @category testCoverage
pluginbuilder.coverage.exclusionfilter=org.rssowl.core.tests.*

# @category testCoverage
pluginbuilder.coverage.inclusionfilter=

# Place for runtime data.
# @category coverageHidden
emma.coverage.output=${buildDirectory}/coverage.ec

0 comments on commit c443324

Please sign in to comment.