Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
inao committed Mar 4, 2013
1 parent e683951 commit 0a2f579
Show file tree
Hide file tree
Showing 258 changed files with 34,588 additions and 6 deletions.
8 changes: 8 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="/Users/dtpuser/Documents/dev/rhino1_7R1/js.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>
11 changes: 5 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
*.class

# Package Files #
*.jar
*.war
*.ear
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
17 changes: 17 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>idtagreplacer</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
28 changes: 28 additions & 0 deletions .settings/.svn/entries
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
8

dir
3
file:///Users/dtpuser/Documents/Repos/idtagreplacer/.settings
file:///Users/dtpuser/Documents/Repos



2008-05-13T03:38:47.537851Z
3
dtpuser


svn:special svn:externals svn:needs-lock

org.eclipse.ltk.core.refactoring.prefs
file




2008-05-08T10:59:13.000000Z
9eb0964849650b70d5ffa4f8087d66a7
2008-05-13T03:38:47.537851Z
3
dtpuser

1 change: 1 addition & 0 deletions .settings/.svn/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#Thu May 08 19:59:13 JST 2008
eclipse.preferences.version=1
org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false
3 changes: 3 additions & 0 deletions .settings/org.eclipse.ltk.core.refactoring.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#Thu May 08 19:59:13 JST 2008
eclipse.preferences.version=1
org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false
193 changes: 193 additions & 0 deletions .svn/entries
Original file line number Diff line number Diff line change
@@ -0,0 +1,193 @@
8

dir
1
file:///Users/dtpuser/Documents/Repos/idtagreplacer
file:///Users/dtpuser/Documents/Repos



2008-05-01T02:01:26.966616Z
1
dtpuser


svn:special svn:externals svn:needs-lock











e1e47bc4-fddd-4766-9423-31db148806cb

.classpath
file
8



2008-05-21T05:23:23.000000Z
d1c230a6c9ebaa72b7108195c3a64702
2008-06-09T09:28:20.376402Z
8
dtpuser

tagconf.xml
file
8



2008-05-23T05:10:35.000000Z
9db05db6ebee2be5128789e4c3d336b4
2008-06-09T09:28:20.376402Z
8
dtpuser

python
dir




















deleted

log
dir

.project
file




2008-05-01T02:02:56.000000Z
5ed3b7ec0db35bb538d7b90ca40abe12
2008-05-01T02:01:26.966616Z
1
dtpuser

src
dir

bin
dir




















deleted

tagconf.py
file
2



















deleted

js
dir




















deleted

tagconf.js
file
3



















deleted

.settings
dir

1 change: 1 addition & 0 deletions .svn/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8
8 changes: 8 additions & 0 deletions .svn/text-base/.classpath.svn-base
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="/Users/dtpuser/Documents/dev/rhino1_7R1/js.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>
17 changes: 17 additions & 0 deletions .svn/text-base/.project.svn-base
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>idtagreplacer</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
Loading

0 comments on commit 0a2f579

Please sign in to comment.