[jboss-cvs] JBossAS SVN: r105856 - in projects/ejb3/tags: jboss-ejb3-timerservice-spi-1.0.1 and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 9 08:09:14 EDT 2010


Author: jaikiran
Date: 2010-06-09 08:09:13 -0400 (Wed, 09 Jun 2010)
New Revision: 105856

Added:
   projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.1/
   projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.1/pom.xml
Removed:
   projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.1/pom.xml
Modified:
   projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.1/.classpath
   projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.1/.settings/org.eclipse.jdt.core.prefs
Log:
[maven-release-plugin]  copy for tag jboss-ejb3-timerservice-spi-1.0.1

Copied: projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.1 (from rev 105848, projects/ejb3/trunk/timerservice-spi)

Modified: projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.1/.classpath
===================================================================
--- projects/ejb3/trunk/timerservice-spi/.classpath	2010-06-09 11:49:17 UTC (rev 105848)
+++ projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.1/.classpath	2010-06-09 12:09:13 UTC (rev 105856)
@@ -1,6 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-  <classpathentry kind="src" path="src/main/java"/>
-  <classpathentry kind="output" path="eclipse-target/classes"/>
-  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-  <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
-</classpath>
\ No newline at end of file
+	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+	<classpathentry kind="output" path="target/classes"/>
+</classpath>

Modified: projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.1/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- projects/ejb3/trunk/timerservice-spi/.settings/org.eclipse.jdt.core.prefs	2010-06-09 11:49:17 UTC (rev 105848)
+++ projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.1/.settings/org.eclipse.jdt.core.prefs	2010-06-09 12:09:13 UTC (rev 105856)
@@ -1,5 +1,6 @@
-#Tue Jan 27 12:43:19 CET 2009
+#Sun Jun 06 14:07:09 IST 2010
+eclipse.preferences.version=1
 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
-eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
 org.eclipse.jdt.core.compiler.source=1.5
-org.eclipse.jdt.core.compiler.compliance=1.5

Deleted: projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.1/pom.xml
===================================================================
--- projects/ejb3/trunk/timerservice-spi/pom.xml	2010-06-09 11:49:17 UTC (rev 105848)
+++ projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.1/pom.xml	2010-06-09 12:09:13 UTC (rev 105856)
@@ -1,32 +0,0 @@
-<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">
-
-  <parent>
-    <groupId>org.jboss.ejb3</groupId>
-    <artifactId>jboss-ejb3-build</artifactId>
-    <version>1.0.1</version>
-    <relativePath>../build/pom.xml</relativePath>
-  </parent>
-
-  <!-- Maven POM Model Version -->
-  <modelVersion>4.0.0</modelVersion>
-
-  <!-- Artifact Information -->
-  <artifactId>jboss-ejb3-timerservice-spi</artifactId>
-  <packaging>jar</packaging>
-  <version>1.0.1-SNAPSHOT</version>
-  <name>JBoss EJB 3.x TimerService SPI</name>
-  <description>JBoss EJB 3.x TimerService SPI</description>
-  <url>http://labs.jboss.com/jbossejb3/</url>
-
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.javaee</groupId>
-      <artifactId>jboss-ejb-api</artifactId>
-    </dependency>    
-  </dependencies>
-</project>
\ No newline at end of file

Copied: projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.1/pom.xml (from rev 105855, projects/ejb3/trunk/timerservice-spi/pom.xml)
===================================================================
--- projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.1/pom.xml	                        (rev 0)
+++ projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.1/pom.xml	2010-06-09 12:09:13 UTC (rev 105856)
@@ -0,0 +1,38 @@
+<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">
+
+  <parent>
+    <groupId>org.jboss.ejb3</groupId>
+    <artifactId>jboss-ejb3-build</artifactId>
+    <version>1.0.13</version>
+    <relativePath>../build/pom.xml</relativePath>
+  </parent>
+
+  <!-- Maven POM Model Version -->
+  <modelVersion>4.0.0</modelVersion>
+
+  <!-- Artifact Information -->
+  <artifactId>jboss-ejb3-timerservice-spi</artifactId>
+  <packaging>jar</packaging>
+  <version>1.0.1</version>
+  <name>JBoss EJB 3.x TimerService SPI</name>
+  <description>JBoss EJB 3.x TimerService SPI</description>
+  <url>http://labs.jboss.com/jbossejb3/</url>
+
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.javaee</groupId>
+      <artifactId>jboss-ejb-api</artifactId>
+    </dependency>    
+  </dependencies>
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.1</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.1</developerConnection>
+    <url>http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-timerservice-spi-1.0.1</url>
+  </scm>
+</project>



More information about the jboss-cvs-commits mailing list