dion 2004/06/19 05:42:25
Modified: jnlp/xdocs changes.xml
Added: jnlp/src/plugin-test .cvsignore project.xml maven.xml
jnlp/src/plugin-test/src/main/org/apache/maven Dummy.java
Log:
Add basic test project
Revision Changes Path
1.1 maven-plugins/jnlp/src/plugin-test/.cvsignore
Index: .cvsignore
===================================================================
gump.xml
*.log
1.1 maven-plugins/jnlp/src/plugin-test/project.xml
Index: project.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
<project>
<pomVersion>3</pomVersion>
<id>test-maven-jnlp-plugin</id>
<name>Test project for Maven JNLP Plugin</name>
<groupId>maven</groupId>
<currentVersion>1.0-SNAPSHOT</currentVersion>
<organization>
<name>Apache Software Foundation</name>
<url>http://www.apache.org/</url>
<logo>http://maven.apache.org/images/jakarta-logo-blue.gif</logo>
</organization>
<inceptionYear>2001</inceptionYear>
<package>org.apache.maven</package>
<logo>http://maven.apache.org/images/maven.jpg</logo>
<description>Test for Maven jnlp plugin</description>
<shortDescription>Test for Maven JNLP plugin</shortDescription>
<url>http://maven.apache.org/reference/plugins/jnlp/</url>
<siteDirectory>/www/maven.apache.org/reference/plugins/jnlp/</siteDirectory>
<repository>
<connection>scm:cvs:pserver:[EMAIL
PROTECTED]:/home/cvspublic:maven/src/plugins-build/jnlp/</connection>
<url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/jnlp/</url>
</repository>
<developers>
<developer>
<name>dIon Gillard</name>
<id>dion</id>
<email>[EMAIL PROTECTED]</email>
<organization>Multitask Consulting</organization>
<roles>
<role>Documentation</role>
</roles>
</developer>
</developers>
<build>
<sourceDirectory>src/main</sourceDirectory>
</build>
</project>
1.1 maven-plugins/jnlp/src/plugin-test/maven.xml
Index: maven.xml
===================================================================
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
<project xmlns:util="jelly:util"
xmlns:j="jelly:core"
xmlns:assert="assert">
<goal name="testPlugin" prereqs="test-jnlp">
<attainGoal name="clean"/>
</goal>
<goal name="test-jnlp">
<!--attainGoal name="jnlp"/-->
<!-- make sure code got compiled -->
<!--assert:assertFileExists
file="${maven.build.dest}/org/apache/maven/Dummy.class" /-->
<!-- other tests go here -->
</goal>
</project>
1.1
maven-plugins/jnlp/src/plugin-test/src/main/org/apache/maven/Dummy.java
Index: Dummy.java
===================================================================
package org.apache.maven;
public class Dummy
{
public String badChecky = "error";
}
1.19 +1 -0 maven-plugins/jnlp/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/jnlp/xdocs/changes.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- changes.xml 11 Jun 2004 09:36:41 -0000 1.18
+++ changes.xml 19 Jun 2004 12:42:25 -0000 1.19
@@ -26,6 +26,7 @@
</properties>
<body>
<release version="1.4" date="In CVS">
+ <action dev="dion" type="add">Add initial attempt at test project</action>
<action dev="evenisse" type="fix" issue="MPJNLP-9">Initialize correctly
jnlp:generate-keystore goal.</action>
<action dev="evenisse" type="add" due-to="Pelle Braendgaard"
issue="MPJNLP-8">Added Support for JarDiff.</action>
<action dev="evenisse" type="add">Added maven.jnlp.signjar.storetype
property.</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]