[jboss-cvs] Picketbox SVN: r116 - in commons/trunk: picketbox-commons and 4 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 22 16:54:06 EDT 2010


Author: mmoyses
Date: 2010-09-22 16:54:05 -0400 (Wed, 22 Sep 2010)
New Revision: 116

Added:
   commons/trunk/picketbox-commons/
   commons/trunk/picketbox-commons/.classpath
   commons/trunk/picketbox-commons/.project
   commons/trunk/picketbox-commons/.settings/
   commons/trunk/picketbox-commons/.settings/org.eclipse.jdt.core.prefs
   commons/trunk/picketbox-commons/.settings/org.maven.ide.eclipse.prefs
   commons/trunk/picketbox-commons/pom.xml
   commons/trunk/picketbox-commons/src/
   commons/trunk/picketbox-commons/src/main/
   commons/trunk/picketbox-commons/src/main/java/
   commons/trunk/picketbox-commons/target/
   commons/trunk/picketbox-commons/target/classes/
   commons/trunk/picketbox-commons/target/eclipse-classes/
   commons/trunk/picketbox-commons/target/test-classes/
   commons/trunk/pom.xml
Log:
starting project

Added: commons/trunk/picketbox-commons/.classpath
===================================================================
--- commons/trunk/picketbox-commons/.classpath	                        (rev 0)
+++ commons/trunk/picketbox-commons/.classpath	2010-09-22 20:54:05 UTC (rev 116)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+	<classpathentry kind="output" path="target/classes"/>
+</classpath>

Added: commons/trunk/picketbox-commons/.project
===================================================================
--- commons/trunk/picketbox-commons/.project	                        (rev 0)
+++ commons/trunk/picketbox-commons/.project	2010-09-22 20:54:05 UTC (rev 116)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>picketbox-commons</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.maven.ide.eclipse.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.maven.ide.eclipse.maven2Nature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>

Added: commons/trunk/picketbox-commons/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- commons/trunk/picketbox-commons/.settings/org.eclipse.jdt.core.prefs	                        (rev 0)
+++ commons/trunk/picketbox-commons/.settings/org.eclipse.jdt.core.prefs	2010-09-22 20:54:05 UTC (rev 116)
@@ -0,0 +1,9 @@
+#Wed Sep 22 17:51:02 BRT 2010
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
+org.eclipse.jdt.core.compiler.source=1.6

Added: commons/trunk/picketbox-commons/.settings/org.maven.ide.eclipse.prefs
===================================================================
--- commons/trunk/picketbox-commons/.settings/org.maven.ide.eclipse.prefs	                        (rev 0)
+++ commons/trunk/picketbox-commons/.settings/org.maven.ide.eclipse.prefs	2010-09-22 20:54:05 UTC (rev 116)
@@ -0,0 +1,9 @@
+#Wed Sep 22 17:50:16 BRT 2010
+activeProfiles=
+eclipse.preferences.version=1
+fullBuildGoals=process-test-resources
+includeModules=false
+resolveWorkspaceProjects=true
+resourceFilterGoals=process-resources resources\:testResources
+skipCompilerPlugin=true
+version=1

Added: commons/trunk/picketbox-commons/pom.xml
===================================================================
--- commons/trunk/picketbox-commons/pom.xml	                        (rev 0)
+++ commons/trunk/picketbox-commons/pom.xml	2010-09-22 20:54:05 UTC (rev 116)
@@ -0,0 +1,15 @@
+<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">
+	<parent>
+		<groupId>org.picketbox</groupId>
+		<artifactId>picketbox-commons-aggregator-pom</artifactId>	
+		<version>3.0.0.CR1-SNAPSHOT</version>
+	</parent>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.picketbox</groupId>
+	<artifactId>picketbox-commons</artifactId>
+	<packaging>jar</packaging>
+	<version>1.0.0-SNAPSHOT</version>
+	<name>Picketbox Commons</name>
+	<url>http://jboss.org/picketbox</url>
+	<description>Common classes for security projects</description>
+</project>


Property changes on: commons/trunk/picketbox-commons/pom.xml
___________________________________________________________________
Name: svn:executable
   + *


Property changes on: commons/trunk/picketbox-commons/target
___________________________________________________________________
Name: svn:ignore
   + *


Added: commons/trunk/pom.xml
===================================================================
--- commons/trunk/pom.xml	                        (rev 0)
+++ commons/trunk/pom.xml	2010-09-22 20:54:05 UTC (rev 116)
@@ -0,0 +1,28 @@
+<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">
+	<parent>
+		<groupId>org.picketbox</groupId>
+		<artifactId>picketbox-parent</artifactId>
+		<version>3.0.0.CR1-SNAPSHOT</version>
+	</parent>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.picketbox</groupId>
+	<artifactId>picketbox-commons-aggregator-pom</artifactId>
+	<packaging>pom</packaging>
+	<name>PicketBox Commons - Aggregator</name>
+	<url>http://jboss.org/picketbox</url>
+	<description>PicketBox is a security framework</description>
+	<licenses>
+		<license>
+			<name>lgpl</name>
+			<url>http://repository.jboss.com/licenses/lgpl.txt</url>
+		</license>
+	</licenses>
+	<organization>
+		<name>JBoss Inc.</name>
+		<url>http://www.jboss.org</url>
+	</organization>
+
+	<modules>
+		<module>picketbox-commons</module>
+	</modules>
+</project>



More information about the jboss-cvs-commits mailing list