[jboss-cvs] JBossAS SVN: r75604 - in projects/jpa/tags: jboss-jpa-build-0.1.0 and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Jul 10 06:30:14 EDT 2008
Author: wolfc
Date: 2008-07-10 06:30:14 -0400 (Thu, 10 Jul 2008)
New Revision: 75604
Added:
projects/jpa/tags/jboss-jpa-build-0.1.0/
projects/jpa/tags/jboss-jpa-build-0.1.0/.project
projects/jpa/tags/jboss-jpa-build-0.1.0/pom.xml
Removed:
projects/jpa/tags/jboss-jpa-build-0.1.0/.project
projects/jpa/tags/jboss-jpa-build-0.1.0/pom.xml
Log:
[maven-release-plugin] copy for tag jboss-jpa-build-0.1.0
Copied: projects/jpa/tags/jboss-jpa-build-0.1.0 (from rev 75589, projects/jpa/trunk/build)
Deleted: projects/jpa/tags/jboss-jpa-build-0.1.0/.project
===================================================================
--- projects/jpa/trunk/build/.project 2008-07-10 08:56:49 UTC (rev 75589)
+++ projects/jpa/tags/jboss-jpa-build-0.1.0/.project 2008-07-10 10:30:14 UTC (rev 75604)
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>jboss-jpa-build</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- </buildSpec>
- <natures>
- </natures>
-</projectDescription>
Copied: projects/jpa/tags/jboss-jpa-build-0.1.0/.project (from rev 75588, projects/jpa/trunk/build/.project)
===================================================================
--- projects/jpa/tags/jboss-jpa-build-0.1.0/.project (rev 0)
+++ projects/jpa/tags/jboss-jpa-build-0.1.0/.project 2008-07-10 10:30:14 UTC (rev 75604)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>jboss-jpa-build</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ </buildSpec>
+ <natures>
+ </natures>
+</projectDescription>
Deleted: projects/jpa/tags/jboss-jpa-build-0.1.0/pom.xml
===================================================================
--- projects/jpa/trunk/build/pom.xml 2008-07-10 08:56:49 UTC (rev 75589)
+++ projects/jpa/tags/jboss-jpa-build-0.1.0/pom.xml 2008-07-10 10:30:14 UTC (rev 75604)
@@ -1,75 +0,0 @@
-<!--
- vi:ts=2:sw=2:expandtab
--->
-<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</groupId>
- <artifactId>jboss-parent</artifactId>
- <version>4.0.CR1</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
-
- <groupId>org.jboss.jpa</groupId>
- <artifactId>jboss-jpa-build</artifactId>
- <version>0.1.0-SNAPSHOT</version>
- <packaging>pom</packaging>
- <name>JBoss Container Managed JPA Build</name>
- <description>
- ToDo
- </description>
-
- <scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jpa/trunk</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jpa/trunk</developerConnection>
- <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/jpa/trunk/</url>
- </scm>
-
- <build>
- <outputDirectory>${jpa.outputDirectory}</outputDirectory>
- <testOutputDirectory>${jpa.testOutputDirectory}</testOutputDirectory>
- </build>
-
- <profiles>
- <profile>
- <id>default</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <properties>
- <jpa.outputDirectory>target/classes</jpa.outputDirectory>
- <jpa.testOutputDirectory>target/tests-classes</jpa.testOutputDirectory>
- </properties>
- </profile>
- <profile>
- <id>eclipse</id>
- <build>
- <defaultGoal>process-test-resources</defaultGoal>
- <plugins>
- <plugin>
- <artifactId>maven-eclipse-plugin</artifactId>
- <executions>
- <execution>
- <id>eclipse</id>
- <phase>process-test-resources</phase>
- <goals>
- <goal>eclipse</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <downloadSources>true</downloadSources>
- <buildOutputDirectory>${jpa.outputDirectory}</buildOutputDirectory>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <properties>
- <jpa.outputDirectory>eclipse-target/classes</jpa.outputDirectory>
- <jpa.testOutputDirectory>eclipse-target/tests-classes</jpa.testOutputDirectory>
- </properties>
- </profile>
- </profiles>
-</project>
Copied: projects/jpa/tags/jboss-jpa-build-0.1.0/pom.xml (from rev 75603, projects/jpa/trunk/build/pom.xml)
===================================================================
--- projects/jpa/tags/jboss-jpa-build-0.1.0/pom.xml (rev 0)
+++ projects/jpa/tags/jboss-jpa-build-0.1.0/pom.xml 2008-07-10 10:30:14 UTC (rev 75604)
@@ -0,0 +1,82 @@
+<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</groupId>
+ <artifactId>jboss-parent</artifactId>
+ <version>4.0.CR1</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>org.jboss.jpa</groupId>
+ <artifactId>jboss-jpa-build</artifactId>
+ <version>0.1.0</version>
+ <packaging>pom</packaging>
+ <name>JBoss Container Managed JPA Build</name>
+ <description>
+ JBoss CM JPA generic settings.
+ </description>
+
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jpa/tags/jboss-jpa-build-0.1.0</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jpa/tags/jboss-jpa-build-0.1.0</developerConnection>
+ <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/jpa/tags/jboss-jpa-build-0.1.0</url>
+ </scm>
+
+ <build>
+ <outputDirectory>${jpa.outputDirectory}</outputDirectory>
+ <testOutputDirectory>${jpa.testOutputDirectory}</testOutputDirectory>
+
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <tagBase>
+ https://svn.jboss.org/repos/jbossas/projects/jpa/tags
+ </tagBase>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <profiles>
+ <profile>
+ <id>default</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <properties>
+ <jpa.outputDirectory>target/classes</jpa.outputDirectory>
+ <jpa.testOutputDirectory>target/tests-classes</jpa.testOutputDirectory>
+ </properties>
+ </profile>
+ <profile>
+ <id>eclipse</id>
+ <build>
+ <defaultGoal>process-test-resources</defaultGoal>
+ <plugins>
+ <plugin>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>eclipse</id>
+ <phase>process-test-resources</phase>
+ <goals>
+ <goal>eclipse</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <downloadSources>true</downloadSources>
+ <buildOutputDirectory>${jpa.outputDirectory}</buildOutputDirectory>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <properties>
+ <jpa.outputDirectory>eclipse-target/classes</jpa.outputDirectory>
+ <jpa.testOutputDirectory>eclipse-target/tests-classes</jpa.testOutputDirectory>
+ </properties>
+ </profile>
+ </profiles>
+</project>
\ No newline at end of file
More information about the jboss-cvs-commits
mailing list