Author: sebawagner
Date: Thu Feb 23 21:05:24 2012
New Revision: 1292955
URL: http://svn.apache.org/viewvc?rev=1292955&view=rev
Log:
Move ASF copyright source formatter to tests
Added:
incubator/openmeetings/trunk/singlewebapp/src/test/org/openmeetings/test/asf/
incubator/openmeetings/trunk/singlewebapp/src/test/org/openmeetings/test/asf/AsfCopyRightReplace.java
- copied, changed from r1292946,
incubator/openmeetings/trunk/singlewebapp/src/src_tool/org/openmeetings/srctool/AsfCopyRightReplace.java
Removed:
incubator/openmeetings/trunk/singlewebapp/src/src_tool/org/openmeetings/srctool/
Modified:
incubator/openmeetings/trunk/singlewebapp/.classpath
Modified: incubator/openmeetings/trunk/singlewebapp/.classpath
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/.classpath?rev=1292955&r1=1292954&r2=1292955&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/.classpath (original)
+++ incubator/openmeetings/trunk/singlewebapp/.classpath Thu Feb 23 21:05:24
2012
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/app"/>
- <classpathentry kind="src" path="src/src_tool"/>
<classpathentry kind="src" path="src/fileservice"/>
<classpathentry kind="src" path="src/roomservice"/>
<classpathentry kind="src" path="src/templates"/>
Copied:
incubator/openmeetings/trunk/singlewebapp/src/test/org/openmeetings/test/asf/AsfCopyRightReplace.java
(from r1292946,
incubator/openmeetings/trunk/singlewebapp/src/src_tool/org/openmeetings/srctool/AsfCopyRightReplace.java)
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/src/test/org/openmeetings/test/asf/AsfCopyRightReplace.java?p2=incubator/openmeetings/trunk/singlewebapp/src/test/org/openmeetings/test/asf/AsfCopyRightReplace.java&p1=incubator/openmeetings/trunk/singlewebapp/src/src_tool/org/openmeetings/srctool/AsfCopyRightReplace.java&r1=1292946&r2=1292955&rev=1292955&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/src/src_tool/org/openmeetings/srctool/AsfCopyRightReplace.java
(original)
+++
incubator/openmeetings/trunk/singlewebapp/src/test/org/openmeetings/test/asf/AsfCopyRightReplace.java
Thu Feb 23 21:05:24 2012
@@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
-package org.openmeetings.srctool;
+package org.openmeetings.test.asf;
import java.io.BufferedReader;
import java.io.File;