Issue #2702 replaced openfire source tarball with 3.9.1

removed 3.7.1 source from git
added 3.9.1 tarballs to /awipscm/awips2-static (coordinated with CM)
tweaked ant build to fetch source tarball when building plugins
replaced openfire cots jar with new version (only used for eclipse)


Former-commit-id: e1819cd4e2 [formerly d8f30a7af43faa2fd4ac18769d2313ae6008cfd1]
Former-commit-id: ad3d10074a
This commit is contained in:
Brian Clements 2014-03-05 13:46:20 -06:00
parent 09311b8270
commit bc8ac5e051
8 changed files with 41 additions and 19 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry exported="true" kind="lib" path="openfire-3.9.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry exported="true" kind="lib" path="openfire.jar"/>
<classpathentry kind="output" path="bin"/> <classpathentry kind="output" path="bin"/>
</classpath> </classpath>

View file

@ -2,9 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Openfire Bundle-Name: Openfire
Bundle-SymbolicName: org.jivesoftware.openfire Bundle-SymbolicName: org.jivesoftware.openfire
Bundle-Version: 3.7.1 Bundle-Version: 3.9.1
Bundle-ClassPath: openfire.jar Bundle-ClassPath: openfire-3.9.1.jar
Export-Package: com.cenqua.shaj, Export-Package: .,
com.cenqua.shaj,
com.cenqua.shaj.log, com.cenqua.shaj.log,
com.googlecode.concurrentlinkedhashmap, com.googlecode.concurrentlinkedhashmap,
com.jcraft.jzlib, com.jcraft.jzlib,
@ -37,13 +38,6 @@ Export-Package: com.cenqua.shaj,
com.sun.syndication.fetcher.samples, com.sun.syndication.fetcher.samples,
com.sun.syndication.io, com.sun.syndication.io,
com.sun.syndication.io.impl, com.sun.syndication.io.impl,
de.javawi.jstun,
de.javawi.jstun.attribute,
de.javawi.jstun.header,
de.javawi.jstun.test,
de.javawi.jstun.test.demo,
de.javawi.jstun.test.demo.ice,
de.javawi.jstun.util,
gnu.inet.encoding, gnu.inet.encoding,
javax.jmdns, javax.jmdns,
javax.servlet.jsp, javax.servlet.jsp,
@ -111,6 +105,7 @@ Export-Package: com.cenqua.shaj,
org.apache.mina.handler.demux, org.apache.mina.handler.demux,
org.apache.mina.handler.multiton, org.apache.mina.handler.multiton,
org.apache.mina.handler.support, org.apache.mina.handler.support,
org.apache.mina.integration.jmx,
org.apache.mina.management, org.apache.mina.management,
org.apache.mina.transport.socket.nio, org.apache.mina.transport.socket.nio,
org.apache.mina.transport.socket.nio.support, org.apache.mina.transport.socket.nio.support,
@ -156,27 +151,38 @@ Export-Package: com.cenqua.shaj,
org.dom4j.xpp, org.dom4j.xpp,
org.eclipse.jetty.continuation, org.eclipse.jetty.continuation,
org.eclipse.jetty.http, org.eclipse.jetty.http,
org.eclipse.jetty.http.gzip,
org.eclipse.jetty.http.security, org.eclipse.jetty.http.security,
org.eclipse.jetty.http.ssl, org.eclipse.jetty.http.ssl,
org.eclipse.jetty.io, org.eclipse.jetty.io,
org.eclipse.jetty.io.bio, org.eclipse.jetty.io.bio,
org.eclipse.jetty.io.nio, org.eclipse.jetty.io.nio,
org.eclipse.jetty.jmx,
org.eclipse.jetty.security, org.eclipse.jetty.security,
org.eclipse.jetty.security.authentication, org.eclipse.jetty.security.authentication,
org.eclipse.jetty.server, org.eclipse.jetty.server,
org.eclipse.jetty.server.bio, org.eclipse.jetty.server.bio,
org.eclipse.jetty.server.handler, org.eclipse.jetty.server.handler,
org.eclipse.jetty.server.handler.jmx,
org.eclipse.jetty.server.jmx,
org.eclipse.jetty.server.nio, org.eclipse.jetty.server.nio,
org.eclipse.jetty.server.session, org.eclipse.jetty.server.session,
org.eclipse.jetty.server.session.jmx,
org.eclipse.jetty.server.ssl, org.eclipse.jetty.server.ssl,
org.eclipse.jetty.servlet, org.eclipse.jetty.servlet,
org.eclipse.jetty.servlet.api,
org.eclipse.jetty.servlet.jmx,
org.eclipse.jetty.servlet.listener,
org.eclipse.jetty.util, org.eclipse.jetty.util,
org.eclipse.jetty.util.ajax, org.eclipse.jetty.util.ajax,
org.eclipse.jetty.util.component, org.eclipse.jetty.util.component,
org.eclipse.jetty.util.log, org.eclipse.jetty.util.log,
org.eclipse.jetty.util.resource, org.eclipse.jetty.util.resource,
org.eclipse.jetty.util.security,
org.eclipse.jetty.util.statistic,
org.eclipse.jetty.util.thread, org.eclipse.jetty.util.thread,
org.eclipse.jetty.webapp, org.eclipse.jetty.webapp,
org.eclipse.jetty.websocket,
org.eclipse.jetty.xml, org.eclipse.jetty.xml,
org.jaxen, org.jaxen,
org.jaxen.dom, org.jaxen.dom,
@ -222,6 +228,8 @@ Export-Package: com.cenqua.shaj,
org.jivesoftware.openfire.commands.event, org.jivesoftware.openfire.commands.event,
org.jivesoftware.openfire.component, org.jivesoftware.openfire.component,
org.jivesoftware.openfire.container, org.jivesoftware.openfire.container,
org.jivesoftware.openfire.crowd,
org.jivesoftware.openfire.crowd.jaxb,
org.jivesoftware.openfire.disco, org.jivesoftware.openfire.disco,
org.jivesoftware.openfire.entitycaps, org.jivesoftware.openfire.entitycaps,
org.jivesoftware.openfire.event, org.jivesoftware.openfire.event,
@ -245,6 +253,7 @@ Export-Package: com.cenqua.shaj,
org.jivesoftware.openfire.pep, org.jivesoftware.openfire.pep,
org.jivesoftware.openfire.privacy, org.jivesoftware.openfire.privacy,
org.jivesoftware.openfire.pubsub, org.jivesoftware.openfire.pubsub,
org.jivesoftware.openfire.pubsub.cluster,
org.jivesoftware.openfire.pubsub.models, org.jivesoftware.openfire.pubsub.models,
org.jivesoftware.openfire.resultsetmanager, org.jivesoftware.openfire.resultsetmanager,
org.jivesoftware.openfire.roster, org.jivesoftware.openfire.roster,
@ -255,7 +264,6 @@ Export-Package: com.cenqua.shaj,
org.jivesoftware.openfire.spi, org.jivesoftware.openfire.spi,
org.jivesoftware.openfire.starter, org.jivesoftware.openfire.starter,
org.jivesoftware.openfire.stats, org.jivesoftware.openfire.stats,
org.jivesoftware.openfire.stun,
org.jivesoftware.openfire.transport, org.jivesoftware.openfire.transport,
org.jivesoftware.openfire.update, org.jivesoftware.openfire.update,
org.jivesoftware.openfire.user, org.jivesoftware.openfire.user,

View file

@ -1,2 +1,2 @@
bin.includes = META-INF/,\ bin.includes = META-INF/,\
openfire.jar openfire-3.9.1.jar

Binary file not shown.

View file

@ -1,7 +1,7 @@
<project default="build" basedir="."> <project default="build" basedir=".">
<!-- private static variables --> <!-- private static variables -->
<property name="openfire.src" <property name="openfire.src"
value="openfire_src_3_7_1.tar.gz" /> value="openfire_src_3_9_1.tar.gz" />
<property name="openfire.src.dir" <property name="openfire.src.dir"
value="${basedir}/tmp/build/openfire_src" /> value="${basedir}/tmp/build/openfire_src" />
<property name="baseline.dir" <property name="baseline.dir"
@ -10,6 +10,10 @@
<!-- optional command-line parameters --> <!-- optional command-line parameters -->
<property name="destination.directory" <property name="destination.directory"
value="" /> value="" />
<property name="awipscm.dir"
value="/awipscm" />
<property name="openfire.tar.dir"
value="${awipscm.dir}/awips2-static/foss/openfire" />
<target name="clean"> <target name="clean">
<!-- Remove artifacts from a previous build, if they exist. --> <!-- Remove artifacts from a previous build, if they exist. -->
@ -26,10 +30,21 @@
<target name="init" depends="clean"> <target name="init" depends="clean">
<!-- Unpack the source in a temporary directory. --> <!-- Unpack the source in a temporary directory. -->
<mkdir dir="${basedir}/tmp/build" /> <mkdir dir="${basedir}/tmp/build" />
<if>
<not>
<available file="/tmp/openfire-build/${openfire.src}"
type="file" />
</not>
<then>
<copy file="${openfire.tar.dir}/${openfire.src}"
todir="/tmp/openfire-build" />
</then>
</if>
<!-- since untar is not working in this version of ant. --> <!-- since untar is not working in this version of ant. -->
<exec executable="/bin/tar"> <exec executable="/bin/tar">
<arg value="-xf" /> <arg value="-xf" />
<arg value="${basedir}/src/${openfire.src}" /> <arg value="/tmp/openfire-build/${openfire.src}" />
<arg value="-C" /> <arg value="-C" />
<arg value="${basedir}/tmp/build" /> <arg value="${basedir}/tmp/build" />
</exec> </exec>

View file

@ -1 +0,0 @@
beeea06bd8eedd0a1a4f03c83507adff749d488f

View file

@ -5,6 +5,6 @@ Bundle-SymbolicName: com.raytheon.openfire.plugin.configuration.collaboration;si
Bundle-Version: 1.14.0 Bundle-Version: 1.14.0
Bundle-Vendor: RAYTHEON Bundle-Vendor: RAYTHEON
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.jivesoftware.openfire;bundle-version="3.7.1", Require-Bundle: org.jivesoftware.openfire,
org.apache.commons.collections;bundle-version="3.2.0", org.apache.commons.collections,
org.apache.http;bundle-version="4.1.2" org.apache.http