Skip to content

Commit

Permalink
Revert "ignoring unecessary files"
Browse files Browse the repository at this point in the history
This reverts commit cc59506.
  • Loading branch information
loganlinn committed Apr 2, 2011
1 parent cc59506 commit cb02eb2
Show file tree
Hide file tree
Showing 121 changed files with 11,711 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore

This file was deleted.

29 changes: 29 additions & 0 deletions .svn/all-wcprops
@@ -0,0 +1,29 @@
K 25
svn:wc:ra_dav:version-url
V 68
/svn/!svn/ver/2086/trunk/assignments/logan_linn/final/PivotalTrackie
END
default.properties
K 25
svn:wc:ra_dav:version-url
V 87
/svn/!svn/ver/1887/trunk/assignments/logan_linn/final/PivotalTrackie/default.properties
END
.classpath
K 25
svn:wc:ra_dav:version-url
V 79
/svn/!svn/ver/1887/trunk/assignments/logan_linn/final/PivotalTrackie/.classpath
END
.project
K 25
svn:wc:ra_dav:version-url
V 77
/svn/!svn/ver/1887/trunk/assignments/logan_linn/final/PivotalTrackie/.project
END
AndroidManifest.xml
K 25
svn:wc:ra_dav:version-url
V 88
/svn/!svn/ver/2183/trunk/assignments/logan_linn/final/PivotalTrackie/AndroidManifest.xml
END
16 changes: 16 additions & 0 deletions .svn/dir-props
@@ -0,0 +1,16 @@
K 10
svn:ignore
V 113
# Eclipse meta-information
/.project
/.classpath
/.settings
bin

# Local Properties
local.properties

# SVN
.svn

END
211 changes: 211 additions & 0 deletions .svn/entries
@@ -0,0 +1,211 @@
10

dir
2086
https://vtnetapps.googlecode.com/svn/trunk/assignments/logan_linn/final/PivotalTrackie
https://vtnetapps.googlecode.com/svn



2010-11-30T01:50:07.295384Z
2086
logan.linn@gmail.com
has-props
has-prop-mods












13dd798f-c9a9-0d3a-1410-a4e436c6fec4







immediates
((conflict 4 .git dir update deleted edited (version https://vtnetapps.googlecode.com/svn 4 1887 trunk/assignments/logan_linn/final/PivotalTrackie/.git dir) (version https://vtnetapps.googlecode.com/svn 4 1970 trunk/assignments/logan_linn/final/PivotalTrackie/.git none)))

default.properties
file




2010-11-01T20:04:10.000000Z
8d79ea50b3b4eb3970a455abbc97b61a
2010-11-08T03:02:57.877705Z
1887
loganlinn





















364

.classpath
file




2010-11-01T20:04:10.000000Z
20cf7e6f1cd84dd2fc63bde4738a2a5e
2010-11-08T03:02:57.877705Z
1887
loganlinn





















273

.git
dir



add













copied
https://vtnetapps.googlecode.com/svn/trunk/assignments/logan_linn/final/PivotalTrackie/.git
1887

assets
dir

.project
file




2010-11-01T20:04:10.000000Z
6e7fc9fafe2df3163535ddc5419849d0
2010-11-08T03:02:57.877705Z
1887
loganlinn





















817

AndroidManifest.xml
file
2183



2010-12-01T23:40:12.000000Z
0ccad628faa88afe504efb7320e74b31
2010-12-02T04:08:08.804433Z
2183
loganlinn





















1076

src
dir

bin
dir

design
dir

res
dir

7 changes: 7 additions & 0 deletions .svn/text-base/.classpath.svn-base
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="output" path="bin"/>
</classpath>
33 changes: 33 additions & 0 deletions .svn/text-base/.project.svn-base
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>PivotalTrackie</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
31 changes: 31 additions & 0 deletions .svn/text-base/AndroidManifest.xml.svn-base
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.loganlinn.pivotaltrackie" android:versionCode="1"
android:versionName="1.0">

<application android:icon="@drawable/icon" android:label="@string/app_name"
android:theme="@android:style/Theme.Light.NoTitleBar">
<activity android:name=".ui.HomeActivity" android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />

</intent-filter>

</activity>

<activity android:name=".ui.LoginActivity"></activity>

<activity android:name=".ui.ProjectActivity"></activity>

<activity android:name=".ui.ViewStoryActivity"></activity>

<service android:enabled="true" android:name=".service.SyncService">

</service>
<provider android:name=".provider.ProjectProvider"
android:authorities="com.loganlinn.pivotaltrackie" />
</application>

<uses-permission android:name="android.permission.INTERNET"></uses-permission>
</manifest>
11 changes: 11 additions & 0 deletions .svn/text-base/default.properties.svn-base
@@ -0,0 +1,11 @@
# This file is automatically generated by Android Tools.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file must be checked in Version Control Systems.
#
# To customize properties used by the Ant build system use,
# "build.properties", and override values to adapt the script to your
# project structure.

# Project target.
target=android-8
Empty file removed README
Empty file.
5 changes: 5 additions & 0 deletions src/com/.svn/all-wcprops
@@ -0,0 +1,5 @@
K 25
svn:wc:ra_dav:version-url
V 76
/svn/!svn/ver/2086/trunk/assignments/logan_linn/final/PivotalTrackie/src/com
END
6 changes: 6 additions & 0 deletions src/com/.svn/dir-prop-base
@@ -0,0 +1,6 @@
K 10
svn:ignore
V 6
.git*

END
31 changes: 31 additions & 0 deletions src/com/.svn/entries
@@ -0,0 +1,31 @@
10

dir
2086
https://vtnetapps.googlecode.com/svn/trunk/assignments/logan_linn/final/PivotalTrackie/src/com
https://vtnetapps.googlecode.com/svn



2010-11-30T01:50:07.295384Z
2086
logan.linn@gmail.com
has-props













13dd798f-c9a9-0d3a-1410-a4e436c6fec4

loganlinn
dir

0 comments on commit cb02eb2

Please sign in to comment.