Skip to content

Commit

Permalink
make the archetype working again somehow
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/cocoon/trunk/archetypes@367708 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Jorg Heymans committed Jan 10, 2006
1 parent d487419 commit 7044f1c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cocoon-archetype-core/pom.xml
@@ -1,8 +1,8 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cocoon.maven.archetypes</groupId>
<artifactId>archetype-core</artifactId>
<version>2.2.0-SNAPSHOT</version>
<artifactId>cocoon-archetype-core</artifactId>
<version>1.0-SNAPSHOT</version>
<name>Cocoon Core Archetype</name>
<distributionManagement>
<repository>
Expand Down
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon</artifactId>
<version>2.2</version>
<version>2.2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<!-- the groupId of your application -->
Expand Down
3 changes: 3 additions & 0 deletions cocoon-archetype-core/src/main/resources/makeDescriptor.pl
@@ -1,5 +1,8 @@
#!/usr/bin/perl -W

#Use this script to generate the archetype descriptor, as the format does not allow wildcards yet
# perl makeDescriptor.pl > META-INF/archetype.xml

use Data::Dumper;

#find all files
Expand Down

0 comments on commit 7044f1c

Please sign in to comment.