Skip to content

Commit bdc9156

Browse files
author
Hasan Y Ahmed
committed
switched to more proper java package conventions
1 parent e816f54 commit bdc9156

File tree

5 files changed

+10
-19
lines changed

5 files changed

+10
-19
lines changed

.idea/workspace.xml

+8-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Manifest.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Manifest-Version: 1.0
22
Created-By: Hasan Y Ahmed
33
Class-Path: ./jasypt-1.9.2.jar
4-
Main-Class: Snake
4+
Main-Class: com.hasahmed.simplesnake.Snake
55

build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!-- set global properties for this build -->
77
<property name="pkgname" value="com/hasahmed/simplesnake" />
88
<property name="src" location="src/${pkgname}" />
9-
<property name="out" location="out/${pkgname}" />
9+
<property name="out" location="out/" />
1010
<property name="dist" location="dist" />
1111
<property name="lib" location="lib" />
1212
<property name="jasypt" value="jasypt-1.9.2.jar" />

out/production/META-INF/MANIFEST.MF

-3
This file was deleted.
-15.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)