blinking FileTemplatesTest moved to community

This commit is contained in:
nik
2010-06-21 15:39:23 +04:00
parent c90d4559f7
commit bfaa9fd5e0
18 changed files with 192 additions and 0 deletions
@@ -0,0 +1,9 @@
/*
* $Author$
* $Id$
* @author Misha Yakovlev
* @version $Revision$
*/
package com.idea;
public class MyClass {
}
@@ -0,0 +1,3 @@
Author=Misha Yakovlev
PACKAGE_NAME=com.idea
Name=MyClass
@@ -0,0 +1,9 @@
/*
* \$Author$
* $Id$
* @author $Author
* @version $Revision$
*/
package ${PACKAGE_NAME};
public class ${Name} {
}
@@ -0,0 +1,5 @@
// MyClass.java
// $Author$
// Created on 31-Dec-2002 by myakovlev
package com.idea;
public class MyClass { }
@@ -0,0 +1,4 @@
NAME=MyClass
DATE=31-Dec-2002
USER=myakovlev
PACKAGE_NAME=com.idea
@@ -0,0 +1,5 @@
// ${NAME}.java
// $Author$
// Created on $DATE by $USER
package $PACKAGE_NAME;
public class $NAME { }
@@ -0,0 +1,8 @@
package com.idea;
/*
* $Log$
* @version $Id$
*/
public class MyClass {
}
@@ -0,0 +1,2 @@
NAME=MyClass
PACKAGE_NAME=com.idea
@@ -0,0 +1,8 @@
package ${PACKAGE_NAME};
/*
* $Log$
* @version $Id$
*/
public class ${NAME} {
}
@@ -0,0 +1,2 @@
<c:out value="${model.name}"/>
@@ -0,0 +1,2 @@
@@ -0,0 +1,2 @@
<c:out value="${model.name}"/>
@@ -0,0 +1,13 @@
/*
* ven$
* $Id$
* @author ven
* @version $Revision$
* This is a file header
*/
package com.idea;
public class MyClass {
// What a wonderful world!
// ven
// ${my.name}
}
@@ -0,0 +1,3 @@
Author=ven
PACKAGE_NAME=com.idea
Name=MyClass
@@ -0,0 +1,7 @@
#parse("include1.inc.txt")
package ${PACKAGE_NAME};
public class ${Name} {
// What a wonderful world!
// $Author
// ${my.name}
}
@@ -0,0 +1,7 @@
/*
* $Author$
* $Id$
* @author $Author
* @version $Revision$
* This is a file header
*/