You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
628 B
38 lines
628 B
# TDE Config File
|
|
[General]
|
|
Name=Application
|
|
|
|
Comment=Generate a Java application
|
|
|
|
Category=Java/Ant project
|
|
|
|
Icon=qmakeapp.png
|
|
FileTemplates=java,JavaStyle
|
|
ShowFilesAfterGeneration=%{dest}/Main.java
|
|
Archive=javahello.tar.gz
|
|
|
|
[FILE1]
|
|
Type=install
|
|
EscapeXML=true
|
|
Source=%{src}/javahello.kdevelop
|
|
Dest=%{dest}/%{APPNAMELC}.kdevelop
|
|
|
|
[FILE2]
|
|
Type=install
|
|
Source=%{src}/javahello.filelist
|
|
Dest=%{dest}/%{APPNAMELC}.filelist
|
|
|
|
[FILE3]
|
|
Type=install
|
|
Source=%{src}/Main.java
|
|
Dest=%{dest}/Main.java
|
|
|
|
[FILE4]
|
|
Type=install
|
|
Source=%{src}/build.xml
|
|
Dest=%{dest}/build.xml
|
|
|
|
[msg]
|
|
Type=message
|
|
Comment=A JAVA application was created in %{dest}
|