Author: thomas.diesler(a)jboss.com
Date: 2007-08-03 10:35:33 -0400 (Fri, 03 Aug 2007)
New Revision: 4182
Added:
framework/trunk/README-COMMITTERS
Removed:
trunk/build/README-COMMITTERS
Log:
Move readme
Copied: framework/trunk/README-COMMITTERS (from rev 4181, trunk/build/README-COMMITTERS)
===================================================================
--- framework/trunk/README-COMMITTERS (rev 0)
+++ framework/trunk/README-COMMITTERS 2007-08-03 14:35:33 UTC (rev 4182)
@@ -0,0 +1,25 @@
+#
+# $Id: $
+#
+
+1. Edit your subversion config ~/.subversion/config and set the following in each
section:
+
+[miscellany]
+enable-auto-props = yes
+
+[auto-props]
+*.bat = svn:keywords=Id Revision;svn:eol-style=LF
+*.java = svn:keywords=Id Revision;svn:eol-style=LF
+*.sh = svn:keywords=Id Revision;svn:eol-style=LF
+*.txt = svn:keywords=Id Revision;svn:eol-style=LF
+*.wsdl = svn:keywords=Id Revision;svn:eol-style=LF
+*.xml = svn:keywords=Id Revision;svn:eol-style=LF
+*.xsd = svn:keywords=Id Revision;svn:eol-style=LF
+
+2. If you are using an IDE, make sure that it refers to the same config. So,
+for example, if you are using Eclipse with Subclipse on windows, you need to
+set Team->SVN->Configuration Location to:
+
+/home/<your user name>/.subversion
+
+3. If you are using Eclipse, set your code style to JBossWSCodeStyle.xml
Deleted: trunk/build/README-COMMITTERS
===================================================================
--- trunk/build/README-COMMITTERS 2007-08-03 14:34:09 UTC (rev 4181)
+++ trunk/build/README-COMMITTERS 2007-08-03 14:35:33 UTC (rev 4182)
@@ -1,25 +0,0 @@
-#
-# $Id: $
-#
-
-1. Edit your subversion config ~/.subversion/config and set the following in each
section:
-
-[miscellany]
-enable-auto-props = yes
-
-[auto-props]
-*.bat = svn:keywords=Id Revision;svn:eol-style=LF
-*.java = svn:keywords=Id Revision;svn:eol-style=LF
-*.sh = svn:keywords=Id Revision;svn:eol-style=LF
-*.txt = svn:keywords=Id Revision;svn:eol-style=LF
-*.wsdl = svn:keywords=Id Revision;svn:eol-style=LF
-*.xml = svn:keywords=Id Revision;svn:eol-style=LF
-*.xsd = svn:keywords=Id Revision;svn:eol-style=LF
-
-2. If you are using an IDE, make sure that it refers to the same config. So,
-for example, if you are using Eclipse with Subclipse on windows, you need to
-set Team->SVN->Configuration Location to:
-
-/home/<your user name>/.subversion
-
-3. If you are using Eclipse, set your code style to JBossWSCodeStyle.xml