Skip to content

Commit

Permalink
the first directory setup
Browse files Browse the repository at this point in the history
  • Loading branch information
grammarware committed Nov 30, 2012
1 parent e630b6c commit 3484ffc
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open
====
Open Science-related scripts
============================

Open Science-related scripts
![Open Knowledge](http://grammarware.net/images/open-knowledge.png)
1 change: 1 addition & 0 deletions data/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
For now there is no open data attached to this project.
7 changes: 7 additions & 0 deletions rascal/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
1 change: 1 addition & 0 deletions rascal/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bin
52 changes: 52 additions & 0 deletions rascal/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>open</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>rascal_eclipse.rascal_builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>rascal_eclipse.term_builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>rascal_eclipse.rascal_nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>rascal_eclipse.term_nature</nature>
</natures>
<linkedResources>
<link>
<name>eclipse</name>
<type>2</type>
<locationURI>rascal-library://eclipse</locationURI>
</link>
<link>
<name>std</name>
<type>2</type>
<locationURI>rascal-library://rascal</locationURI>
</link>
</linkedResources>
</projectDescription>
8 changes: 8 additions & 0 deletions rascal/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: open
Bundle-SymbolicName: open
Bundle-Version: 1.0.0
Require-Bundle: org.eclipse.imp.pdb.values,
rascal
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
1 change: 1 addition & 0 deletions rascal/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bin.includes = META-INF/

0 comments on commit 3484ffc

Please sign in to comment.