[jboss-svn-commits] JBoss Common SVN: r2064 - common-core/trunk

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Sep 25 12:29:05 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-09-25 12:29:04 -0400 (Mon, 25 Sep 2006)
New Revision: 2064

Modified:
   common-core/trunk/.project
Log:
Change the project name to common-core

Modified: common-core/trunk/.project
===================================================================
--- common-core/trunk/.project	2006-09-25 15:37:19 UTC (rev 2063)
+++ common-core/trunk/.project	2006-09-25 16:29:04 UTC (rev 2064)
@@ -1,16 +1,18 @@
-<projectDescription>
-  <name>jboss-common-core</name>
-  <comment>A set of commonly used classed classes</comment>
-  <projects>
-    <project>jboss-logging-spi</project>
-  </projects>
-  <buildSpec>
-    <buildCommand>
-      <name>org.eclipse.jdt.core.javabuilder</name>
-      <arguments/>
-    </buildCommand>
-  </buildSpec>
-  <natures>
-    <nature>org.eclipse.jdt.core.javanature</nature>
-  </natures>
-</projectDescription>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>common-core</name>
+	<comment>A set of commonly used classed classes</comment>
+	<projects>
+		<project>jboss-logging-spi</project>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>




More information about the jboss-svn-commits mailing list