Author: joerg
Date: Sat Jan  6 15:34:47 2007
New Revision: 493595

URL: http://svn.apache.org/viewvc?view=rev&rev=493595
Log:
1.3 recompiled j2ee jars from Geronimo 1.1 including the POMs
(actually I checked out the tagged versions from SVN, modified the POMs for 
getting 1.3 compiled JARs and added both POMs and JARs installed into my local 
repo to this lib dir)

Added:
    
jakarta/commons/proper/transaction/trunk/lib/geronimo-j2ee-connector_1.5_spec-1.1.jar
   (with props)
    
jakarta/commons/proper/transaction/trunk/lib/geronimo-j2ee-connector_1.5_spec-1.1.pom
   (with props)
    
jakarta/commons/proper/transaction/trunk/lib/geronimo-jta_1.0.1B_spec-1.1.jar   
(with props)
    
jakarta/commons/proper/transaction/trunk/lib/geronimo-jta_1.0.1B_spec-1.1.pom   
(with props)
    
jakarta/commons/proper/transaction/trunk/lib/geronimo-servlet_2.4_spec-1.1.jar  
 (with props)
    
jakarta/commons/proper/transaction/trunk/lib/geronimo-servlet_2.4_spec-1.1.pom  
 (with props)
Removed:
    jakarta/commons/proper/transaction/trunk/lib/geronimo-spec-j2ee-1.4-rc4.jar
    
jakarta/commons/proper/transaction/trunk/lib/geronimo-spec-servlet-2.4-rc4.jar

Added: 
jakarta/commons/proper/transaction/trunk/lib/geronimo-j2ee-connector_1.5_spec-1.1.jar
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/lib/geronimo-j2ee-connector_1.5_spec-1.1.jar?view=auto&rev=493595
==============================================================================
Binary file - no diff available.

Propchange: 
jakarta/commons/proper/transaction/trunk/lib/geronimo-j2ee-connector_1.5_spec-1.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
jakarta/commons/proper/transaction/trunk/lib/geronimo-j2ee-connector_1.5_spec-1.1.pom
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/lib/geronimo-j2ee-connector_1.5_spec-1.1.pom?view=auto&rev=493595
==============================================================================
--- 
jakarta/commons/proper/transaction/trunk/lib/geronimo-j2ee-connector_1.5_spec-1.1.pom
 (added)
+++ 
jakarta/commons/proper/transaction/trunk/lib/geronimo-j2ee-connector_1.5_spec-1.1.pom
 Sat Jan  6 15:34:47 2007
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <parent>
+    <artifactId>specs</artifactId>
+    <groupId>org.apache.geronimo.specs</groupId>
+    <version>1.2</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
+  <name>J2EE Connector 1.5</name>
+  <version>1.1</version>
+  <scm>
+    
<connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-j2ee-connector_1.5_spec-1.1</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-j2ee-connector_1.5_spec-1.1</developerConnection>
+    
<url>https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-j2ee-connector_1.5_spec-1.1</url>
+  </scm>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <verbose>true</verbose>
+          <source>1.3</source>
+          <target>1.3</target>
+          <compilerVersion>1.3</compilerVersion>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
+      <version>1.1</version>
+      <scope>provided</scope>
+    </dependency>
+  </dependencies>
+  <distributionManagement>
+    <status>deployed</status>
+  </distributionManagement>
+</project>
\ No newline at end of file

Propchange: 
jakarta/commons/proper/transaction/trunk/lib/geronimo-j2ee-connector_1.5_spec-1.1.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: 
jakarta/commons/proper/transaction/trunk/lib/geronimo-jta_1.0.1B_spec-1.1.jar
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/lib/geronimo-jta_1.0.1B_spec-1.1.jar?view=auto&rev=493595
==============================================================================
Binary file - no diff available.

Propchange: 
jakarta/commons/proper/transaction/trunk/lib/geronimo-jta_1.0.1B_spec-1.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
jakarta/commons/proper/transaction/trunk/lib/geronimo-jta_1.0.1B_spec-1.1.pom
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/lib/geronimo-jta_1.0.1B_spec-1.1.pom?view=auto&rev=493595
==============================================================================
--- 
jakarta/commons/proper/transaction/trunk/lib/geronimo-jta_1.0.1B_spec-1.1.pom 
(added)
+++ 
jakarta/commons/proper/transaction/trunk/lib/geronimo-jta_1.0.1B_spec-1.1.pom 
Sat Jan  6 15:34:47 2007
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <parent>
+    <artifactId>specs</artifactId>
+    <groupId>org.apache.geronimo.specs</groupId>
+    <version>1.2</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
+  <name>JTA 1.0.1B</name>
+  <version>1.1</version>
+  <scm>
+    
<connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-jta_1.0.1B_spec-1.1</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-jta_1.0.1B_spec-1.1</developerConnection>
+    
<url>https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-jta_1.0.1B_spec-1.1</url>
+  </scm>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <verbose>true</verbose>
+          <source>1.3</source>
+          <target>1.3</target>
+          <compilerVersion>1.3</compilerVersion>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <distributionManagement>
+    <status>deployed</status>
+  </distributionManagement>
+</project>
\ No newline at end of file

Propchange: 
jakarta/commons/proper/transaction/trunk/lib/geronimo-jta_1.0.1B_spec-1.1.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: 
jakarta/commons/proper/transaction/trunk/lib/geronimo-servlet_2.4_spec-1.1.jar
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/lib/geronimo-servlet_2.4_spec-1.1.jar?view=auto&rev=493595
==============================================================================
Binary file - no diff available.

Propchange: 
jakarta/commons/proper/transaction/trunk/lib/geronimo-servlet_2.4_spec-1.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
jakarta/commons/proper/transaction/trunk/lib/geronimo-servlet_2.4_spec-1.1.pom
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/lib/geronimo-servlet_2.4_spec-1.1.pom?view=auto&rev=493595
==============================================================================
--- 
jakarta/commons/proper/transaction/trunk/lib/geronimo-servlet_2.4_spec-1.1.pom 
(added)
+++ 
jakarta/commons/proper/transaction/trunk/lib/geronimo-servlet_2.4_spec-1.1.pom 
Sat Jan  6 15:34:47 2007
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <parent>
+    <artifactId>specs</artifactId>
+    <groupId>org.apache.geronimo.specs</groupId>
+    <version>1.2</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>geronimo-servlet_2.4_spec</artifactId>
+  <name>Servlet 2.4</name>
+  <version>1.1</version>
+  <scm>
+    
<connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-servlet_2.4_spec-1.1</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-servlet_2.4_spec-1.1</developerConnection>
+    
<url>https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-servlet_2.4_spec-1.1</url>
+  </scm>
+  <build>
+    <resources>
+      <resource>
+        <targetPath>javax/servlet</targetPath>
+        <directory>src/main/java/javax/servlet</directory>
+        <includes>
+          <include>**/*.properties</include>
+        </includes>
+      </resource>
+      <resource>
+        <targetPath>javax/servlet/resources</targetPath>
+        <directory>src/main/schema</directory>
+        <includes>
+          <include>*.dtd</include>
+          <include>*.xsd</include>
+        </includes>
+      </resource>
+    </resources>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <verbose>true</verbose>
+          <source>1.3</source>
+          <target>1.3</target>
+          <compilerVersion>1.3</compilerVersion>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <distributionManagement>
+    <status>deployed</status>
+  </distributionManagement>
+</project>
\ No newline at end of file

Propchange: 
jakarta/commons/proper/transaction/trunk/lib/geronimo-servlet_2.4_spec-1.1.pom
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to