Skip to content

Commit

Permalink
2021 release 0.2.106
Browse files Browse the repository at this point in the history
  • Loading branch information
moodya71 authored and moodya71 committed Jan 12, 2021
1 parent fcab1b6 commit cf2f4ed
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 32 deletions.
53 changes: 27 additions & 26 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/build/
/dist/
/nbproject/
# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/build/
/dist/
/nbproject/
!/lib/WAVProcessor.jar
9 changes: 9 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
This program is free software:
You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program.
If not, see http://www.gnu.org/licenses/.

1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<zipfileset src="lib/joda-time.jar" />
<zipfileset src="lib/NanoHTTPD.jar" />
<zipfileset src="lib/OpenForecast-0.5.0.jar" />
<zipfileset src="lib/WAVProcessor.jar" />
</jar>
</target>
<target name="-pre-jar" >
Expand Down
Binary file added lib/WAVProcessor.jar
Binary file not shown.
Binary file removed lib/hsqldb_old.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/nblibraries.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
libs.CopyLibs.classpath=\
${base}/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar
libs.CopyLibs.displayName=CopyLibs Task
libs.CopyLibs.prop-version=2.0
libs.CopyLibs.prop-version=3.0
libs.swing-layout.classpath=\
${base}/swing-layout/swing-layout-1.0.4.jar
libs.swing-layout.displayName=Swing Layout Extensions
Expand Down
6 changes: 5 additions & 1 deletion nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ annotation.processing.enabled.in.editor=false
annotation.processing.processors.list=
annotation.processing.run.all.processors=true
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
application.title=jProjectTranslator_GIT
application.title=jProjectTranslator
application.vendor=arth
build.classes.dir=${build.dir}/classes
build.classes.excludes=**/*.java,**/*.form
Expand All @@ -19,8 +19,12 @@ build.test.results.dir=${build.dir}/test/results
#debug.transport=dt_socket
debug.classpath=\
${run.classpath}
debug.modulepath=\
${run.modulepath}
debug.test.classpath=\
${run.test.classpath}
debug.test.modulepath=\
${run.test.modulepath}
# This directory is removed when the project is cleaned:
dist.dir=dist
dist.jar=${dist.dir}/jProjectTranslator_GIT.jar
Expand Down
4 changes: 2 additions & 2 deletions src/jprojecttranslator/jProjectTranslator.java
Original file line number Diff line number Diff line change
Expand Up @@ -649,8 +649,8 @@ private void menuLicence(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_menu
dlgLicence.setText("<html><h2>Project Translator</h2><br>"
+ "A program to translate audio editing projects from "
+ "one format to another. "
+ "<br>Copyright © 2011-2020 Arthur Moody"
+ "<br>Source code is available from here, https://sourceforge.net/projects/projecttrans"
+ "<br>Copyright © 2011-2021 Arthur Moody"
+ "<br>Source code is available from here, https://github.com/AMoody/projecttrans"
+ "<br><br>This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by "
+ "the Free Software Foundation, either version 3 of the License, or (at your option) any later version."
+ "<br><br>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of "
Expand Down
4 changes: 2 additions & 2 deletions src/jprojecttranslator/version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Fri, 02 Sep 2016 12:16:44 +0100
application.buildnumber=105
#Tue, 12 Jan 2021 12:33:21 +0000
application.buildnumber=107


0 comments on commit cf2f4ed

Please sign in to comment.