libjgroups2.6-java-2.6.15.GA.orig/ 0000755 0001750 0001750 00000000000 11621261110 016304 5 ustar twerner twerner libjgroups2.6-java-2.6.15.GA.orig/JGroups-2.6-branch.iml 0000644 0001750 0001750 00000007524 11366547366 022200 0 ustar twerner twerner
libjgroups2.6-java-2.6.15.GA.orig/build.sh 0000644 0001750 0001750 00000002307 11366547366 017773 0 ustar twerner twerner #!/bin/sh
# Ant build script for the JGroups project
# The following variables have to be set in the following way
# PATH should include $JAVA_HOME/bin
JG_HOME=.
case "`uname`" in
CYGWIN*)
cygwin=true
;;
Darwin*)
darwin=true
;;
esac
LIB=$PWD/lib
if [ "$cygwin" = "true" ]; then
for i in ${LIB}/*.jar
do
CP=${CP}${i}\;
done
else
for i in ${LIB}/*.jar
do
CP=${CP}${i}:
done
fi
if [ -n "$JAVA_HOME" ]; then
if [ -f "$JAVA_HOME/lib/tools.jar" ]; then
if [ "$cygwin" = "true" ]; then
CP=${CP}\;${JAVA_HOME}/lib/tools.jar
else
CP=${CP}:${JAVA_HOME}/lib/tools.jar
fi
fi
else
echo "WARNING: JAVA_HOME environment variable is not set."
echo " If build fails because sun.* classes could not be found"
echo " you will need to set the JAVA_HOME environment variable"
echo " to the installation directory of java."
fi
if [ -n "$JAVA_HOME" ]; then
${JAVA_HOME}/bin/java -classpath "${CP}" org.apache.tools.ant.Main -buildfile ${JG_HOME}/build.xml $*
else
java -classpath "${CP}" org.apache.tools.ant.Main -buildfile ${JG_HOME}/build.xml $*
fi
libjgroups2.6-java-2.6.15.GA.orig/target/ 0000755 0001750 0001750 00000000000 11621261110 017572 5 ustar twerner twerner libjgroups2.6-java-2.6.15.GA.orig/target/pom-transformed.xml 0000644 0001750 0001750 00000005461 11366547366 023471 0 ustar twerner twerner
4.0.0jgroupsjgroupsJGroups2.6.15.GAhttp://www.jgroups.orgjboss-releases-repositoryJBoss Releases Repositoryhttps://repository.jboss.org/nexus/service/local/staging/deploy/maven2/jboss-public-repository-groupJBoss Public Maven Repository Grouphttps://repository.jboss.org/nexus/content/groups/public/defaulttruenevertrueneversrctestsconf**/*.xmlmaven-compiler-plugin1.51.5functional/**/*.javamaven-surefire-plugintrueantant1.6.5trueantant-junit1.6.5truejunitjunit3.8.1test