Skip to content

Commit

Permalink
add dependent local repo jars
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaneberly committed Nov 23, 2013
1 parent 14b3196 commit d79cb15
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>cfbugs-plugin</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.maven.ide.eclipse.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.maven.ide.eclipse.maven2Nature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
2 changes: 2 additions & 0 deletions cfbugs/importlocalmaven.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mvn install:install-file -Dfile=lib\cfml.parsing.jar -DgroupId=cfml.parsing -DartifactId=cfml.parsing -Dversion=0.0.1 -Dpackaging=jar
mvn install:install-file -Dfile=lib\cfml.dictionary.jar -DgroupId=cfml.dictionary -DartifactId=cfml.dictionary -Dversion=0.0.1 -Dpackaging=jar
4 changes: 4 additions & 0 deletions cfbugs/lib/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
see
https://github.com/denuno/cfml.parsing.git
and
https://github.com/denuno/cfml.dictionary.git
Binary file added cfbugs/lib/cfml.dictionary.jar
Binary file not shown.
Binary file added cfbugs/lib/cfml.parsing.jar
Binary file not shown.
Binary file removed cfbugs/lib/json-simple-1.1.1.jar
Binary file not shown.

0 comments on commit d79cb15

Please sign in to comment.