Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.DS_Store
target/
Empty file modified INSTALL
100755 → 100644
Empty file.
Empty file modified README
100755 → 100644
Empty file.
55 changes: 0 additions & 55 deletions blocks.properties

This file was deleted.

145 changes: 0 additions & 145 deletions blocks/cocoon/build.xml

This file was deleted.

Empty file removed blocks/cocoon/lib/nothing
Empty file.
30 changes: 30 additions & 0 deletions blocks/cocoon/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-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/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>
<artifactId>kabeja-cocoon</artifactId>
<name>Kabeja Cocoon module</name>
<packaging>jar</packaging>

<parent>
<groupId>org.kabeja</groupId>
<artifactId>kabeja</artifactId>
<version>0.4.2-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon-core</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.kabeja</groupId>
<artifactId>kabeja-svg</artifactId>
<version>0.4.2-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading