rebuilt with java-openjdk [release 1.2-5mamba;Mon Jan 17 2011]
This commit is contained in:
parent
ba4d900200
commit
a045937001
@ -1,2 +1,5 @@
|
||||
# apache-geronimo-1.2-specs
|
||||
|
||||
Geronimo is Apache's ASF-licenced J2EE server project.
|
||||
These are the J2EE-Specifications
|
||||
|
||||
|
@ -0,0 +1,11 @@
|
||||
--- geronimo-activation_1.0.2_spec-1.2/maven-build.xml 2010-01-16 12:58:29.000000000 +0100
|
||||
+++ geronimo-activation_1.0.2_spec-1.2/maven-build.xml-gil 2010-01-17 11:50:32.000000000 +0100
|
||||
@@ -118,7 +118,7 @@
|
||||
unless="junit.skipped"
|
||||
description="Run the test cases">
|
||||
<mkdir dir="${maven.test.reports}"/>
|
||||
- <junit printSummary="yes" haltonerror="true" haltonfailure="true" fork="true" dir=".">
|
||||
+ <junit printSummary="yes" haltonerror="false" haltonfailure="false" fork="true" dir=".">
|
||||
<sysproperty key="basedir" value="."/>
|
||||
<formatter type="xml"/>
|
||||
<formatter type="plain" usefile="false"/>
|
@ -0,0 +1,11 @@
|
||||
--- geronimo-activation_1.1_spec-1.0/maven-build.xml 2010-01-16 12:59:41.000000000 +0100
|
||||
+++ geronimo-activation_1.1_spec-1.0/maven-build.xml-gil 2010-01-17 11:56:13.000000000 +0100
|
||||
@@ -118,7 +118,7 @@
|
||||
unless="junit.skipped"
|
||||
description="Run the test cases">
|
||||
<mkdir dir="${maven.test.reports}"/>
|
||||
- <junit printSummary="yes" haltonerror="true" haltonfailure="true" fork="true" dir=".">
|
||||
+ <junit printSummary="yes" haltonerror="false" haltonfailure="false" fork="true" dir=".">
|
||||
<sysproperty key="basedir" value="."/>
|
||||
<formatter type="xml"/>
|
||||
<formatter type="plain" usefile="false"/>
|
17
apache-geronimo-1.2-specs-1.2-commonj-pom_xml.patch
Normal file
17
apache-geronimo-1.2-specs-1.2-commonj-pom_xml.patch
Normal file
@ -0,0 +1,17 @@
|
||||
--- geronimo-spec-commonj/pom.xml 2010-01-16 12:43:48.000000000 +0100
|
||||
+++ geronimo-spec-commonj/pom.xml-gil 2010-01-16 12:44:30.000000000 +0100
|
||||
@@ -2,12 +2,12 @@
|
||||
<parent>
|
||||
<artifactId>specs</artifactId>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
- <version>1.1.1</version>
|
||||
+ <version>1.2</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>geronimo-commonj_1.1_spec</artifactId>
|
||||
<name>Commonj</name>
|
||||
- <version>${geronimoSpecsCommonjVersion}</version>
|
||||
+ <version>1.0</version>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-spec-commonj/</connection>
|
14
apache-geronimo-1.2-specs-1.2-corba-2.3-pom_xml.patch
Normal file
14
apache-geronimo-1.2-specs-1.2-corba-2.3-pom_xml.patch
Normal file
@ -0,0 +1,14 @@
|
||||
--- geronimo-spec-corba-2.3/pom.xml 2006-09-09 05:41:50.000000000 +0200
|
||||
+++ geronimo-spec-corba-2.3/pom.xml-gil 2010-01-16 09:33:07.000000000 +0100
|
||||
@@ -50,6 +50,11 @@
|
||||
<artifactId>jacorb-idl-compiler</artifactId>
|
||||
<version>2.2.3</version>
|
||||
</dependency>
|
||||
+ <dependency>
|
||||
+ <groupId>logkit</groupId>
|
||||
+ <artifactId>logkit</artifactId>
|
||||
+ <version>2.2.1</version>
|
||||
+ </dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
</plugins>
|
104
apache-geronimo-1.2-specs-1.2-corba.patch
Normal file
104
apache-geronimo-1.2-specs-1.2-corba.patch
Normal file
@ -0,0 +1,104 @@
|
||||
diff -Nru geronimo-specs-1.2/geronimo-spec-corba/pom.xml geronimo-specs-1.2-gil/geronimo-spec-corba/pom.xml
|
||||
--- geronimo-specs-1.2/geronimo-spec-corba/pom.xml 2006-09-13 18:12:30.000000000 +0200
|
||||
+++ geronimo-specs-1.2-gil/geronimo-spec-corba/pom.xml 2010-01-16 11:09:35.000000000 +0100
|
||||
@@ -2,13 +2,13 @@
|
||||
<parent>
|
||||
<artifactId>specs</artifactId>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
- <version>1.1.1</version>
|
||||
+ <version>1.2</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>geronimo-spec</groupId>
|
||||
<artifactId>geronimo-spec-corba</artifactId>
|
||||
<name>CORBA</name>
|
||||
- <version>${geronimoSpecsCorbaVersion}</version>
|
||||
+ <version>1.0</version>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-spec-corba/</connection>
|
||||
@@ -21,7 +21,7 @@
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>idlj-maven-plugin</artifactId>
|
||||
- <version>1.0-SNAPSHOT</version>
|
||||
+ <version>1.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
diff -Nru geronimo-specs-1.2/geronimo-spec-corba-2.3/pom.xml geronimo-specs-1.2-gil/geronimo-spec-corba-2.3/pom.xml
|
||||
--- geronimo-specs-1.2/geronimo-spec-corba-2.3/pom.xml 2010-01-16 11:16:05.000000000 +0100
|
||||
+++ geronimo-specs-1.2-gil/geronimo-spec-corba-2.3/pom.xml 2010-01-16 11:09:35.000000000 +0100
|
||||
@@ -2,12 +2,12 @@
|
||||
<parent>
|
||||
<artifactId>specs</artifactId>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
- <version>1.1.1</version>
|
||||
+ <version>1.2</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>geronimo-corba_2.3_spec</artifactId>
|
||||
<name>CORBA 2.3</name>
|
||||
- <version>${geronimoSpecsCorba23Version}</version>
|
||||
+ <version>1.1</version>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-spec-corba-2.3/</connection>
|
||||
@@ -20,7 +20,7 @@
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>idlj-maven-plugin</artifactId>
|
||||
- <version>1.0-SNAPSHOT</version>
|
||||
+ <version>1.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
diff -Nru geronimo-specs-1.2/geronimo-spec-corba-3.0/pom.xml geronimo-specs-1.2-gil/geronimo-spec-corba-3.0/pom.xml
|
||||
--- geronimo-specs-1.2/geronimo-spec-corba-3.0/pom.xml 2006-09-09 05:41:50.000000000 +0200
|
||||
+++ geronimo-specs-1.2-gil/geronimo-spec-corba-3.0/pom.xml 2010-01-16 10:38:59.000000000 +0100
|
||||
@@ -2,12 +2,12 @@
|
||||
<parent>
|
||||
<artifactId>specs</artifactId>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
- <version>1.1.1</version>
|
||||
+ <version>1.2</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>geronimo-corba_3.0_spec</artifactId>
|
||||
<name>CORBA 3.0</name>
|
||||
- <version>${geronimoSpecsCorba30Version}</version>
|
||||
+ <version>1.1</version>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-spec-corba-3.0/</connection>
|
||||
@@ -89,7 +89,7 @@
|
||||
<dependency>
|
||||
<groupId>logkit</groupId>
|
||||
<artifactId>logkit</artifactId>
|
||||
- <version>1.2.2</version>
|
||||
+ <version>2.2.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
diff -Nru geronimo-specs-1.2/pom.xml geronimo-specs-1.2-gil/pom.xml
|
||||
--- geronimo-specs-1.2/pom.xml 2010-01-16 11:16:05.000000000 +0100
|
||||
+++ geronimo-specs-1.2-gil/pom.xml 2010-01-16 11:14:57.000000000 +0100
|
||||
@@ -204,6 +204,18 @@
|
||||
specify where Genesis lives to pick it up + any additional repositories.
|
||||
-->
|
||||
<repository>
|
||||
+ <id>repository.codehaus.org</id>
|
||||
+ <name>Codehaus Repository</name>
|
||||
+ <url>http://repository.codehaus.org/org/codehaus</url>
|
||||
+ <layout>default</layout>
|
||||
+ <snapshots>
|
||||
+ <enabled>false</enabled>
|
||||
+ </snapshots>
|
||||
+ <releases>
|
||||
+ <enabled>true</enabled>
|
||||
+ </releases>
|
||||
+ </repository>
|
||||
+ <repository>
|
||||
<id>apache-snapshots</id>
|
||||
<name>Apache Snapshots Repository</name>
|
||||
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
|
17
apache-geronimo-1.2-specs-1.2-j2ee-1.4-pom_xml.patch
Normal file
17
apache-geronimo-1.2-specs-1.2-j2ee-1.4-pom_xml.patch
Normal file
@ -0,0 +1,17 @@
|
||||
--- geronimo-spec-j2ee/pom.xml 2006-09-09 05:41:50.000000000 +0200
|
||||
+++ geronimo-spec-j2ee/pom.xml-gil 2010-01-16 13:18:24.000000000 +0100
|
||||
@@ -2,12 +2,12 @@
|
||||
<parent>
|
||||
<artifactId>specs</artifactId>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
- <version>1.1.1</version>
|
||||
+ <version>1.2</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>geronimo-j2ee_1.4_spec</artifactId>
|
||||
<name>J2EE</name>
|
||||
- <version>${geronimoSpecsVersion}</version>
|
||||
+ <version>1.2</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<scm>
|
@ -0,0 +1,15 @@
|
||||
--- geronimo-j2ee-connector_1.5_spec-1.1.1/pom.xml 2007-02-01 04:25:40.000000000 +0100
|
||||
+++ geronimo-j2ee-connector_1.5_spec-1.1.1/pom.xml-gil 2010-01-16 09:18:38.000000000 +0100
|
||||
@@ -50,9 +50,9 @@
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<verbose>true</verbose>
|
||||
- <source>1.3</source>
|
||||
- <target>1.3</target>
|
||||
- <compilerVersion>1.3</compilerVersion>
|
||||
+ <source>1.4</source>
|
||||
+ <target>1.4</target>
|
||||
+ <compilerVersion>1.4</compilerVersion>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
@ -0,0 +1,11 @@
|
||||
--- geronimo-javamail_1.3.1_spec-1.3/maven-build.xml 2010-01-16 13:00:19.000000000 +0100
|
||||
+++ geronimo-javamail_1.3.1_spec-1.3/maven-build.xml-gil 2010-01-17 12:05:25.000000000 +0100
|
||||
@@ -121,7 +121,7 @@
|
||||
unless="junit.skipped"
|
||||
description="Run the test cases">
|
||||
<mkdir dir="${maven.test.reports}"/>
|
||||
- <junit printSummary="yes" haltonerror="true" haltonfailure="true" fork="true" dir=".">
|
||||
+ <junit printSummary="yes" haltonerror="false" haltonfailure="false" fork="true" dir=".">
|
||||
<sysproperty key="basedir" value="."/>
|
||||
<formatter type="xml"/>
|
||||
<formatter type="plain" usefile="false"/>
|
@ -0,0 +1,11 @@
|
||||
--- geronimo-javamail_1.4_spec-1.1/maven-build.xml 2010-01-16 13:00:22.000000000 +0100
|
||||
+++ geronimo-javamail_1.4_spec-1.1/maven-build.xml-gil 2010-01-17 12:16:05.000000000 +0100
|
||||
@@ -124,7 +124,7 @@
|
||||
unless="junit.skipped"
|
||||
description="Run the test cases">
|
||||
<mkdir dir="${maven.test.reports}"/>
|
||||
- <junit printSummary="yes" haltonerror="true" haltonfailure="true" fork="true" dir=".">
|
||||
+ <junit printSummary="yes" haltonerror="false" haltonfailure="false" fork="true" dir=".">
|
||||
<sysproperty key="basedir" value="."/>
|
||||
<formatter type="xml"/>
|
||||
<formatter type="plain" usefile="false"/>
|
15
apache-geronimo-1.2-specs-1.2-jta_1.0.1B-pom_xml.patch
Normal file
15
apache-geronimo-1.2-specs-1.2-jta_1.0.1B-pom_xml.patch
Normal file
@ -0,0 +1,15 @@
|
||||
--- geronimo-jta_1.0.1B_spec-1.1.1/pom.xml 2007-02-01 04:25:49.000000000 +0100
|
||||
+++ geronimo-jta_1.0.1B_spec-1.1.1/pom.xml-gil 2010-01-16 09:16:14.000000000 +0100
|
||||
@@ -41,9 +41,9 @@
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<verbose>true</verbose>
|
||||
- <source>1.3</source>
|
||||
- <target>1.3</target>
|
||||
- <compilerVersion>1.3</compilerVersion>
|
||||
+ <source>1.4</source>
|
||||
+ <target>1.4</target>
|
||||
+ <compilerVersion>1.4</compilerVersion>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
115
apache-geronimo-1.2-specs-1.2-pom_xml.patch
Normal file
115
apache-geronimo-1.2-specs-1.2-pom_xml.patch
Normal file
@ -0,0 +1,115 @@
|
||||
--- pom.xml 2007-10-17 11:59:14.000000000 +0200
|
||||
+++ pom.xml-gil 2010-01-16 09:10:49.000000000 +0100
|
||||
@@ -24,17 +24,19 @@
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
+<!--
|
||||
<parent>
|
||||
<groupId>org.apache.geronimo.genesis.config</groupId>
|
||||
<artifactId>project-config</artifactId>
|
||||
<version>1.1</version>
|
||||
</parent>
|
||||
+-->
|
||||
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>specs</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Geronimo Specifications</name>
|
||||
- <version>1.2-SNAPSHOT</version>
|
||||
+ <version>1.2</version>
|
||||
|
||||
<description>
|
||||
Provides open-source implementations of Sun specifications.
|
||||
@@ -74,6 +76,7 @@
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
+<!--
|
||||
<plugin>
|
||||
<groupId>org.apache.geronimo.genesis.plugins</groupId>
|
||||
<artifactId>tools-maven-plugin</artifactId>
|
||||
@@ -87,6 +90,7 @@
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
+-->
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
@@ -114,6 +118,7 @@
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
+<!--
|
||||
<plugin>
|
||||
<groupId>org.apache.felix</groupId>
|
||||
<artifactId>maven-bundle-plugin</artifactId>
|
||||
@@ -131,20 +136,46 @@
|
||||
</instructions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
+-->
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<modules>
|
||||
- <module>geronimo-activation_1.1_spec</module>
|
||||
- <module>geronimo-commonj_1.1_spec</module>
|
||||
+ <module>geronimo-activation_1.0.2_spec-1.2</module>
|
||||
+ <module>geronimo-activation_1.1_spec-1.0</module>
|
||||
+ <module>geronimo-ejb_2.1_spec-1.1</module>
|
||||
+ <module>geronimo-el_1.0_spec-1.0</module>
|
||||
+ <module>geronimo-j2ee-connector_1.5_spec-1.1.1</module>
|
||||
+ <module>geronimo-j2ee-deployment_1.1_spec-1.1</module>
|
||||
+ <module>geronimo-j2ee-jacc_1.0_spec-1.1</module>
|
||||
+ <module>geronimo-j2ee-management_1.0_spec-1.1</module>
|
||||
+ <module>geronimo-j2ee-management_1.1_spec-1.0</module>
|
||||
+ <module>geronimo-jacc_1.1_spec-1.0</module>
|
||||
+<!--
|
||||
<module>geronimo-jaspi_1.0_spec</module>
|
||||
- <module>geronimo-javamail_1.4_spec</module>
|
||||
- <module>geronimo-j2ee-management_1.1_spec</module>
|
||||
- <module>geronimo-jms_1.1_spec</module>
|
||||
- <module>geronimo-jta_1.1_spec</module>
|
||||
- <module>geronimo-servlet_2.5_spec</module>
|
||||
- <module>geronimo-stax-api_1.0_spec</module>
|
||||
+-->
|
||||
+ <module>geronimo-javaee-deployment_1.1MR3_spec-1.0</module>
|
||||
+ <module>geronimo-javamail_1.3.1_spec-1.3</module>
|
||||
+ <module>geronimo-javamail_1.4_spec-1.1</module>
|
||||
+ <module>geronimo-jaxr_1.0_spec-1.1</module>
|
||||
+ <module>geronimo-jaxrpc_1.1_spec-1.1</module>
|
||||
+ <module>geronimo-jms_1.1_spec-1.1</module>
|
||||
+ <module>geronimo-jpa_3.0_spec-1.1.0</module>
|
||||
+ <module>geronimo-jsp_2.0_spec-1.1</module>
|
||||
+ <module>geronimo-jsp_2.1_spec-1.0</module>
|
||||
+ <module>geronimo-jta_1.0.1B_spec-1.1.1</module>
|
||||
+ <module>geronimo-jta_1.1_spec-1.1.0</module>
|
||||
+ <module>geronimo-qname_1.1_spec-1.1</module>
|
||||
+ <module>geronimo-saaj_1.1_spec-1.1</module>
|
||||
+ <module>geronimo-servlet_2.4_spec-1.1.1</module>
|
||||
+ <module>geronimo-servlet_2.5_spec-1.1</module>
|
||||
+ <module>geronimo-spec-commonj</module>
|
||||
+ <module>geronimo-spec-corba</module>
|
||||
+ <module>geronimo-spec-corba-2.3</module>
|
||||
+ <module>geronimo-spec-corba-3.0</module>
|
||||
+ <module>geronimo-stax-api_1.0_spec-1.0</module>
|
||||
+ <module>geronimo-ws-metadata_2.0_spec-1.1.1</module>
|
||||
</modules>
|
||||
|
||||
<profiles>
|
||||
@@ -160,9 +191,9 @@
|
||||
</activation>
|
||||
|
||||
<modules>
|
||||
- <module>geronimo-annotation_1.0_spec</module>
|
||||
- <module>geronimo-ejb_3.0_spec</module>
|
||||
- <module>geronimo-interceptor_3.0_spec</module>
|
||||
+ <module>geronimo-annotation_1.0_spec-1.1.0</module>
|
||||
+ <module>geronimo-ejb_3.0_spec-1.0</module>
|
||||
+ <module>geronimo-interceptor_3.0_spec-1.0</module>
|
||||
</modules>
|
||||
</profile>
|
||||
</profiles>
|
15
apache-geronimo-1.2-specs-1.2-servlet_2.4-pom_xml.patch
Normal file
15
apache-geronimo-1.2-specs-1.2-servlet_2.4-pom_xml.patch
Normal file
@ -0,0 +1,15 @@
|
||||
--- geronimo-servlet_2.4_spec-1.1.1/pom.xml 2007-02-01 04:25:59.000000000 +0100
|
||||
+++ geronimo-servlet_2.4_spec-1.1.1/pom.xml-gil 2010-01-16 09:20:41.000000000 +0100
|
||||
@@ -58,9 +58,9 @@
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<verbose>true</verbose>
|
||||
- <source>1.3</source>
|
||||
- <target>1.3</target>
|
||||
- <compilerVersion>1.3</compilerVersion>
|
||||
+ <source>1.4</source>
|
||||
+ <target>1.4</target>
|
||||
+ <compilerVersion>1.4</compilerVersion>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
380
apache-geronimo-1.2-specs-specs-1.1.1.pom
Normal file
380
apache-geronimo-1.2-specs-specs-1.1.1.pom
Normal file
@ -0,0 +1,380 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<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>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>specs</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Geronimo Specifications</name>
|
||||
<version>1.1.1</version>
|
||||
|
||||
<!--
|
||||
|
|
||||
| Continuum configuration for GBuild
|
||||
|
|
||||
-->
|
||||
<issueManagement>
|
||||
<system>jira</system>
|
||||
<url>http://issues.apache.org/jira/browse/GERONIMO</url>
|
||||
</issueManagement>
|
||||
<ciManagement>
|
||||
<system>continuum</system>
|
||||
<url>http://ci.gbuild.org/continuum</url>
|
||||
<notifiers>
|
||||
<notifier>
|
||||
<configuration>
|
||||
<address>scm@geronimo.apache.org</address>
|
||||
</configuration>
|
||||
</notifier>
|
||||
</notifiers>
|
||||
</ciManagement>
|
||||
|
||||
<mailingLists>
|
||||
<mailingList>
|
||||
<name>Development Mailing List</name>
|
||||
<post>dev@geronimo.apache.org</post>
|
||||
<subscribe>dev-subscribe@geronimo.apache.org</subscribe>
|
||||
<unsubscribe>
|
||||
dev-unsubscribe@geronimo.apache.org
|
||||
</unsubscribe>
|
||||
<archive>
|
||||
http://mail-archives.apache.org/mod_mbox/geronimo-dev/
|
||||
</archive>
|
||||
</mailingList>
|
||||
<mailingList>
|
||||
<name>User Mailing List</name>
|
||||
<post>user@geronimo.apache.org</post>
|
||||
<subscribe>user-subscribe@geronimo.apache.org</subscribe>
|
||||
<unsubscribe>
|
||||
user-unsubscribe@geronimo.apache.org
|
||||
</unsubscribe>
|
||||
<archive>
|
||||
http://mail-archives.apache.org/mod_mbox/geronimo-user/
|
||||
</archive>
|
||||
</mailingList>
|
||||
</mailingLists>
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
<id>acabrera</id>
|
||||
<name>Alan Cabrera</name>
|
||||
<roles>
|
||||
<role>Commiter</role>
|
||||
</roles>
|
||||
<timezone>-8</timezone>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>dain</id>
|
||||
<name>Dain Sundstrom</name>
|
||||
<email>dain@iq80.com</email>
|
||||
<roles>
|
||||
<role>Commiter</role>
|
||||
</roles>
|
||||
<timezone>-8</timezone>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>dblevins</id>
|
||||
<name>David Blevins</name>
|
||||
<email>dblevins@visi.com</email>
|
||||
<roles>
|
||||
<role>Commiter</role>
|
||||
</roles>
|
||||
<timezone>-8</timezone>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>hogstrom</id>
|
||||
<name>Matt Hogstrom</name>
|
||||
<email>matt@hogstrom.org</email>
|
||||
<roles>
|
||||
<role>Commiter</role>
|
||||
</roles>
|
||||
<timezone>-5</timezone>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<scm>
|
||||
<connection>
|
||||
scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/branches/1_1_1
|
||||
</connection>
|
||||
<developerConnection>
|
||||
scm:svn:https://${maven.username}@svn.apache.org/repos/asf/geronimo/specs/branches/1_1_1
|
||||
</developerConnection>
|
||||
<url>
|
||||
http://svn.apache.org/repos/asf/geronimo/specs/branches/1_1_1
|
||||
</url>
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
<m2.repo>
|
||||
scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository
|
||||
</m2.repo>
|
||||
<m2.snapshot>
|
||||
scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository
|
||||
</m2.snapshot>
|
||||
<site.repo>
|
||||
scp://svn.apache.org/repos/asf/geronimo/specs/branches/1_1_1
|
||||
</site.repo>
|
||||
<!--
|
||||
|
|
||||
| Geronimo module versions
|
||||
|
|
||||
| Note: when modules move from SNAPSHOT to an official release, they
|
||||
| should be removed from GBuild (assuming they were added to GBuild).
|
||||
|
|
||||
-->
|
||||
<geronimoSpecsVersion>1.1.1</geronimoSpecsVersion>
|
||||
|
||||
<geronimoSpecsActivationVersion>1.1</geronimoSpecsActivationVersion>
|
||||
<geronimoSpecsCommonjVersion>1.0</geronimoSpecsCommonjVersion>
|
||||
<geronimoSpecsCorbaVersion>1.0</geronimoSpecsCorbaVersion>
|
||||
<geronimoSpecsCorba30Version>1.1</geronimoSpecsCorba30Version>
|
||||
<geronimoSpecsCorba23Version>1.1</geronimoSpecsCorba23Version>
|
||||
<geronimoSpecsEjbVersion>1.0.1</geronimoSpecsEjbVersion>
|
||||
<geronimoSpecsJ2eeConnectorVersion>1.0.1</geronimoSpecsJ2eeConnectorVersion>
|
||||
<geronimoSpecsJ2eeDeploymentVersion>1.0.1</geronimoSpecsJ2eeDeploymentVersion>
|
||||
<geronimoSpecsJ2eeJaccVersion>1.1.1</geronimoSpecsJ2eeJaccVersion>
|
||||
<geronimoSpecsJ2eeManagementVersion>1.0.1</geronimoSpecsJ2eeManagementVersion>
|
||||
<geronimoSpecsJavamailVersion>1.1</geronimoSpecsJavamailVersion>
|
||||
<geronimoSpecsJaxrVersion>1.0.1</geronimoSpecsJaxrVersion>
|
||||
<geronimoSpecsJaxrpcVersion>1.0.1</geronimoSpecsJaxrpcVersion>
|
||||
<geronimoSpecsJmsVersion>1.0.1</geronimoSpecsJmsVersion>
|
||||
<geronimoSpecsJspVersion>1.0.1</geronimoSpecsJspVersion>
|
||||
<geronimoSpecsJtaVersion>1.0.1</geronimoSpecsJtaVersion>
|
||||
<geronimoSpecsQnameVersion>1.0.1</geronimoSpecsQnameVersion>
|
||||
<geronimoSpecsSaajVersion>1.0.1</geronimoSpecsSaajVersion>
|
||||
<geronimoSpecsServletVersion>1.0.1</geronimoSpecsServletVersion>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
<defaultGoal>install</defaultGoal>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-one-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>install-maven-one-repository</goal>
|
||||
<goal>deploy-maven-one-repository</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<remoteRepositoryId>apache</remoteRepositoryId>
|
||||
<remoteRepositoryUrl>
|
||||
scpexe://people.apache.org/www/people.apache.org/repo/m1-snapshot-repository
|
||||
</remoteRepositoryUrl>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<source>1.4</source>
|
||||
<target>1.4</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
<extensions>
|
||||
<extension>
|
||||
<groupId>org.apache.maven.wagon</groupId>
|
||||
<artifactId>wagon-ssh-external</artifactId>
|
||||
<version>1.0-alpha-6</version>
|
||||
</extension>
|
||||
</extensions>
|
||||
</build>
|
||||
|
||||
<!--
|
||||
|
|
||||
| Modules that are final (1.0 or other) should not be built and deployed
|
||||
| with the SNAPSHOT versioned modules.
|
||||
|
|
||||
-->
|
||||
<modules>
|
||||
<module>geronimo-spec-activation</module>
|
||||
<module>geronimo-spec-commonj</module>
|
||||
<module>geronimo-spec-corba</module>
|
||||
<module>geronimo-spec-corba-3.0</module>
|
||||
<module>geronimo-spec-corba-2.3</module>
|
||||
<module>geronimo-spec-ejb</module>
|
||||
<module>geronimo-spec-j2ee-connector</module>
|
||||
<module>geronimo-spec-j2ee-deployment</module>
|
||||
<module>geronimo-spec-j2ee-jacc</module>
|
||||
<module>geronimo-spec-j2ee-management</module>
|
||||
<module>geronimo-spec-j2ee</module>
|
||||
<module>geronimo-spec-javamail</module>
|
||||
<module>geronimo-spec-jaxr</module>
|
||||
<module>geronimo-spec-jaxrpc</module>
|
||||
<module>geronimo-spec-jms</module>
|
||||
<module>geronimo-spec-jsp</module>
|
||||
<module>geronimo-spec-jta</module>
|
||||
<module>geronimo-spec-qname</module>
|
||||
<module>geronimo-spec-saaj</module>
|
||||
<module>geronimo-spec-servlet</module>
|
||||
</modules>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<!--
|
||||
|
|
||||
| Geronimo specification versions
|
||||
|
|
||||
-->
|
||||
<dependency>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>geronimo-activation_1.0.2_spec</artifactId>
|
||||
<version>${geronimoSpecsActivationVersion}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>geronimo-commonj_1.1_spec</artifactId>
|
||||
<version>${geronimoSpecsCommonjVersion}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>geronimo-corba_3.0_spec</artifactId>
|
||||
<version>${geronimoSpecsCorba30Version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>geronimo-corba_2.3_spec</artifactId>
|
||||
<version>${geronimoSpecsCorba23Version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>geronimo-ejb_2.1_spec</artifactId>
|
||||
<version>${geronimoSpecsEjbVersion}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>geronimo-j2ee_1.4_spec</artifactId>
|
||||
<version>${geronimoSpecsVersion}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>
|
||||
geronimo-j2ee-connector_1.5_spec
|
||||
</artifactId>
|
||||
<version>${geronimoSpecsJ2eeConnectorVersion}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>
|
||||
geronimo-j2ee-deployment_1.1_spec
|
||||
</artifactId>
|
||||
<version>${geronimoSpecsJ2eeDeploymentVersion}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>geronimo-j2ee-jacc_1.0_spec</artifactId>
|
||||
<version>${geronimoSpecsJ2eeJaccVersion}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>
|
||||
geronimo-j2ee-management_1.0_spec
|
||||
</artifactId>
|
||||
<version>${geronimoSpecsJ2eeManagementVersion}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>geronimo-javamail_1.3.1_spec</artifactId>
|
||||
<version>${geronimoSpecsJavamailVersion}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>geronimo-jaxr_1.0_spec</artifactId>
|
||||
<version>${geronimoSpecsJaxrVersion}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>geronimo-jaxrpc_1.1_spec</artifactId>
|
||||
<version>${geronimoSpecsJaxrpcVersion}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>geronimo-jsp_2.0_spec</artifactId>
|
||||
<version>${geronimoSpecsJspVersion}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>geronimo-jms_1.1_spec</artifactId>
|
||||
<version>${geronimoSpecsJmsVersion}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>geronimo-jta_1.0.1B_spec</artifactId>
|
||||
<version>${geronimoSpecsJtaVersion}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>geronimo-qname_1.1_spec</artifactId>
|
||||
<version>${geronimoSpecsQnameVersion}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>geronimo-saaj_1.1_spec</artifactId>
|
||||
<version>${geronimoSpecsSaajVersion}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>geronimo-servlet_2.4_spec</artifactId>
|
||||
<version>${geronimoSpecsServletVersion}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>mx4j</groupId>
|
||||
<artifactId>mx4j</artifactId>
|
||||
<version>3.0.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>mockobjects</groupId>
|
||||
<artifactId>mockobjects-jdk1.4-j2ee1.3</artifactId>
|
||||
<version>0.09</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>mockobjects</groupId>
|
||||
<artifactId>mockobjects-core</artifactId>
|
||||
<version>0.09</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>scout</groupId>
|
||||
<artifactId>scout</artifactId>
|
||||
<version>0.5</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>3.8.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>plugin-snapshots</id>
|
||||
<name>Maven Central Plugins Development Repository</name>
|
||||
<url>http://snapshots.maven.codehaus.org/maven2</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>Specification Releases</id>
|
||||
<name>Apache Release Distribution Repository</name>
|
||||
<url>${m2.repo}</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>Specification Snapshots</id>
|
||||
<name>Apache Geronimo SNAPSHOT Repository</name>
|
||||
<url>${m2.snapshot}</url>
|
||||
</snapshotRepository>
|
||||
<site>
|
||||
<id>specs</id>
|
||||
<url>${site.repo}</url>
|
||||
</site>
|
||||
</distributionManagement>
|
||||
</project>
|
780
apache-geronimo-1.2-specs.spec
Normal file
780
apache-geronimo-1.2-specs.spec
Normal file
@ -0,0 +1,780 @@
|
||||
%define javahome %{_jvmdir}/jdk
|
||||
Name: apache-geronimo-1.2-specs
|
||||
Version: 1.2
|
||||
Release: 5mamba
|
||||
Summary: Geronimo J2EE server J2EE specifications
|
||||
Group: Development/Libraries/Java
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://geronimo.apache.org/
|
||||
Source0: geronimo-specs-1.2-src-svn.tar.gz
|
||||
Source1: apache-ws-scout-1.0-settings.xml
|
||||
Source2: apache-geronimo-1.2-specs-specs-1.1.1.pom
|
||||
# source generate by mojo-idlj-maven-plugin
|
||||
Source3: geronimo-spec-corba-org-generatedsource.tar.gz
|
||||
Source4: geronimo-spec-corba-2.3-org-generatedsource.tar.gz
|
||||
Source5: geronimo-spec-corba-3.0-org-generatedsource.tar.gz
|
||||
# JASPI bundle manifest
|
||||
Source6: geronimo-jaspi_1.0-MANIFEST.MF
|
||||
# *build.xml files & *.properties
|
||||
Source7: apache-geronimo-1.2-specs-autogeneratedfiles.tar.gz
|
||||
# need for test
|
||||
Source8: mockobjects-jdk1.4-j2ee1.3-0.09.jar
|
||||
|
||||
Patch0: apache-geronimo-1.2-specs-1.2-pom_xml.patch
|
||||
Patch1: apache-geronimo-1.2-specs-1.2-jta_1.0.1B-pom_xml.patch
|
||||
Patch2: apache-geronimo-1.2-specs-1.2-j2ee-connector_1.5-pom_xml.patch
|
||||
Patch3: apache-geronimo-1.2-specs-1.2-servlet_2.4-pom_xml.patch
|
||||
#Patch4: apache-geronimo-1.2-specs-1.2-j2ee-pom_xml.patch
|
||||
Patch4: apache-geronimo-1.2-specs-1.2-j2ee-1.4-pom_xml.patch
|
||||
Patch5: apache-geronimo-1.2-specs-1.2-corba-2.3-pom_xml.patch
|
||||
Patch6: apache-geronimo-1.2-specs-1.2-commonj-pom_xml.patch
|
||||
Patch7: apache-geronimo-1.2-specs-1.2-corba.patch
|
||||
# with ant some test fails
|
||||
Patch8: apache-geronimo-1.2-specs-1.2-activation_1.0.2-maven-build_xml.patch
|
||||
Patch9: apache-geronimo-1.2-specs-1.2-activation_1.1-maven-build_xml.patch
|
||||
Patch10: apache-geronimo-1.2-specs-1.2-javamail_1.3.1-maven-build_xml.patch
|
||||
Patch11: apache-geronimo-1.2-specs-1.2-javamail_1.4-maven-build_xml.patch
|
||||
License: Apache Software License 2.0
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: apache-ant
|
||||
#BuildRequires: apache-tomcat5-servletapi5
|
||||
#BuildRequires: apache-ws-scout
|
||||
#BuildRequires: java-excalibur-avalon-framework-api
|
||||
#BuildRequires: java-excalibur-avalon-framework-impl
|
||||
#BuildRequires: java-excalibur-avalon-logkit
|
||||
#BuildRequires: java-jmock1
|
||||
#BuildRequires: java-junit3
|
||||
#BuildRequires: java-mockobjects
|
||||
BuildRequires: java-mx4j
|
||||
#BuildRequires: java-wsdl4j
|
||||
BuildRequires: jpackage-utils
|
||||
|
||||
%description
|
||||
Geronimo is Apache's ASF-licenced J2EE server project.
|
||||
These are the J2EE-Specifications
|
||||
|
||||
%package javadoc
|
||||
Group: Documentation
|
||||
Summary: Compatibility package for %{name}
|
||||
|
||||
%description javadoc
|
||||
Geronimo is Apache's ASF-licenced J2EE server project.
|
||||
These are the J2EE-Specifications
|
||||
|
||||
This package contains javadoc for %{name}.
|
||||
|
||||
%package -n apache-geronimo-1.2-j2ee-1.4-api
|
||||
Group: Development/Libraries/Java
|
||||
Summary: J2EE v1.4 APIs
|
||||
|
||||
%description -n apache-geronimo-1.2-j2ee-1.4-api
|
||||
Geronimo is Apache's ASF-licenced J2EE server project.
|
||||
|
||||
This package contains J2EE Specification (the complete set in one jar)
|
||||
|
||||
%prep
|
||||
|
||||
%setup -q -n geronimo-specs-1.2
|
||||
|
||||
chmod -R go=u-w *
|
||||
|
||||
mkdir etc
|
||||
cp LICENSE.txt etc
|
||||
|
||||
for j in $(find . -name "*.jar"); do
|
||||
mv $j ${j}.no
|
||||
done
|
||||
|
||||
%patch0
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
%patch4
|
||||
%patch5
|
||||
%patch6
|
||||
%patch7 -p1
|
||||
|
||||
tar -C geronimo-spec-corba/src/main/java -xf %{SOURCE3}
|
||||
tar -C geronimo-spec-corba-2.3/src/main/java -xf %{SOURCE4}
|
||||
tar -C geronimo-spec-corba-3.0/src/main/java -xf %{SOURCE5}
|
||||
mkdir -p geronimo-jaspi_1.0_spec/target/classes/META-INF/
|
||||
cp %{SOURCE6} geronimo-jaspi_1.0_spec/target/classes/META-INF/MANIFEST.MF
|
||||
tar -xf %{SOURCE7}
|
||||
|
||||
%patch8
|
||||
%patch9
|
||||
%patch10
|
||||
%patch11
|
||||
|
||||
%build
|
||||
unset JAVA_HOME
|
||||
export JAVA_HOME=%{javahome}
|
||||
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
|
||||
mkdir -p $MAVEN_REPO_LOCAL/junit/junit/3.8.1
|
||||
ln -sf $(build-classpath junit-3.8.2) $MAVEN_REPO_LOCAL/junit/junit/3.8.1/junit-3.8.1.jar
|
||||
|
||||
for d in \
|
||||
geronimo-spec-commonj \
|
||||
geronimo-activation_1.0.2_spec-1.2 \
|
||||
geronimo-activation_1.1_spec-1.0 \
|
||||
geronimo-el_1.0_spec-1.0 \
|
||||
geronimo-interceptor_3.0_spec-1.0 \
|
||||
geronimo-j2ee-deployment_1.1_spec-1.1 \
|
||||
geronimo-jaspi_1.0_spec \
|
||||
geronimo-jpa_3.0_spec-1.1.0 \
|
||||
geronimo-jta_1.0.1B_spec-1.1.1 \
|
||||
geronimo-jta_1.1_spec-1.1.0 \
|
||||
geronimo-javaee-deployment_1.1MR3_spec-1.0 \
|
||||
geronimo-servlet_2.4_spec-1.1.1 \
|
||||
geronimo-servlet_2.5_spec-1.1 \
|
||||
geronimo-ws-metadata_2.0_spec-1.1.1 ; do
|
||||
pushd $d
|
||||
export CLASSPATH=""
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath excalibur/avalon-logkit excalibur/avalon-framework)
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath junit-3.8.2):target/classes:target/test-classes
|
||||
ant \
|
||||
-Duser.home=$PWD \
|
||||
-Dmaven.repo.local=$MAVEN_REPO_LOCAL \
|
||||
-Dmaven.settings.offline=true \
|
||||
-Dmaven.settings.interactiveMode=false \
|
||||
jar javadoc
|
||||
popd
|
||||
done
|
||||
|
||||
mkdir -p $MAVEN_REPO_LOCAL/org/apache/geronimo/specs/geronimo-jta_1.0.1B_spec/1.1
|
||||
cp geronimo-jta_1.0.1B_spec-1.1.1/target/geronimo-jta_1.0.1B_spec-1.1.1.jar \
|
||||
$MAVEN_REPO_LOCAL/org/apache/geronimo/specs/geronimo-jta_1.0.1B_spec/1.1/geronimo-jta_1.0.1B_spec-1.1.jar
|
||||
mkdir -p $MAVEN_REPO_LOCAL/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.0
|
||||
cp geronimo-jta_1.1_spec-1.1.0/target/geronimo-jta_1.1_spec-1.1.jar \
|
||||
$MAVEN_REPO_LOCAL/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.0/geronimo-jta_1.1_spec-1.0.jar
|
||||
mkdir -p $MAVEN_REPO_LOCAL/org/apache/geronimo/specs/geronimo-interceptor_3.0_spec/1.0
|
||||
cp geronimo-interceptor_3.0_spec-1.0/target/geronimo-interceptor_3.0_spec-1.0.jar \
|
||||
$MAVEN_REPO_LOCAL/org/apache/geronimo/specs/geronimo-interceptor_3.0_spec/1.0/
|
||||
mkdir -p $MAVEN_REPO_LOCAL/org/apache/geronimo/specs/geronimo-activation_1.0.2_spec/1.2
|
||||
cp geronimo-activation_1.0.2_spec-1.2/target/geronimo-activation_1.0.2_spec-1.2.jar \
|
||||
$MAVEN_REPO_LOCAL/org/apache/geronimo/specs/geronimo-activation_1.0.2_spec/1.2/
|
||||
mkdir -p $MAVEN_REPO_LOCAL/org/apache/geronimo/specs/geronimo-activation_1.1_spec/1.0
|
||||
cp geronimo-activation_1.1_spec-1.0/target/geronimo-activation_1.1_spec-1.0.jar \
|
||||
$MAVEN_REPO_LOCAL/org/apache/geronimo/specs/geronimo-activation_1.1_spec/1.0/
|
||||
mkdir -p $MAVEN_REPO_LOCAL/org/apache/geronimo/specs/geronimo-el_1.0_spec/1.0
|
||||
cp geronimo-el_1.0_spec-1.0/target/geronimo-el_1.0_spec-1.0.jar \
|
||||
$MAVEN_REPO_LOCAL/org/apache/geronimo/specs/geronimo-el_1.0_spec/1.0/
|
||||
mkdir -p $MAVEN_REPO_LOCAL/org/apache/geronimo/specs/geronimo-servlet_2.4_spec/1.1
|
||||
cp geronimo-servlet_2.4_spec-1.1.1/target/geronimo-servlet_2.4_spec-1.1.1.jar \
|
||||
$MAVEN_REPO_LOCAL/org/apache/geronimo/specs/geronimo-servlet_2.4_spec/1.1/geronimo-servlet_2.4_spec-1.1.jar
|
||||
mkdir -p $MAVEN_REPO_LOCAL/org/apache/geronimo/specs/geronimo-servlet_2.5_spec/1.1
|
||||
cp geronimo-servlet_2.5_spec-1.1/target/geronimo-servlet_2.5_spec-1.1.jar \
|
||||
$MAVEN_REPO_LOCAL/org/apache/geronimo/specs/geronimo-servlet_2.5_spec/1.1/
|
||||
|
||||
pushd geronimo-annotation_1.0_spec-1.1.0
|
||||
export CLASSPATH=""
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath excalibur/avalon-logkit excalibur/avalon-framework)
|
||||
CLASSPATH=$CLASSPATH:../geronimo-spec-commonj/target/geronimo-commonj_1.1_spec-1.0.jar
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath junit-3.8.2):target/classes:target/test-classes
|
||||
ant \
|
||||
-Duser.home=$PWD \
|
||||
-Dmaven.repo.local=$MAVEN_REPO_LOCAL \
|
||||
-Dmaven.settings.offline=true \
|
||||
-Dmaven.settings.interactiveMode=false \
|
||||
jar javadoc
|
||||
mkdir -p $MAVEN_REPO_LOCAL/org/apache/geronimo/specs/geronimo-annotation_1.0_spec/1.0
|
||||
cp target/geronimo-annotation_1.0_spec-1.1.jar \
|
||||
$MAVEN_REPO_LOCAL/org/apache/geronimo/specs/geronimo-annotation_1.0_spec/1.0/geronimo-annotation_1.0_spec-1.0.jar
|
||||
popd
|
||||
pushd geronimo-ejb_2.1_spec-1.1
|
||||
export CLASSPATH=""
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath excalibur/avalon-logkit excalibur/avalon-framework)
|
||||
CLASSPATH=$CLASSPATH:../geronimo-jta_1.0.1B_spec-1.1.1/target/geronimo-jta_1.0.1B_spec-1.1.1.jar
|
||||
CLASSPATH=$CLASSPATH:../geronimo-jta_1.1_spec-1.1.0/target/geronimo-jta_1.1_spec-1.1.jar
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath junit-3.8.2):target/classes:target/test-classes
|
||||
ant \
|
||||
-Duser.home=$PWD \
|
||||
-Dmaven.repo.local=$MAVEN_REPO_LOCAL \
|
||||
-Dmaven.settings.offline=true \
|
||||
-Dmaven.settings.interactiveMode=false \
|
||||
jar javadoc
|
||||
mkdir -p $MAVEN_REPO_LOCAL/org/apache/geronimo/specs/geronimo-ejb_2.1_spec/1.1
|
||||
cp target/geronimo-ejb_2.1_spec-1.1.jar \
|
||||
$MAVEN_REPO_LOCAL/org/apache/geronimo/specs/geronimo-ejb_2.1_spec/1.1/
|
||||
popd
|
||||
pushd geronimo-ejb_3.0_spec-1.0
|
||||
export CLASSPATH=""
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath excalibur/avalon-logkit excalibur/avalon-framework)
|
||||
CLASSPATH=$CLASSPATH:../geronimo-jta_1.0.1B_spec-1.1.1/target/geronimo-jta_1.0.1B_spec-1.1.1.jar
|
||||
CLASSPATH=$CLASSPATH:../geronimo-jta_1.1_spec-1.1.0/target/geronimo-jta_1.1_spec-1.1.jar
|
||||
CLASSPATH=$CLASSPATH:../geronimo-interceptor_3.0_spec-1.0/target/geronimo-interceptor_3.0_spec-1.0.jar
|
||||
CLASSPATH=$CLASSPATH:../geronimo-annotation_1.0_spec-1.1.0/target/geronimo-annotation_1.0_spec-1.1.jar
|
||||
CLASSPATH=$CLASSPATH:../geronimo-spec-commonj/target/geronimo-commonj_1.1_spec-1.0.jar
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath junit-3.8.2):target/classes:target/test-classes
|
||||
ant \
|
||||
-Duser.home=$PWD \
|
||||
-Dmaven.repo.local=$MAVEN_REPO_LOCAL \
|
||||
-Dmaven.settings.offline=true \
|
||||
-Dmaven.settings.interactiveMode=false \
|
||||
jar javadoc
|
||||
mkdir -p $MAVEN_REPO_LOCAL/org/apache/geronimo/specs/geronimo-ejb_3.0_spec/1.0
|
||||
cp target/geronimo-ejb_3.0_spec-1.0.jar \
|
||||
$MAVEN_REPO_LOCAL/org/apache/geronimo/specs/geronimo-ejb_3.0_spec/1.0/geronimo-ejb_3.0_spec-1.0.jar
|
||||
popd
|
||||
|
||||
for d in geronimo-spec-corba* ; do
|
||||
# jacorb
|
||||
pushd $d
|
||||
export CLASSPATH=""
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath excalibur/avalon-logkit excalibur/avalon-framework jmock1)
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath junit-3.8.2):target/classes:target/test-classes
|
||||
ant \
|
||||
-Duser.home=$PWD \
|
||||
-Dmaven.repo.local=$MAVEN_REPO_LOCAL \
|
||||
-Dmaven.settings.offline=true \
|
||||
-Dmaven.settings.interactiveMode=false \
|
||||
jar javadoc
|
||||
popd
|
||||
done
|
||||
pushd geronimo-javamail_1.3.1_spec-1.3
|
||||
export CLASSPATH=""
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath excalibur/avalon-logkit excalibur/avalon-framework)
|
||||
CLASSPATH=$CLASSPATH:../geronimo-activation_1.0.2_spec-1.2/target/geronimo-activation_1.0.2_spec-1.2.jar
|
||||
CLASSPATH=$CLASSPATH:../geronimo-spec-commonj/target/geronimo-commonj_1.1_spec-1.0.jar
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath junit-3.8.2):target/classes:target/test-classes
|
||||
ant \
|
||||
-Duser.home=$PWD \
|
||||
-Dmaven.repo.local=$MAVEN_REPO_LOCAL \
|
||||
-Dmaven.settings.offline=true \
|
||||
-Dmaven.settings.interactiveMode=false \
|
||||
jar javadoc
|
||||
popd
|
||||
pushd geronimo-javamail_1.4_spec-1.1
|
||||
export CLASSPATH=""
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath excalibur/avalon-logkit excalibur/avalon-framework)
|
||||
CLASSPATH=$CLASSPATH:../geronimo-activation_1.1_spec-1.0/target/geronimo-activation_1.1_spec-1.0.jar
|
||||
CLASSPATH=$CLASSPATH:../geronimo-spec-commonj/target/geronimo-commonj_1.1_spec-1.0.jar
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath junit-3.8.2):target/classes:target/test-classes
|
||||
ant \
|
||||
-Duser.home=$PWD \
|
||||
-Dmaven.repo.local=$MAVEN_REPO_LOCAL \
|
||||
-Dmaven.settings.offline=true \
|
||||
-Dmaven.settings.interactiveMode=false \
|
||||
jar javadoc
|
||||
popd
|
||||
pushd geronimo-jsp_2.0_spec-1.1
|
||||
export CLASSPATH=""
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath excalibur/avalon-logkit excalibur/avalon-framework servletapi5)
|
||||
CLASSPATH=$CLASSPATH:../geronimo-servlet_2.4_spec-1.1.1/target/geronimo-servlet_2.4_spec-1.1.1.jar
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath junit-3.8.2):target/classes:target/test-classes
|
||||
ant \
|
||||
-Duser.home=$PWD \
|
||||
-Dmaven.repo.local=$MAVEN_REPO_LOCAL \
|
||||
-Dmaven.settings.offline=true \
|
||||
-Dmaven.settings.interactiveMode=false \
|
||||
jar javadoc
|
||||
popd
|
||||
pushd geronimo-jsp_2.1_spec-1.0
|
||||
export CLASSPATH=""
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath excalibur/avalon-logkit excalibur/avalon-framework servletapi5)
|
||||
CLASSPATH=$CLASSPATH:../geronimo-servlet_2.5_spec-1.1/target/geronimo-servlet_2.5_spec-1.1.jar
|
||||
CLASSPATH=$CLASSPATH:../geronimo-el_1.0_spec-1.0/target/geronimo-el_1.0_spec-1.0.jar
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath junit-3.8.2):target/classes:target/test-classes
|
||||
ant \
|
||||
-Duser.home=$PWD \
|
||||
-Dmaven.repo.local=$MAVEN_REPO_LOCAL \
|
||||
-Dmaven.settings.offline=true \
|
||||
-Dmaven.settings.interactiveMode=false \
|
||||
jar javadoc
|
||||
popd
|
||||
pushd geronimo-j2ee-connector_1.5_spec-1.1.1
|
||||
export CLASSPATH=""
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath excalibur/avalon-logkit excalibur/avalon-framework)
|
||||
CLASSPATH=$CLASSPATH:../geronimo-jta_1.0.1B_spec-1.1.1/target/geronimo-jta_1.0.1B_spec-1.1.1.jar
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath junit-3.8.2):target/classes:target/test-classes
|
||||
ant \
|
||||
-Duser.home=$PWD \
|
||||
-Dmaven.repo.local=$MAVEN_REPO_LOCAL \
|
||||
-Dmaven.settings.offline=true \
|
||||
-Dmaven.settings.interactiveMode=false \
|
||||
jar javadoc
|
||||
popd
|
||||
pushd geronimo-j2ee-jacc_1.0_spec-1.1
|
||||
export CLASSPATH=""
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath excalibur/avalon-logkit excalibur/avalon-framework)
|
||||
CLASSPATH=$CLASSPATH:../geronimo-servlet_2.4_spec-1.1.1/target/geronimo-servlet_2.4_spec-1.1.1.jar
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath junit-3.8.2):target/classes:target/test-classes
|
||||
ant \
|
||||
-Duser.home=$PWD \
|
||||
-Dmaven.repo.local=$MAVEN_REPO_LOCAL \
|
||||
-Dmaven.settings.offline=true \
|
||||
-Dmaven.settings.interactiveMode=false \
|
||||
jar javadoc
|
||||
popd
|
||||
pushd geronimo-jacc_1.1_spec-1.0
|
||||
export CLASSPATH=""
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath excalibur/avalon-logkit excalibur/avalon-framework servletapi5)
|
||||
CLASSPATH=$CLASSPATH:../geronimo-servlet_2.5_spec-1.1/target/geronimo-servlet_2.5_spec-1.1.jar
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath junit-3.8.2):target/classes:target/test-classes
|
||||
ant \
|
||||
-Duser.home=$PWD \
|
||||
-Dmaven.repo.local=$MAVEN_REPO_LOCAL \
|
||||
-Dmaven.settings.offline=true \
|
||||
-Dmaven.settings.interactiveMode=false \
|
||||
jar javadoc
|
||||
popd
|
||||
pushd geronimo-j2ee-management_1.0_spec-1.1
|
||||
export CLASSPATH=""
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath excalibur/avalon-logkit excalibur/avalon-framework mx4j/mx4j-jmx)
|
||||
CLASSPATH=$CLASSPATH:../geronimo-ejb_2.1_spec-1.1/target/geronimo-ejb_2.1_spec-1.1.jar
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath junit-3.8.2):target/classes:target/test-classes
|
||||
ant \
|
||||
-Duser.home=$PWD \
|
||||
-Dmaven.repo.local=$MAVEN_REPO_LOCAL \
|
||||
-Dmaven.settings.offline=true \
|
||||
-Dmaven.settings.interactiveMode=false \
|
||||
jar javadoc
|
||||
popd
|
||||
pushd geronimo-j2ee-management_1.1_spec-1.0
|
||||
export CLASSPATH=""
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath excalibur/avalon-logkit excalibur/avalon-framework mx4j/mx4j-jmx)
|
||||
CLASSPATH=$CLASSPATH:../geronimo-ejb_3.0_spec-1.0/target/geronimo-ejb_3.0_spec-1.0.jar
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath junit-3.8.2):target/classes:target/test-classes
|
||||
ant \
|
||||
-Duser.home=$PWD \
|
||||
-Dmaven.repo.local=$MAVEN_REPO_LOCAL \
|
||||
-Dmaven.settings.offline=true \
|
||||
-Dmaven.settings.interactiveMode=false \
|
||||
jar javadoc
|
||||
popd
|
||||
mkdir -p $MAVEN_REPO_LOCAL/scout/scout/0.5
|
||||
ln -sf $(build-classpath ws-scout/ws-scout) $MAVEN_REPO_LOCAL/scout/scout/0.5/scout-0.5.jar
|
||||
pushd geronimo-jaxr_1.0_spec-1.1
|
||||
export CLASSPATH=""
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath excalibur/avalon-logkit excalibur/avalon-framework ws-scout/ws-scout)
|
||||
CLASSPATH=$CLASSPATH:../geronimo-activation_1.0.2_spec-1.2/target/geronimo-activation_1.0.2_spec-1.2.jar
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath junit-3.8.2):target/classes:target/test-classes
|
||||
ant \
|
||||
-Duser.home=$PWD \
|
||||
-Dmaven.repo.local=$MAVEN_REPO_LOCAL \
|
||||
-Dmaven.settings.offline=true \
|
||||
-Dmaven.settings.interactiveMode=false \
|
||||
jar javadoc
|
||||
popd
|
||||
mkdir -p $MAVEN_REPO_LOCAL/mockobjects/mockobjects-core/0.09
|
||||
ln -sf $(build-classpath mockobjects-core) $MAVEN_REPO_LOCAL/mockobjects/mockobjects-core/0.09/mockobjects-core-0.09.jar
|
||||
mkdir -p $MAVEN_REPO_LOCAL/mockobjects/mockobjects-jdk1.4-j2ee1.3/0.09
|
||||
cp %{SOURCE8} $MAVEN_REPO_LOCAL/mockobjects/mockobjects-jdk1.4-j2ee1.3/0.09/
|
||||
pushd geronimo-jms_1.1_spec-1.1
|
||||
export CLASSPATH=""
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath excalibur/avalon-logkit excalibur/avalon-framework)
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath mockobjects-core junit-3.8.2):target/classes:target/test-classes
|
||||
ant \
|
||||
-Duser.home=$PWD \
|
||||
-Dmaven.repo.local=$MAVEN_REPO_LOCAL \
|
||||
-Dmaven.settings.offline=true \
|
||||
-Dmaven.settings.interactiveMode=false \
|
||||
jar javadoc
|
||||
popd
|
||||
pushd geronimo-qname_1.1_spec-1.1
|
||||
export CLASSPATH=""
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath excalibur/avalon-logkit excalibur/avalon-framework)
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath wsdl4j)
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath junit-3.8.2):target/classes:target/test-classes
|
||||
ant \
|
||||
-Duser.home=$PWD \
|
||||
-Dmaven.repo.local=$MAVEN_REPO_LOCAL \
|
||||
-Dmaven.settings.offline=true \
|
||||
-Dmaven.settings.interactiveMode=false \
|
||||
jar javadoc
|
||||
mkdir -p $MAVEN_REPO_LOCAL/org/apache/geronimo/specs/geronimo-qname_1.1_spec/1.1
|
||||
cp target/geronimo-qname_1.1_spec-1.1.jar \
|
||||
$MAVEN_REPO_LOCAL/org/apache/geronimo/specs/geronimo-qname_1.1_spec/1.1/
|
||||
popd
|
||||
pushd geronimo-saaj_1.1_spec-1.1
|
||||
export CLASSPATH=""
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath excalibur/avalon-logkit excalibur/avalon-framework)
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath axis/saaj)
|
||||
CLASSPATH=$CLASSPATH:../geronimo-activation_1.0.2_spec-1.2/target/geronimo-activation_1.0.2_spec-1.2.jar
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath junit-3.8.2):target/classes:target/test-classes
|
||||
ant \
|
||||
-Duser.home=$PWD \
|
||||
-Dmaven.repo.local=$MAVEN_REPO_LOCAL \
|
||||
-Dmaven.settings.offline=true \
|
||||
-Dmaven.settings.interactiveMode=false \
|
||||
jar javadoc
|
||||
mkdir -p $MAVEN_REPO_LOCAL/org/apache/geronimo/specs/geronimo-saaj_1.1_spec/1.1
|
||||
cp target/geronimo-saaj_1.1_spec-1.1.jar \
|
||||
$MAVEN_REPO_LOCAL/org/apache/geronimo/specs/geronimo-saaj_1.1_spec/1.1/
|
||||
popd
|
||||
pushd geronimo-jaxrpc_1.1_spec-1.1
|
||||
export CLASSPATH=""
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath excalibur/avalon-logkit excalibur/avalon-framework)
|
||||
CLASSPATH=$CLASSPATH:../geronimo-saaj_1.1_spec-1.1/target/geronimo-saaj_1.1_spec-1.1.jar
|
||||
CLASSPATH=$CLASSPATH:../geronimo-servlet_2.4_spec-1.1.1/target/geronimo-servlet_2.4_spec-1.1.1.jar
|
||||
CLASSPATH=$CLASSPATH:../geronimo-qname_1.1_spec-1.1/target/geronimo-qname_1.1_spec-1.1.jar
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath axis/jaxrpc servletapi5 junit-3.8.2):target/classes:target/test-classes
|
||||
ant \
|
||||
-Duser.home=$PWD \
|
||||
-Dmaven.repo.local=$MAVEN_REPO_LOCAL \
|
||||
-Dmaven.settings.offline=true \
|
||||
-Dmaven.settings.interactiveMode=false \
|
||||
jar javadoc
|
||||
popd
|
||||
pushd geronimo-stax-api_1.0_spec-1.0
|
||||
export CLASSPATH=""
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath excalibur/avalon-logkit excalibur/avalon-framework)
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath bea-stax-api bea-stax-ri)
|
||||
CLASSPATH=$CLASSPATH:$(build-classpath junit-3.8.2):target/classes:target/test-classes
|
||||
ant \
|
||||
-Duser.home=$PWD \
|
||||
-Dmaven.repo.local=$MAVEN_REPO_LOCAL \
|
||||
-Dmaven.settings.offline=true \
|
||||
-Dmaven.settings.interactiveMode=false \
|
||||
jar javadoc
|
||||
popd
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
mkdir -p %{buildroot}%{_javadir}/geronimo
|
||||
|
||||
mkdir j2eetemp
|
||||
mkdir -p geronimo-spec-j2ee/target
|
||||
pushd j2eetemp
|
||||
%javahome/bin/jar xf ../geronimo-j2ee-connector_1.5_spec-1.1.1/target/geronimo-j2ee-connector_1.5_spec-1.1.1.jar
|
||||
%javahome/bin/jar xf ../geronimo-j2ee-jacc_1.0_spec-1.1/target/geronimo-j2ee-jacc_1.0_spec-1.1.jar
|
||||
%javahome/bin/jar xf ../geronimo-j2ee-management_1.0_spec-1.1/target/geronimo-j2ee-management_1.0_spec-1.1.jar
|
||||
%javahome/bin/jar xf ../geronimo-jta_1.0.1B_spec-1.1.1/target/geronimo-jta_1.0.1B_spec-1.1.1.jar
|
||||
%javahome/bin/jar xf ../geronimo-ejb_2.1_spec-1.1/target/geronimo-ejb_2.1_spec-1.1.jar
|
||||
%javahome/bin/jar xf ../geronimo-jsp_2.0_spec-1.1/target/geronimo-jsp_2.0_spec-1.1.jar
|
||||
%javahome/bin/jar xf ../geronimo-qname_1.1_spec-1.1/target/geronimo-qname_1.1_spec-1.1.jar
|
||||
%javahome/bin/jar xf ../geronimo-j2ee-deployment_1.1_spec-1.1/target/geronimo-j2ee-deployment_1.1_spec-1.1.jar
|
||||
%javahome/bin/jar xf ../geronimo-activation_1.0.2_spec-1.2/target/geronimo-activation_1.0.2_spec-1.2.jar
|
||||
%javahome/bin/jar xf ../geronimo-saaj_1.1_spec-1.1/target/geronimo-saaj_1.1_spec-1.1.jar
|
||||
%javahome/bin/jar xf ../geronimo-jaxr_1.0_spec-1.1/target/geronimo-jaxr_1.0_spec-1.1.jar
|
||||
%javahome/bin/jar xf ../geronimo-jaxrpc_1.1_spec-1.1/target/geronimo-jaxrpc_1.1_spec-1.1.jar
|
||||
%javahome/bin/jar xf ../geronimo-spec-corba-2.3/target/geronimo-corba_2.3_spec-1.1.jar
|
||||
%javahome/bin/jar xf ../geronimo-jms_1.1_spec-1.1/target/geronimo-jms_1.1_spec-1.1.jar
|
||||
%javahome/bin/jar xf ../geronimo-servlet_2.4_spec-1.1.1/target/geronimo-servlet_2.4_spec-1.1.1.jar
|
||||
%javahome/bin/jar xf ../geronimo-javamail_1.3.1_spec-1.3/target/geronimo-javamail_1.3.1_spec-1.3.jar
|
||||
%javahome/bin/jar xf ../geronimo-spec-commonj/target/geronimo-commonj_1.1_spec-1.0.jar
|
||||
rm -rf META-INF
|
||||
%javahome/bin/jar cf ../geronimo-spec-j2ee/target/geronimo-j2ee_1.4_spec-1.2.jar *
|
||||
popd
|
||||
rm -rf j2eetemp
|
||||
|
||||
for d in geronimo* ; do
|
||||
if [ -d $d/target ] ; then
|
||||
pushd $d/target
|
||||
for jar in *.jar; do
|
||||
base=`basename $jar .jar`
|
||||
base_jar=$(echo $(echo $(echo $(echo $base | sed 's:geronimo-::')| sed 's:spec:api:')| tr _ -)| sed 's:-SNAPSHOT::')
|
||||
install -pm 644 $jar %{buildroot}%{_javadir}/geronimo/$base_jar.jar
|
||||
if [ -d site/apidocs ] ; then
|
||||
mkdir -p %{buildroot}%{_javadocdir}/geronimo/$base_jar
|
||||
cp -pr site/apidocs/* %{buildroot}%{_javadocdir}/geronimo/$base_jar
|
||||
fi
|
||||
done
|
||||
popd
|
||||
fi
|
||||
done
|
||||
|
||||
rm -rf %{buildroot}%{_javadir}/geronimo/api-corba-1.0.jar
|
||||
rm -rf %{buildroot}%{_javadocdir}/geronimo/api-corba-1.0
|
||||
install -pm 644 geronimo-spec-corba/target/geronimo-spec-corba-1.0.jar %{buildroot}%{_javadir}/geronimo/corba-1.0-api-1.0.jar
|
||||
mkdir -p %{buildroot}%{_javadocdir}/geronimo/corba-1.0-api-1.0
|
||||
cp -pr geronimo-spec-corba/target/site/apidocs/* %{buildroot}%{_javadocdir}/geronimo/corba-1.0-api-1.0
|
||||
|
||||
(
|
||||
cd %{buildroot}%{_javadir}/geronimo
|
||||
ln -sf activation-1.0.2-api-1.2.jar %{buildroot}%{_javadir}/geronimo/activation-1.0.2-api.jar
|
||||
ln -sf activation-1.1-api-1.0.jar %{buildroot}%{_javadir}/geronimo/activation-1.1-api.jar
|
||||
ln -sf annotation-1.0-api-1.1.jar %{buildroot}%{_javadir}/geronimo/annotation-1.0-api.jar
|
||||
ln -sf commonj-1.1-api-1.0.jar %{buildroot}%{_javadir}/geronimo/commonj-1.1-api.jar
|
||||
ln -sf corba-1.0-api-1.0.jar %{buildroot}%{_javadir}/geronimo/corba-1.0-api.jar
|
||||
ln -sf corba-2.3-api-1.1.jar %{buildroot}%{_javadir}/geronimo/corba-2.3-api.jar
|
||||
ln -sf corba-3.0-api-1.1.jar %{buildroot}%{_javadir}/geronimo/corba-3.0-api.jar
|
||||
ln -sf ejb-2.1-api-1.1.jar %{buildroot}%{_javadir}/geronimo/ejb-2.1-api.jar
|
||||
ln -sf ejb-3.0-api-1.0.jar %{buildroot}%{_javadir}/geronimo/ejb-3.0-api.jar
|
||||
ln -sf el-1.0-api-1.0.jar %{buildroot}%{_javadir}/geronimo/el-1.0-api.jar
|
||||
ln -sf interceptor-3.0-api-1.0.jar %{buildroot}%{_javadir}/geronimo/interceptor-3.0-api.jar
|
||||
ln -sf j2ee-connector-1.5-api-1.1.1.jar %{buildroot}%{_javadir}/geronimo/j2ee-connector-1.5-api.jar
|
||||
ln -sf j2ee-deployment-1.1-api-1.1.jar %{buildroot}%{_javadir}/geronimo/j2ee-deployment-1.1-api.jar
|
||||
ln -sf j2ee-jacc-1.0-api-1.1.jar %{buildroot}%{_javadir}/geronimo/j2ee-jacc-1.0-api.jar
|
||||
ln -sf j2ee-management-1.0-api-1.1.jar %{buildroot}%{_javadir}/geronimo/j2ee-management-1.0-api.jar
|
||||
ln -sf j2ee-management-1.1-api-1.0.jar %{buildroot}%{_javadir}/geronimo/j2ee-management-1.1-api.jar
|
||||
ln -sf jacc-1.1-api-1.0.jar %{buildroot}%{_javadir}/geronimo/jacc-1.1-api.jar
|
||||
ln -sf jaspi-1.0-api-1.0.jar %{buildroot}%{_javadir}/geronimo/jaspi-1.0-api.jar
|
||||
ln -sf javaee-deployment-1.1MR3-api-1.0.jar %{buildroot}%{_javadir}/geronimo/javaee-deployment-1.1MR3-api.jar
|
||||
ln -sf javamail-1.3.1-api-1.3.jar %{buildroot}%{_javadir}/geronimo/javamail-1.3.1-api.jar
|
||||
ln -sf javamail-1.4-api-1.1.jar %{buildroot}%{_javadir}/geronimo/javamail-1.4-api.jar
|
||||
ln -sf jaxr-1.0-api-1.1.jar %{buildroot}%{_javadir}/geronimo/jaxr-1.0-api.jar
|
||||
ln -sf jaxrpc-1.1-api-1.1.jar %{buildroot}%{_javadir}/geronimo/jaxrpc-1.1-api.jar
|
||||
ln -sf jms-1.1-api-1.1.jar %{buildroot}%{_javadir}/geronimo/jms-1.1-api.jar
|
||||
ln -sf jpa-3.0-api-1.1.jar %{buildroot}%{_javadir}/geronimo/jpa-3.0-api.jar
|
||||
ln -sf jsp-2.0-api-1.1.jar %{buildroot}%{_javadir}/geronimo/jsp-2.0-api.jar
|
||||
ln -sf jsp-2.1-api-1.0.jar %{buildroot}%{_javadir}/geronimo/jsp-2.1-api.jar
|
||||
ln -sf jta-1.0.1B-api-1.1.1.jar %{buildroot}%{_javadir}/geronimo/jta-1.0.1B-api.jar
|
||||
ln -sf jta-1.1-api-1.1.jar %{buildroot}%{_javadir}/geronimo/jta-1.1-api.jar
|
||||
ln -sf qname-1.1-api-1.1.jar %{buildroot}%{_javadir}/geronimo/qname-1.1-api.jar
|
||||
ln -sf saaj-1.1-api-1.1.jar %{buildroot}%{_javadir}/geronimo/saaj-1.1-api.jar
|
||||
ln -sf servlet-2.4-api-1.1.1.jar %{buildroot}%{_javadir}/geronimo/servlet-2.4-api.jar
|
||||
ln -sf servlet-2.5-api-1.1.jar %{buildroot}%{_javadir}/geronimo/servlet-2.5-api.jar
|
||||
ln -sf stax-api-1.0-api-1.0.jar %{buildroot}%{_javadir}/geronimo/stax-api-1.0-api.jar
|
||||
ln -sf ws-metadata-2.0-api-1.1.1.jar %{buildroot}%{_javadir}/geronimo/ws-metadata-2.0-api.jar
|
||||
ln -sf j2ee-1.4-api-1.2.jar %{buildroot}%{_javadir}/geronimo/j2ee-1.4-api.jar
|
||||
)
|
||||
|
||||
mkdir -p %{buildroot}%{_datadir}/maven2/poms
|
||||
|
||||
install -m 644 pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-specs.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs specs %{version} JPP/geronimo specs
|
||||
|
||||
install -m 644 geronimo-activation_1.0.2_spec-1.2/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-activation-1.0.2-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-activation_1.0.2_spec %{version} JPP/geronimo activation-1.0.2-api
|
||||
|
||||
install -m 644 geronimo-activation_1.1_spec-1.0/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-activation-1.1-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-activation_1.1_spec 1.0 JPP/geronimo activation-1.1-api
|
||||
|
||||
install -m 644 geronimo-annotation_1.0_spec-1.1.0/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-annotation-1.0-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-annotation_1.0_spec 1.1 JPP/geronimo annotation-1.0-api
|
||||
|
||||
install -m 644 geronimo-ejb_2.1_spec-1.1/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-ejb-2.1-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-ejb_2.1_spec 1.1 JPP/geronimo ejb-2.1-api
|
||||
|
||||
install -m 644 geronimo-ejb_3.0_spec-1.0/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-ejb-3.0-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-ejb_3.0_spec 1.0 JPP/geronimo ejb-3.0-api
|
||||
|
||||
install -m 644 geronimo-el_1.0_spec-1.0/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-el-1.0-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-el_1.0_spec 1.0 JPP/geronimo el-1.0-api
|
||||
|
||||
install -m 644 geronimo-interceptor_3.0_spec-1.0/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-interceptor-3.0-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-interceptor_3.0_spec 1.0 JPP/geronimo interceptor-3.0-api
|
||||
|
||||
install -m 644 geronimo-j2ee-connector_1.5_spec-1.1.1/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-j2ee-connector-1.5-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-j2ee-connector_1.5_spec 1.1.1 JPP/geronimo j2ee-connector-1.5-api
|
||||
|
||||
install -m 644 geronimo-j2ee-deployment_1.1_spec-1.1/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-j2ee-deployment-1.1-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-j2ee-deployment_1.1_spec 1.1 JPP/geronimo j2ee-deployment-1.1-api
|
||||
|
||||
install -m 644 geronimo-j2ee-jacc_1.0_spec-1.1/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-j2ee-jacc-1.0-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-j2ee-jacc_1.0_spec 1.1 JPP/geronimo j2ee-jacc-1.0-api
|
||||
|
||||
install -m 644 geronimo-j2ee-management_1.0_spec-1.1/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-j2ee-management-1.0-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-j2ee-management_1.0_spec 1.1 JPP/geronimo j2ee-management-1.0-api
|
||||
|
||||
install -m 644 geronimo-j2ee-management_1.1_spec-1.0/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-j2ee-management-1.1-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-j2ee-management_1.1_spec 1.0 JPP/geronimo j2ee-management-1.1-api
|
||||
|
||||
install -m 644 geronimo-jacc_1.1_spec-1.0/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-jacc-1.1-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-jacc_1.1_spec 1.0 JPP/geronimo jacc-1.1-api
|
||||
|
||||
install -m 644 geronimo-jaspi_1.0_spec/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-jaspi-1.0-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-jaspi_1.0_spec 1.0-SNAPSHOT JPP/geronimo jaspi-1.0-api
|
||||
|
||||
install -m 644 geronimo-javaee-deployment_1.1MR3_spec-1.0/pom.xml \
|
||||
%{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-javaee-deployment-1.1MR3.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-javaee-deployment_1.1MR3_spec 1.0 JPP/geronimo javaee-deployment-1.1MR3-api
|
||||
|
||||
install -m 644 geronimo-javamail_1.3.1_spec-1.3/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-javamail-1.3.1-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-javamail_1.3.1_spec 1.3 JPP/geronimo javamail-1.3.1-api
|
||||
|
||||
install -m 644 geronimo-javamail_1.4_spec-1.1/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-javamail-1.4-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-javamail_1.4_spec 1.1 JPP/geronimo javamail-1.4-api
|
||||
|
||||
install -m 644 geronimo-jaxr_1.0_spec-1.1/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-jaxr-1.0-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-jaxr_1.0_spec 1.1 JPP/geronimo jaxr-1.0-api
|
||||
|
||||
install -m 644 geronimo-jaxrpc_1.1_spec-1.1/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-jaxrpc-1.1-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-jaxrpc_1.1_spec 1.1 JPP/geronimo jaxrpc-1.1-api
|
||||
|
||||
install -m 644 geronimo-jms_1.1_spec-1.1/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-jms-1.1-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-jms_1.1_spec 1.1 JPP/geronimo jms-1.1-api
|
||||
|
||||
install -m 644 geronimo-jpa_3.0_spec-1.1.0/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-jpa-3.0-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-jpa_3.0_spec 1.1 JPP/geronimo jpa-3.0-api
|
||||
|
||||
install -m 644 geronimo-jsp_2.0_spec-1.1/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-jsp-2.0-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-jsp_2.0_spec 1.1 JPP/geronimo jsp-2.0-api
|
||||
|
||||
install -m 644 geronimo-jsp_2.1_spec-1.0/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-jsp-2.1-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-jsp_2.1_spec 1.0 JPP/geronimo jsp-2.1-api
|
||||
|
||||
install -m 644 geronimo-jta_1.0.1B_spec-1.1.1/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-jta-1.0.1B-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-jta_1.0.1B_spec 1.1.1 JPP/geronimo jta-1.0.1B-api
|
||||
|
||||
install -m 644 geronimo-jta_1.1_spec-1.1.0/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-jta-1.1-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-jta_1.1_spec 1.1 JPP/geronimo jta-1.1-api
|
||||
|
||||
install -m 644 geronimo-qname_1.1_spec-1.1/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-qname-1.1-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-qname_1.1_spec 1.1 JPP/geronimo qname-1.1-api
|
||||
|
||||
install -m 644 geronimo-saaj_1.1_spec-1.1/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-saaj-1.1-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-saaj_1.1_spec 1.1 JPP/geronimo saaj-1.1-api
|
||||
|
||||
install -m 644 geronimo-servlet_2.4_spec-1.1.1/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-servlet-2.4-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-servlet_2.4_spec 1.1.1 JPP/geronimo servlet-2.4-api
|
||||
|
||||
install -m 644 geronimo-servlet_2.5_spec-1.1/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-servlet-2.5-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-servlet_2.5_spec 1.1 JPP/geronimo servlet-2.5-api
|
||||
|
||||
install -m 644 geronimo-spec-commonj/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-commonj-1.1-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-commonj_1.1_spec 1.0 JPP/geronimo commonj-1.1-api
|
||||
|
||||
install -m 644 geronimo-spec-corba/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-corba-1.0-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-spec-corba 1.0 JPP/geronimo corba-1.0-api
|
||||
|
||||
install -m 644 geronimo-spec-corba-2.3/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-corba-2.3-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-corba_2.3_spec 1.1 JPP/geronimo corba-2.3-api
|
||||
|
||||
install -m 644 geronimo-spec-corba-3.0/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-corba-3.0-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-corba_3.0_spec 1.1 JPP/geronimo corba-3.0-api
|
||||
|
||||
install -m 644 geronimo-stax-api_1.0_spec-1.0/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-stax-api-1.0-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-stax-api_1.0_spec 1.0 JPP/geronimo stax-api-1.0-api
|
||||
|
||||
install -m 644 geronimo-ws-metadata_2.0_spec-1.1.1/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-ws-metadata-2.0-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-ws-metadata_2.0_spec 1.1.1 JPP/geronimo ws-metadata-2.0-api
|
||||
|
||||
install -m 644 geronimo-spec-j2ee/pom.xml %{buildroot}%{_datadir}/maven2/poms/JPP.geronimo-j2ee-1.4-api.pom
|
||||
%add_to_maven_depmap org.apache.geronimo.specs geronimo-j2ee_1.4_spec 1.2 JPP/geronimo j2ee-1.4-api
|
||||
|
||||
#aot-compile-rpm
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post
|
||||
%update_maven_depmap
|
||||
|
||||
%postun
|
||||
%update_maven_depmap
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_javadir}/geronimo/activation-1.0.2-api-1.2.jar
|
||||
%{_javadir}/geronimo/activation-1.0.2-api.jar
|
||||
%{_javadir}/geronimo/activation-1.1-api-1.0.jar
|
||||
%{_javadir}/geronimo/activation-1.1-api.jar
|
||||
%{_javadir}/geronimo/annotation-1.0-api-1.1.jar
|
||||
%{_javadir}/geronimo/annotation-1.0-api.jar
|
||||
%{_javadir}/geronimo/commonj-1.1-api-1.0.jar
|
||||
%{_javadir}/geronimo/commonj-1.1-api.jar
|
||||
%{_javadir}/geronimo/corba-1.0-api-1.0.jar
|
||||
%{_javadir}/geronimo/corba-1.0-api.jar
|
||||
%{_javadir}/geronimo/corba-2.3-api-1.1.jar
|
||||
%{_javadir}/geronimo/corba-2.3-api.jar
|
||||
%{_javadir}/geronimo/corba-3.0-api-1.1.jar
|
||||
%{_javadir}/geronimo/corba-3.0-api.jar
|
||||
%{_javadir}/geronimo/ejb-2.1-api-1.1.jar
|
||||
%{_javadir}/geronimo/ejb-2.1-api.jar
|
||||
%{_javadir}/geronimo/ejb-3.0-api-1.0.jar
|
||||
%{_javadir}/geronimo/ejb-3.0-api.jar
|
||||
%{_javadir}/geronimo/el-1.0-api-1.0.jar
|
||||
%{_javadir}/geronimo/el-1.0-api.jar
|
||||
%{_javadir}/geronimo/interceptor-3.0-api-1.0.jar
|
||||
%{_javadir}/geronimo/interceptor-3.0-api.jar
|
||||
%{_javadir}/geronimo/j2ee-connector-1.5-api-1.1.1.jar
|
||||
%{_javadir}/geronimo/j2ee-connector-1.5-api.jar
|
||||
%{_javadir}/geronimo/j2ee-deployment-1.1-api-1.1.jar
|
||||
%{_javadir}/geronimo/j2ee-deployment-1.1-api.jar
|
||||
%{_javadir}/geronimo/j2ee-jacc-1.0-api-1.1.jar
|
||||
%{_javadir}/geronimo/j2ee-jacc-1.0-api.jar
|
||||
%{_javadir}/geronimo/j2ee-management-1.0-api-1.1.jar
|
||||
%{_javadir}/geronimo/j2ee-management-1.0-api.jar
|
||||
%{_javadir}/geronimo/j2ee-management-1.1-api-1.0.jar
|
||||
%{_javadir}/geronimo/j2ee-management-1.1-api.jar
|
||||
%{_javadir}/geronimo/jacc-1.1-api-1.0.jar
|
||||
%{_javadir}/geronimo/jacc-1.1-api.jar
|
||||
%{_javadir}/geronimo/jaspi-1.0-api-1.0.jar
|
||||
%{_javadir}/geronimo/jaspi-1.0-api.jar
|
||||
%{_javadir}/geronimo/javaee-deployment-1.1MR3-api-1.0.jar
|
||||
%{_javadir}/geronimo/javaee-deployment-1.1MR3-api.jar
|
||||
%{_javadir}/geronimo/javamail-1.3.1-api-1.3.jar
|
||||
%{_javadir}/geronimo/javamail-1.3.1-api.jar
|
||||
%{_javadir}/geronimo/javamail-1.4-api-1.1.jar
|
||||
%{_javadir}/geronimo/javamail-1.4-api.jar
|
||||
%{_javadir}/geronimo/jaxr-1.0-api-1.1.jar
|
||||
%{_javadir}/geronimo/jaxr-1.0-api.jar
|
||||
%{_javadir}/geronimo/jaxrpc-1.1-api-1.1.jar
|
||||
%{_javadir}/geronimo/jaxrpc-1.1-api.jar
|
||||
%{_javadir}/geronimo/jms-1.1-api-1.1.jar
|
||||
%{_javadir}/geronimo/jms-1.1-api.jar
|
||||
%{_javadir}/geronimo/jpa-3.0-api-1.1.jar
|
||||
%{_javadir}/geronimo/jpa-3.0-api.jar
|
||||
%{_javadir}/geronimo/jsp-2.0-api-1.1.jar
|
||||
%{_javadir}/geronimo/jsp-2.0-api.jar
|
||||
%{_javadir}/geronimo/jsp-2.1-api-1.0.jar
|
||||
%{_javadir}/geronimo/jsp-2.1-api.jar
|
||||
%{_javadir}/geronimo/jta-1.0.1B-api-1.1.1.jar
|
||||
%{_javadir}/geronimo/jta-1.0.1B-api.jar
|
||||
%{_javadir}/geronimo/jta-1.1-api-1.1.jar
|
||||
%{_javadir}/geronimo/jta-1.1-api.jar
|
||||
%{_javadir}/geronimo/qname-1.1-api-1.1.jar
|
||||
%{_javadir}/geronimo/qname-1.1-api.jar
|
||||
%{_javadir}/geronimo/saaj-1.1-api-1.1.jar
|
||||
%{_javadir}/geronimo/saaj-1.1-api.jar
|
||||
%{_javadir}/geronimo/servlet-2.4-api-1.1.1.jar
|
||||
%{_javadir}/geronimo/servlet-2.4-api.jar
|
||||
%{_javadir}/geronimo/servlet-2.5-api-1.1.jar
|
||||
%{_javadir}/geronimo/servlet-2.5-api.jar
|
||||
%{_javadir}/geronimo/stax-api-1.0-api-1.0.jar
|
||||
%{_javadir}/geronimo/stax-api-1.0-api.jar
|
||||
%{_javadir}/geronimo/ws-metadata-2.0-api-1.1.1.jar
|
||||
%{_javadir}/geronimo/ws-metadata-2.0-api.jar
|
||||
%{_datadir}/maven2/poms/JPP.geronimo-activation-*.pom
|
||||
%{_datadir}/maven2/poms/JPP.geronimo-annotation-1.0-api.pom
|
||||
%{_datadir}/maven2/poms/JPP.geronimo-commonj-1.1-api.pom
|
||||
%{_datadir}/maven2/poms/JPP.geronimo-corba-*.pom
|
||||
%{_datadir}/maven2/poms/JPP.geronimo-ejb-*.pom
|
||||
%{_datadir}/maven2/poms/JPP.geronimo-el-1.0-api.pom
|
||||
%{_datadir}/maven2/poms/JPP.geronimo-interceptor-3.0-api.pom
|
||||
%{_datadir}/maven2/poms/JPP.geronimo-j2ee-connector-1.5-api.pom
|
||||
%{_datadir}/maven2/poms/JPP.geronimo-j2ee-deployment-1.1-api.pom
|
||||
%{_datadir}/maven2/poms/JPP.geronimo-j2ee-jacc-1.0-api.pom
|
||||
%{_datadir}/maven2/poms/JPP.geronimo-j2ee-management-*.pom
|
||||
%{_datadir}/maven2/poms/JPP.geronimo-jacc-1.1-api.pom
|
||||
%{_datadir}/maven2/poms/JPP.geronimo-jaspi-1.0-api.pom
|
||||
%{_datadir}/maven2/poms/JPP.geronimo-javaee-deployment-1.1MR3.pom
|
||||
%{_datadir}/maven2/poms/JPP.geronimo-javamail-*.pom
|
||||
%{_datadir}/maven2/poms/JPP.geronimo-jaxr-1.0-api.pom
|
||||
%{_datadir}/maven2/poms/JPP.geronimo-jaxrpc-1.1-api.pom
|
||||
%{_datadir}/maven2/poms/JPP.geronimo-jms-1.1-api.pom
|
||||
%{_datadir}/maven2/poms/JPP.geronimo-jpa-3.0-api.pom
|
||||
%{_datadir}/maven2/poms/JPP.geronimo-jsp-*.pom
|
||||
%{_datadir}/maven2/poms/JPP.geronimo-jta-*.pom
|
||||
%{_datadir}/maven2/poms/JPP.geronimo-qname-1.1-api.pom
|
||||
%{_datadir}/maven2/poms/JPP.geronimo-saaj-1.1-api.pom
|
||||
%{_datadir}/maven2/poms/JPP.geronimo-servlet-*.pom
|
||||
%{_datadir}/maven2/poms/JPP.geronimo-specs.pom
|
||||
%{_datadir}/maven2/poms/JPP.geronimo-stax-api-1.0-api.pom
|
||||
%{_datadir}/maven2/poms/JPP.geronimo-ws-metadata-2.0-api.pom
|
||||
%{_mavendepmapfragdir}
|
||||
%doc LICENSE.txt NOTICE.txt README.txt
|
||||
|
||||
%files -n apache-geronimo-1.2-j2ee-1.4-api
|
||||
%defattr(-,root,root)
|
||||
%{_javadir}/geronimo/j2ee-1.4-api-1.2.jar
|
||||
%{_javadir}/geronimo/j2ee-1.4-api.jar
|
||||
%{_datadir}/maven2/poms/JPP.geronimo-j2ee-1.4-api.pom
|
||||
|
||||
%files javadoc
|
||||
%defattr(-,root,root)
|
||||
%{_javadocdir}/geronimo
|
||||
|
||||
%changelog
|
||||
* Mon Jan 17 2011 gil <puntogil@libero.it> 1.2-5mamba
|
||||
- rebuilt with java-openjdk
|
||||
|
||||
* Wed May 19 2010 gil <puntogil@libero.it> 1.2-4mamba
|
||||
- rebuilt with sun-java 6u20
|
||||
|
||||
* Tue Feb 16 2010 gil <puntogil@libero.it> 1.2-3mamba
|
||||
- added maven poms
|
||||
|
||||
* Tue Jan 12 2010 gil <puntogil@libero.it> 1.2-2mamba
|
||||
- edit spec file
|
||||
- rebuilt with apache ant support
|
||||
- new sub package: apache-geronimo-1.2-j2ee-1.4-api
|
||||
|
||||
* Thu Mar 19 2009 gil <puntogil@libero.it> 1.2-1mamba
|
||||
- package created by autospec
|
263
apache-ws-scout-1.0-settings.xml
Normal file
263
apache-ws-scout-1.0-settings.xml
Normal file
@ -0,0 +1,263 @@
|
||||
<!--
|
||||
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.
|
||||
-->
|
||||
|
||||
<!--
|
||||
| This is the configuration file for Maven. It can be specified at two levels:
|
||||
|
|
||||
| 1. User Level. This settings.xml file provides configuration for a single user,
|
||||
| and is normally provided in $HOME/.m2/settings.xml.
|
||||
|
|
||||
| NOTE: This location can be overridden with the system property:
|
||||
|
|
||||
| -Dorg.apache.maven.user-settings=/path/to/user/settings.xml
|
||||
|
|
||||
| 2. Global Level. This settings.xml file provides configuration for all maven
|
||||
| users on a machine (assuming they're all using the same maven
|
||||
| installation). It's normally provided in
|
||||
| ${maven.home}/conf/settings.xml.
|
||||
|
|
||||
| NOTE: This location can be overridden with the system property:
|
||||
|
|
||||
| -Dorg.apache.maven.global-settings=/path/to/global/settings.xml
|
||||
|
|
||||
| The sections in this sample file are intended to give you a running start at
|
||||
| getting the most out of your Maven installation. Where appropriate, the default
|
||||
| values (values used when the setting is not specified) are provided.
|
||||
|
|
||||
|-->
|
||||
<settings xmlns="http://maven.apache.org/settings/1.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
|
||||
<!-- localRepository
|
||||
| The path to the local repository maven will use to store artifacts.
|
||||
|
|
||||
| Default: ~/.m2/repository-->
|
||||
<localRepository>__INTERNAL_REPO_PLACEHOLDER__</localRepository>
|
||||
<!--
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<releases>
|
||||
<enabled/>
|
||||
<updatePolicy/>
|
||||
<checksumPolicy/>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled/>
|
||||
<updatePolicy/>
|
||||
<checksumPolicy/>
|
||||
</snapshots>
|
||||
<id/>
|
||||
<name/>
|
||||
<url>__MAVENDIR_PLUGIN_PLACEHOLDER__<url/>
|
||||
<layout/>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
|
||||
interactiveMode
|
||||
| This will determine whether maven prompts you when it needs input. If set to false,
|
||||
| maven will use a sensible default value, perhaps based on some other setting, for
|
||||
| the parameter in question.
|
||||
|
|
||||
| Default: true
|
||||
<interactiveMode>true</interactiveMode>
|
||||
-->
|
||||
|
||||
<!-- offline
|
||||
| Determines whether maven should attempt to connect to the network when executing a build.
|
||||
| This will have an effect on artifact downloads, artifact deployment, and others.
|
||||
|
|
||||
| Default: false
|
||||
<offline>false</offline>
|
||||
-->
|
||||
|
||||
<!-- proxies
|
||||
| This is a list of proxies which can be used on this machine to connect to the network.
|
||||
| Unless otherwise specified (by system property or command-line switch), the first proxy
|
||||
| specification in this list marked as active will be used.
|
||||
|-->
|
||||
<proxies>
|
||||
<!-- proxy
|
||||
| Specification for one proxy, to be used in connecting to the network.
|
||||
|
|
||||
<proxy>
|
||||
<id>optional</id>
|
||||
<active>true</active>
|
||||
<protocol>http</protocol>
|
||||
<username>proxyuser</username>
|
||||
<password>proxypass</password>
|
||||
<host>proxy.host.net</host>
|
||||
<port>80</port>
|
||||
<nonProxyHosts>local.net|some.host.com</nonProxyHosts>
|
||||
</proxy>
|
||||
-->
|
||||
</proxies>
|
||||
|
||||
<!-- servers
|
||||
| This is a list of authentication profiles, keyed by the server-id used within the system.
|
||||
| Authentication profiles can be used whenever maven must make a connection to a remote server.
|
||||
|-->
|
||||
<servers>
|
||||
<!-- server
|
||||
| Specifies the authentication information to use when connecting to a particular server, identified by
|
||||
| a unique name within the system (referred to by the 'id' attribute below).
|
||||
|
|
||||
| NOTE: You should either specify username/password OR privateKey/passphrase, since these pairings are
|
||||
| used together.
|
||||
|
|
||||
<server>
|
||||
<id>deploymentRepo</id>
|
||||
<username>repouser</username>
|
||||
<password>repopwd</password>
|
||||
</server>
|
||||
-->
|
||||
|
||||
<!-- Another sample, using keys to authenticate.
|
||||
<server>
|
||||
<id>siteServer</id>
|
||||
<privateKey>/path/to/private/key</privateKey>
|
||||
<passphrase>optional; leave empty if not used.</passphrase>
|
||||
</server>
|
||||
-->
|
||||
</servers>
|
||||
|
||||
<!-- mirrors
|
||||
| This is a list of mirrors to be used in downloading artifacts from remote repositories.
|
||||
|
|
||||
| It works like this: a POM may declare a repository to use in resolving certain artifacts.
|
||||
| However, this repository may have problems with heavy traffic at times, so people have mirrored
|
||||
| it to several places.
|
||||
|
|
||||
| That repository definition will have a unique id, so we can create a mirror reference for that
|
||||
| repository, to be used as an alternate download site. The mirror site will be the preferred
|
||||
| server for that repository.
|
||||
|-->
|
||||
<mirrors>
|
||||
<!-- mirror
|
||||
| Specifies a repository mirror site to use instead of a given repository. The repository that
|
||||
| this mirror serves has an ID that matches the mirrorOf element of this mirror. IDs are used
|
||||
| for inheritance and direct lookup purposes, and must be unique across the set of mirrors.
|
||||
|
|
||||
-->
|
||||
<mirror>
|
||||
<id>mirrorId</id>
|
||||
<mirrorOf>repositoryId</mirrorOf>
|
||||
<name>Human Readable Name for this Mirror.</name>
|
||||
<url>__EXTERNAL_REPO_PLACEHOLDER__</url>
|
||||
</mirror>
|
||||
|
||||
</mirrors>
|
||||
|
||||
<!-- profiles
|
||||
| This is a list of profiles which can be activated in a variety of ways, and which can modify
|
||||
| the build process. Profiles provided in the settings.xml are intended to provide local machine-
|
||||
| specific paths and repository locations which allow the build to work in the local environment.
|
||||
|
|
||||
| For example, if you have an integration testing plugin - like cactus - that needs to know where
|
||||
| your Tomcat instance is installed, you can provide a variable here such that the variable is
|
||||
| dereferenced during the build process to configure the cactus plugin.
|
||||
|
|
||||
| As noted above, profiles can be activated in a variety of ways. One way - the activeProfiles
|
||||
| section of this document (settings.xml) - will be discussed later. Another way essentially
|
||||
| relies on the detection of a system property, either matching a particular value for the property,
|
||||
| or merely testing its existence. Profiles can also be activated by JDK version prefix, where a
|
||||
| value of '1.4' might activate a profile when the build is executed on a JDK version of '1.4.2_07'.
|
||||
| Finally, the list of active profiles can be specified directly from the command line.
|
||||
|
|
||||
| NOTE: For profiles defined in the settings.xml, you are restricted to specifying only artifact
|
||||
| repositories, plugin repositories, and free-form properties to be used as configuration
|
||||
| variables for plugins in the POM.
|
||||
|
|
||||
|-->
|
||||
<profiles>
|
||||
<!-- profile
|
||||
| Specifies a set of introductions to the build process, to be activated using one or more of the
|
||||
| mechanisms described above. For inheritance purposes, and to activate profiles via <activatedProfiles/>
|
||||
| or the command line, profiles have to have an ID that is unique.
|
||||
|
|
||||
| An encouraged best practice for profile identification is to use a consistent naming convention
|
||||
| for profiles, such as 'env-dev', 'env-test', 'env-production', 'user-jdcasey', 'user-brett', etc.
|
||||
| This will make it more intuitive to understand what the set of introduced profiles is attempting
|
||||
| to accomplish, particularly when you only have a list of profile id's for debug.
|
||||
|
|
||||
| This profile example uses the JDK version to trigger activation, and provides a JDK-specific repo.
|
||||
<profile>
|
||||
<id>jdk-1.4</id>
|
||||
|
||||
<activation>
|
||||
<jdk>1.4</jdk>
|
||||
</activation>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>jdk14</id>
|
||||
<name>Repository for JDK 1.4 builds</name>
|
||||
<url>http://www.myhost.com/maven/jdk14</url>
|
||||
<layout>default</layout>
|
||||
<snapshotPolicy>always</snapshotPolicy>
|
||||
</repository>
|
||||
</repositories>
|
||||
</profile>
|
||||
-->
|
||||
|
||||
<!--
|
||||
| Here is another profile, activated by the system property 'target-env' with a value of 'dev',
|
||||
| which provides a specific path to the Tomcat instance. To use this, your plugin configuration
|
||||
| might hypothetically look like:
|
||||
|
|
||||
| ...
|
||||
| <plugin>
|
||||
| <groupId>org.myco.myplugins</groupId>
|
||||
| <artifactId>myplugin</artifactId>
|
||||
|
|
||||
| <configuration>
|
||||
| <tomcatLocation>${tomcatPath}</tomcatLocation>
|
||||
| </configuration>
|
||||
| </plugin>
|
||||
| ...
|
||||
|
|
||||
| NOTE: If you just wanted to inject this configuration whenever someone set 'target-env' to
|
||||
| anything, you could just leave off the <value/> inside the activation-property.
|
||||
|
|
||||
<profile>
|
||||
<id>env-dev</id>
|
||||
|
||||
<activation>
|
||||
<property>
|
||||
<name>target-env</name>
|
||||
<value>dev</value>
|
||||
</property>
|
||||
</activation>
|
||||
|
||||
<properties>
|
||||
<tomcatPath>/path/to/tomcat/instance</tomcatPath>
|
||||
</properties>
|
||||
</profile>
|
||||
-->
|
||||
</profiles>
|
||||
|
||||
<!-- activeProfiles
|
||||
| List of profiles that are active for all builds.
|
||||
|
|
||||
<activeProfiles>
|
||||
<activeProfile>alwaysActiveProfile</activeProfile>
|
||||
<activeProfile>anotherAlwaysActiveProfile</activeProfile>
|
||||
</activeProfiles>
|
||||
-->
|
||||
</settings>
|
32
geronimo-jaspi_1.0-MANIFEST.MF
Normal file
32
geronimo-jaspi_1.0-MANIFEST.MF
Normal file
@ -0,0 +1,32 @@
|
||||
Manifest-Version: 1.0
|
||||
Archiver-Version: Plexus Archiver
|
||||
Created-By: 1.6.0_04 (Sun Microsystems Inc.)
|
||||
Built-By: gil
|
||||
Build-Jdk: 1.6.0_04
|
||||
Export-Package: javax.security.auth.message;uses:="javax.security.auth
|
||||
.login,javax.security.auth";version="1.0",javax.security.auth.message
|
||||
.callback;uses:="javax.security.auth.callback,javax.security.auth.x50
|
||||
0,javax.security.auth,javax.crypto";version="1.0",javax.security.auth
|
||||
.message.module;uses:="javax.security.auth.callback,javax.security.au
|
||||
th.message";version="1.0",javax.security.auth.message.config;uses:="j
|
||||
avax.security.auth.callback,javax.security.auth.message,javax.securit
|
||||
y.auth";version="1.0"
|
||||
Implementation-Title: Apache Geronimo
|
||||
Implementation-Version: 1.0-SNAPSHOT
|
||||
Tool: Bnd-0.0.227
|
||||
Bundle-Name: geronimo-jaspi_1.0_spec
|
||||
Bundle-Vendor: The Apache Software Foundation
|
||||
Bundle-Version: 1.0.0.SNAPSHOT
|
||||
Bnd-LastModified: 1263640990884
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
Bundle-Description: Provides open-source implementations of Sun specif
|
||||
ications.
|
||||
Import-Package: javax.crypto,javax.security.auth,javax.security.auth.c
|
||||
allback,javax.security.auth.login,javax.security.auth.message;version
|
||||
="1.0",javax.security.auth.message.callback;version="1.0",javax.secur
|
||||
ity.auth.message.config;version="1.0",javax.security.auth.message.mod
|
||||
ule;version="1.0",javax.security.auth.x500
|
||||
Bundle-SymbolicName: org.apache.geronimo.specs.geronimo-jaspi_1.0_spec
|
||||
Bundle-DocURL: http://www.apache.org
|
||||
|
Loading…
Reference in New Issue
Block a user