Skip to content

Commit

Permalink
Fixed #191.
Browse files Browse the repository at this point in the history
Changed project layout as hierarchical.
  • Loading branch information
ashigeru committed Jun 12, 2012
1 parent 3fd0fa5 commit 74c220d
Show file tree
Hide file tree
Showing 4,306 changed files with 593 additions and 395 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
File renamed without changes.
1 change: 0 additions & 1 deletion asakusa-aggregator/README

This file was deleted.

134 changes: 0 additions & 134 deletions asakusa-aggregator/pom.xml

This file was deleted.

202 changes: 0 additions & 202 deletions ashigel-compiler/LICENSE

This file was deleted.

5 changes: 0 additions & 5 deletions ashigel-compiler/NOTICE

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -8,7 +8,7 @@
<artifactId>asakusa-parent</artifactId>
<groupId>com.asakusafw</groupId>
<version>0.4-SNAPSHOT</version>
<relativePath>../asakusa-parent</relativePath>
<relativePath>../../asakusa-parent</relativePath>
</parent>

<description>Asakusa Batch Runtime Library</description>
Expand Down
30 changes: 30 additions & 0 deletions core-project/pom.xml
@@ -0,0 +1,30 @@
<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>
<name>Asakusa Framework core project</name>
<groupId>com.asakusafw</groupId>
<artifactId>asakusa-core-project</artifactId>
<version>0.4-SNAPSHOT</version>
<packaging>pom</packaging>

<description>Asakusa Framework core project</description>
<url>http://asakusafw.com</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<inceptionYear>2011</inceptionYear>
<organization>
<name>Asakusa Framework Team</name>
<url>http://asakusafw.com</url>
</organization>

<modules>
<module>asakusa-runtime</module>
</modules>

</project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -8,7 +8,7 @@
<artifactId>asakusa-parent</artifactId>
<groupId>com.asakusafw</groupId>
<version>0.4-SNAPSHOT</version>
<relativePath>../asakusa-parent</relativePath>
<relativePath>../../asakusa-parent</relativePath>
</parent>

<description>Asakusa Command Line Tools/Scripts for Application Development</description>
Expand Down
File renamed without changes.

0 comments on commit 74c220d

Please sign in to comment.