[jboss-cvs] JBossAS SVN: r72871 - projects/vfs/branches/jar-alter-work.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 29 15:11:28 EDT 2008


Author: mstruk
Date: 2008-04-29 15:11:27 -0400 (Tue, 29 Apr 2008)
New Revision: 72871

Added:
   projects/vfs/branches/jar-alter-work/.classpath
   projects/vfs/branches/jar-alter-work/.project
   projects/vfs/branches/jar-alter-work/build.xml
   projects/vfs/branches/jar-alter-work/pom.xml
   projects/vfs/branches/jar-alter-work/src/
Log:
Branched off revision 72869

Copied: projects/vfs/branches/jar-alter-work/.classpath (from rev 72869, projects/vfs/trunk/.classpath)
===================================================================
--- projects/vfs/branches/jar-alter-work/.classpath	                        (rev 0)
+++ projects/vfs/branches/jar-alter-work/.classpath	2008-04-29 19:11:27 UTC (rev 72871)
@@ -0,0 +1,18 @@
+<classpath>
+  <classpathentry kind="src" path="src/main/java"/>
+  <classpathentry kind="src" path="src/test/java" output="target/test-classes"/>
+  <classpathentry kind="src" path="src/test/resources" output="target/test-classes" excluding="**/*.java"/>
+  <classpathentry kind="output" path="target/classes"/>
+  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/ant/ant/1.7.0/ant-1.7.0.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/ant/ant-junit/1.7.0/ant-junit-1.7.0.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/jboss-common-core/2.2.5.GA/jboss-common-core-2.2.5.GA.jar" sourcepath="M2_REPO/org/jboss/jboss-common-core/2.2.5.GA/jboss-common-core-2.2.5.GA-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/logging/jboss-logging-log4j/2.0.5.GA/jboss-logging-log4j-2.0.5.GA.jar" sourcepath="M2_REPO/org/jboss/logging/jboss-logging-log4j/2.0.5.GA/jboss-logging-log4j-2.0.5.GA-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/logging/jboss-logging-spi/2.0.5.GA/jboss-logging-spi-2.0.5.GA.jar"/>
+  <classpathentry kind="var" path="M2_REPO/jboss/profiler/jvmti/jboss-profiler-jvmti/1.0.0.CR5/jboss-profiler-jvmti-1.0.0.CR5.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/jbossas/jboss-server-manager/0.1.0.GA/jboss-server-manager-0.1.0.GA.jar" sourcepath="M2_REPO/org/jboss/jbossas/jboss-server-manager/0.1.0.GA/jboss-server-manager-0.1.0.GA-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/test/jboss-test/1.1.0.GA/jboss-test-1.1.0.GA.jar" sourcepath="M2_REPO/org/jboss/test/jboss-test/1.1.0.GA/jboss-test-1.1.0.GA-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"/>
+  <classpathentry kind="var" path="M2_REPO/apache-log4j/log4j/1.2.14/log4j-1.2.14.jar"/>
+</classpath>
\ No newline at end of file

Copied: projects/vfs/branches/jar-alter-work/.project (from rev 72869, projects/vfs/trunk/.project)
===================================================================
--- projects/vfs/branches/jar-alter-work/.project	                        (rev 0)
+++ projects/vfs/branches/jar-alter-work/.project	2008-04-29 19:11:27 UTC (rev 72871)
@@ -0,0 +1,13 @@
+<projectDescription>
+  <name>jboss-vfs</name>
+  <comment>A VFS library</comment>
+  <projects/>
+  <buildSpec>
+    <buildCommand>
+      <name>org.eclipse.jdt.core.javabuilder</name>
+    </buildCommand>
+  </buildSpec>
+  <natures>
+    <nature>org.eclipse.jdt.core.javanature</nature>
+  </natures>
+</projectDescription>
\ No newline at end of file

Copied: projects/vfs/branches/jar-alter-work/build.xml (from rev 72869, projects/vfs/trunk/build.xml)
===================================================================
--- projects/vfs/branches/jar-alter-work/build.xml	                        (rev 0)
+++ projects/vfs/branches/jar-alter-work/build.xml	2008-04-29 19:11:27 UTC (rev 72871)
@@ -0,0 +1,45 @@
+<!--
+An ant build script that copies the mvn generated targets to a 
+jbossbuild repository without the version info embedded in the
+jar name.
+$Id:$
+-->
+<project name="jbossbuild helper" default="copy-targets">
+	<!-- Allow local overrides of properties -->
+	<property file="local.properties" />
+	<property name="jboss.repository" value="/cvs/Repository/repository.jboss.com" />
+	<property name="vfs.version" value="2.0.0.snapshot" />
+
+	<target name="copy-targets">
+		<mkdir dir="${jboss.repository}/jboss/jboss-vfs/${vfs.version}/lib"/>
+		<echo file="${jboss.repository}/jboss/jboss-vfs/${vfs.version}/component-info.xml"><![CDATA[<project name="jboss-vfs-component-info">
+   <component id="jboss/jboss-vfs"
+              version="${vfs.version}"
+              licenseType="lgpl"
+              description="A VFS library"
+   >
+      <artifact id="jboss-vfs.jar"/>
+      <artifact id="jboss-vfs-sources.jar"/>
+      <export>
+         <include input="jboss-vfs.jar"/>
+      </export>
+   </component>
+</project>
+]]>
+		</echo>
+		<copy overwrite="true" file="target/jboss-vfs.jar"
+			tofile="${jboss.repository}/jboss/jboss-vfs/${vfs.version}/lib/jboss-vfs.jar"/>
+		<copy overwrite="true" file="target/jboss-vfs-sources.jar"
+			tofile="${jboss.repository}/jboss/jboss-vfs/${vfs.version}/lib/jboss-vfs-sources.jar"/>
+	</target>
+
+	<target name="tag-release">
+		<exec executable="svn">
+			<arg value="copy"/>
+			<arg value="-m" />
+			<arg value="Tag the ${common.version} release" />
+			<arg value="https://svn.jboss.org/repos/common/build/trunk/"/>
+			<arg value="https://svn.jboss.org/repos/common/build/tags/${common.version}"/>			
+		</exec>
+	</target>
+</project>

Copied: projects/vfs/branches/jar-alter-work/pom.xml (from rev 72869, projects/vfs/trunk/pom.xml)
===================================================================
--- projects/vfs/branches/jar-alter-work/pom.xml	                        (rev 0)
+++ projects/vfs/branches/jar-alter-work/pom.xml	2008-04-29 19:11:27 UTC (rev 72871)
@@ -0,0 +1,121 @@
+<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-beta-2</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss</groupId>
+  <artifactId>jboss-vfs</artifactId>
+  <packaging>jar</packaging>
+  <version>2.0.0-SNAPSHOT</version>
+  <name>JBoss VFS</name>
+  <url>http://www.jboss.org</url>
+  <description>A VFS library</description>
+ <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/vfs/trunk</connection>    
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/vfs/trunk</developerConnection>
+    <url>https://svn.jboss.org/repos/jbossas/projects/vfs/trunk</url>
+  </scm>
+  <licenses>
+    <license>
+      <name>lgpl</name>
+      <url>http://repository.jboss.org/licenses/lgpl.txt</url>
+    </license>
+  </licenses>
+  <organization>
+    <name>JBoss, A division of Red Hat, Inc</name>
+    <url>http://www.jboss.org</url>
+  </organization>
+
+  <properties>
+    <version.jboss.common.core>2.2.5.GA</version.jboss.common.core>
+    <version.jboss.logging>2.0.5.GA</version.jboss.logging>
+    <version.jboss.test>1.1.0.GA</version.jboss.test>
+    <version.junit>4.4</version.junit>
+  </properties>
+
+  <build>
+    <sourceDirectory>src/main/java</sourceDirectory>
+    <testSourceDirectory>src/test/java</testSourceDirectory>
+    <finalName>${artifactId}</finalName>
+    <testResources>
+      <testResource>
+        <directory>src/test/resources</directory>
+      </testResource>
+    </testResources>
+    <plugins>
+      
+      <!-- define how we want compilation to take place
+        here, we accept most of the defaults but say that we want the
+        optimization flag set, and define the source and target to be 1.5,
+        these setting will be inherited by child projects -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.0</version>
+        <configuration>
+          <debug>true</debug>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+      <!-- define that we wish to create src jars -->
+      <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <inherited>true</inherited>
+        <executions>
+          <execution>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.3.1</version>
+        <configuration>
+          <forkMode>always</forkMode> <!-- required to correctly run the PojoServer tests -->
+          <useSystemClassLoader>true</useSystemClassLoader>
+          <redirectTestOutputToFile>true</redirectTestOutputToFile>
+        </configuration>
+      </plugin>
+      <plugin>
+         <groupId>org.apache.maven.plugins</groupId>
+         <artifactId>maven-release-plugin</artifactId>
+         <version>2.0-beta-7</version>
+         <configuration>
+           <tagBase>https://svn.jboss.org/repos/jbossas/projects/vfs/tags</tagBase>
+         </configuration>
+       </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-common-core</artifactId>
+      <version>${version.jboss.common.core}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-spi</artifactId>
+      <version>${version.jboss.logging}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.test</groupId>
+      <artifactId>jboss-test</artifactId>
+      <version>${version.jboss.test}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>${version.junit}</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+</project>

Copied: projects/vfs/branches/jar-alter-work/src (from rev 72869, projects/vfs/trunk/src)




More information about the jboss-cvs-commits mailing list