Skip to content

Commit

Permalink
changed package name to latexhelper
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzfl committed Nov 16, 2016
1 parent 2c206dd commit af08ea4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Manifest-Version: 1.0
Main-Class: de.moritzf.latexpresentation.Main
Main-Class: de.moritzf.latexhelper.Main

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package de.moritzf.latexpresentation;
package de.moritzf.latexhelper;


import java.awt.Color;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package de.moritzf.latexpresentation;
package de.moritzf.latexhelper;

import java.awt.BorderLayout;
import java.awt.Container;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package de.moritzf.latexpresentation;
package de.moritzf.latexhelper;
import java.awt.Image;
import java.awt.datatransfer.DataFlavor;
import java.awt.datatransfer.Transferable;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package de.moritzf.latexpresentation;
package de.moritzf.latexhelper;


public class Main {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package de.moritzf.latexpresentation;
package de.moritzf.latexhelper;

import java.awt.GraphicsDevice;
import java.awt.MouseInfo;
Expand Down

0 comments on commit af08ea4

Please sign in to comment.