Skip to content

Commit

Permalink
fixed tag and added runnable jar
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitoii11 committed Aug 28, 2016
1 parent 8294438 commit ed625c0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*.jar
*.war
*.ear
!layoutconverter*with-dependencies.jar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Interconvertable Layout Software for CellDesigner provides the way to convert fr


## How to convert file
java -jar layoutconverter-with-dependencies.jar /path/to/input.xml /path/to/output.xml
java -jar layoutconverter-1.0.0-with-dependencies.jar /path/to/input.xml /path/to/output.xml
### Command Line Options
**-h, --help**

Expand Down
2 changes: 1 addition & 1 deletion descriptor.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">>
<id>jar-with-dependencies</id>
<id>with-dependencies</id>
<formats>
<format>jar</format>
</formats>
Expand Down
Binary file added layoutconverter-1.0.0-with-dependencies.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>celldesigner-parser</groupId>
<artifactId>celldesigner-parser</artifactId>
<groupId>layoutconverter</groupId>
<artifactId>layoutconverter</artifactId>
<version>1.0.0</version>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down

0 comments on commit ed625c0

Please sign in to comment.