Skip to content

Commit

Permalink
changed project structure to fit maven modules
Browse files Browse the repository at this point in the history
  • Loading branch information
g3force committed Oct 21, 2015
1 parent 5267807 commit 9d446b7
Show file tree
Hide file tree
Showing 130 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>bluetoothprotobuf</name>
<name>AndroidBluetoothProtobuf</name>
<comment></comment>
<projects>
</projects>
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion BluetoothProtobufApp/.project → app/.project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>BluetoothProtobufApp</name>
<name>app</name>
<comment></comment>
<projects>
</projects>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion BluetoothProtobufCore/.project → client/.project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>BluetoothProtobufCore</name>
<name>client</name>
<comment></comment>
<projects>
</projects>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion BluetoothProtobufLibPC/.project → core/.project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>BluetoothProtobufLibPC</name>
<name>core</name>
<comment></comment>
<projects>
</projects>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>BluetoothProtobufLibAndroid</name>
<name>libandroid</name>
<comment></comment>
<projects>
</projects>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion BluetoothProtobufClient/.project → libpc/.project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>BluetoothProtobufClient</name>
<name>libpc</name>
<comment></comment>
<projects>
</projects>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion BluetoothProtobufMessages/.project → messages/.project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>BluetoothProtobufMessages</name>
<name>messages</name>
<comment></comment>
<projects>
</projects>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<modules>
<module>core</module>
<module>libpc</module>
<module>libandroid</module>
<!-- <module>libandroid</module> -->
</modules>

<distributionManagement>
Expand Down

0 comments on commit 9d446b7

Please sign in to comment.