Skip to content

Commit

Permalink
ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
j5ik2o committed Jan 4, 2011
1 parent ef1bdb5 commit 3d520dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/src/generated-json-freemarker
/src/generated-json-velocity
/src/generated-properties-freemarker
/src/generated-properties-velocity
/target
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>codegen</groupId>
<artifactId>codegen</artifactId>
<groupId>jp.tricreo</groupId>
<artifactId>code-generator</artifactId>
<version>0.0.1</version>
<packaging>jar</packaging>
<!-- ビルドの設定 -->
Expand Down Expand Up @@ -113,4 +113,4 @@
<scope>compile</scope>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit 3d520dd

Please sign in to comment.