Skip to content
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.

Commit

Permalink
Tagged emptiness-1.10 .
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Jul 15, 2010
1 parent 0cb6923 commit f721a87
Show file tree
Hide file tree
Showing 37 changed files with 78 additions and 1,459 deletions.
674 changes: 0 additions & 674 deletions LICENSE.txt

This file was deleted.

Binary file removed design/logo.pxm
Binary file not shown.
96 changes: 0 additions & 96 deletions emptiness/pom.xml

This file was deleted.

147 changes: 78 additions & 69 deletions pom.xml
@@ -1,87 +1,96 @@
<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">
<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>wordpress</groupId>
<artifactId>bitpress</artifactId>
<packaging>pom</packaging>
<modules>
<module>emptiness</module>
<module>reflection</module>
</modules>
<version>0.1</version>
<description>A collection of WordPress plugins and themes contributed by Studio Cliffano.</description>
<artifactId>emptiness</artifactId>
<version>1.10</version>
<description>
A minimalist theme with a white background, containing mostly texts with a header image. Simple and clean, with very lightweight HTML and CSS.
</description>
<inceptionYear>2008</inceptionYear>
<name>BitPress</name>
<url>http://code.google.com/p/bitpress/</url>
<issueManagement>
<system>Google Code</system>
<url>http://code.google.com/p/bitpress/issues/list</url>
</issueManagement>
<mailingLists>
</mailingLists>
<ciManagement>
<system>hudson</system>
<url>http://tools.cliffano.com/hudson/job/bitpress/</url>
<notifiers>
<notifier>
<type>mail</type>
<configuration>
<address>blah@cliffano.com</address>
</configuration>
</notifier>
</notifiers>
</ciManagement>
<pluginRepositories>
<pluginRepository>
<id>atlassian-public</id>
<url>https://maven.atlassian.com/public/</url>
</pluginRepository>
</pluginRepositories>
<distributionManagement>
<site>
<id>ayame</id>
<url>scp://cliffano@cliffano.com:2218/var/www/cliffano.com/studio/wordpress/bitpress</url>
</site>
</distributionManagement>
<scm>
<connection>
scm:svn:http://bitpress.googlecode.com/svn/trunk/
</connection>
</scm>
<developers>
<developer>
<id>cliffano</id>
<name>Cliffano Subagio</name>
<email>blah@cliffano.com</email>
<url>http://blog.cliffano.com</url>
<roles>
<role>Developer</role>
</roles>
<timezone>+10</timezone>
</developer>
</developers>
<name>Emptiness Theme</name>
<parent>
<groupId>wordpress</groupId>
<artifactId>bitpress</artifactId>
<version>0.1</version>
</parent>
<licenses>
<license>
<name>GPL License</name>
<url>LICENSE.txt</url>
<url>../LICENSE.txt</url>
</license>
</licenses>
<organization>
<name>Studio Cliffano</name>
<url>http://cliffano.com</url>
</organization>
<dependencies>
</dependencies>
<build>
</build>
<reporting>
<plugins>
<plugin>
<artifactId>maven-changes-plugin</artifactId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptors>
<descriptor>src/main/assembly/descriptor.xml</descriptor>
</descriptors>
<finalName>${project.artifactId}</finalName>
</configuration>
<executions>
<execution>
<id>assembly-package</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.2</version>
<executions>
<execution>
<id>antrun-prepare-package</id>
<phase>prepare-package</phase>
<configuration>
<tasks>
<copy todir="${project.build.directory}/src">
<fileset dir="src" />
</copy>
<replace file="${project.build.directory}/src/main/resources/styles/style.css" value="${version}">
<replacefilter token="@version@" />
</replace>
</tasks>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
<execution>
<id>antrun-package</id>
<phase>package</phase>
<configuration>
<tasks>
<unzip src="${project.build.directory}/${project.artifactId}.zip" dest="${project.build.directory}" />
<zip destfile="${project.build.directory}/${project.artifactId}-${project.version}.zip">
<zipfileset dir="${project.build.directory}/${project.artifactId}" prefix="${project.artifactId}" />
</zip>
</tasks>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<groupId>com.atlassian.maven.plugins</groupId>
<artifactId>maven-upload-plugin</artifactId>
<version>1.1</version>
<configuration>
<resourceSrc>${project.build.directory}/${project.artifactId}/*</resourceSrc>
<resourceDest>${project.artifactId}</resourceDest>
<serverId>ayame</serverId>
<url>scp://cliffano@cliffano.com:2218/var/www/cliffano.com/blog/wp-content/themes/</url>
</configuration>
</plugin>
</plugins>
</reporting>
</build>
</project>
75 changes: 0 additions & 75 deletions reflection/pom.xml

This file was deleted.

21 changes: 0 additions & 21 deletions reflection/readme.txt

This file was deleted.

26 changes: 0 additions & 26 deletions reflection/src/changes/changes.xml

This file was deleted.

0 comments on commit f721a87

Please sign in to comment.