summaryrefslogtreecommitdiffstats
path: root/maven
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-03-16 20:53:49 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-03-16 20:53:49 +0000
commit7f3b1600785ab32438b87494ef0e55dc34323203 (patch)
treec98fb29a97ec19185fd86030d2d200418f01d0aa /maven
parentff8d52ba4886de1591eeae81f605d4127a2ef889 (diff)
Add bsf 3.0 as it's not available in central repo
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@923976 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven')
-rw-r--r--maven/org/apache/bsf/bsf-all/3.0/bsf-all-3.0.jarbin0 -> 459127 bytes
-rw-r--r--maven/org/apache/bsf/bsf-all/3.0/bsf-all-3.0.jar.md51
-rw-r--r--maven/org/apache/bsf/bsf-all/3.0/bsf-all-3.0.jar.sha11
-rw-r--r--maven/org/apache/bsf/bsf-all/3.0/bsf-all-3.0.pom61
-rw-r--r--maven/org/apache/bsf/parent/3.0/parent-3.0.pom173
5 files changed, 236 insertions, 0 deletions
diff --git a/maven/org/apache/bsf/bsf-all/3.0/bsf-all-3.0.jar b/maven/org/apache/bsf/bsf-all/3.0/bsf-all-3.0.jar
new file mode 100644
index 0000000000..c86986c665
--- /dev/null
+++ b/maven/org/apache/bsf/bsf-all/3.0/bsf-all-3.0.jar
Binary files differ
diff --git a/maven/org/apache/bsf/bsf-all/3.0/bsf-all-3.0.jar.md5 b/maven/org/apache/bsf/bsf-all/3.0/bsf-all-3.0.jar.md5
new file mode 100644
index 0000000000..cc1b05b954
--- /dev/null
+++ b/maven/org/apache/bsf/bsf-all/3.0/bsf-all-3.0.jar.md5
@@ -0,0 +1 @@
+ccf9ff4e5f41a7f2c8234ae551206488 \ No newline at end of file
diff --git a/maven/org/apache/bsf/bsf-all/3.0/bsf-all-3.0.jar.sha1 b/maven/org/apache/bsf/bsf-all/3.0/bsf-all-3.0.jar.sha1
new file mode 100644
index 0000000000..f5eec890bb
--- /dev/null
+++ b/maven/org/apache/bsf/bsf-all/3.0/bsf-all-3.0.jar.sha1
@@ -0,0 +1 @@
+1dbe8f11949e022b68d0c4904f4a247d20085c33 \ No newline at end of file
diff --git a/maven/org/apache/bsf/bsf-all/3.0/bsf-all-3.0.pom b/maven/org/apache/bsf/bsf-all/3.0/bsf-all-3.0.pom
new file mode 100644
index 0000000000..495844e4d3
--- /dev/null
+++ b/maven/org/apache/bsf/bsf-all/3.0/bsf-all-3.0.pom
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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="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.apache.bsf</groupId>
+ <artifactId>parent</artifactId>
+ <version>3.0</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <packaging>pom</packaging>
+ <artifactId>bsf-all</artifactId>
+ <name>Apache BSF project to create the bsf-all jar</name>
+ <description>Apache BSF project to create the bsf-all jar</description>
+
+ <build>
+ <defaultGoal>package</defaultGoal>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>create-bsf-all</id>
+ <phase>validate</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <ant target="create-bsf-all">
+ <property name="localRepository" value="${settings.localRepository}"/>
+ <property name="bsf.version" value="${project.version}"/>
+ </ant>
+ </tasks>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
diff --git a/maven/org/apache/bsf/parent/3.0/parent-3.0.pom b/maven/org/apache/bsf/parent/3.0/parent-3.0.pom
new file mode 100644
index 0000000000..135f303c6e
--- /dev/null
+++ b/maven/org/apache/bsf/parent/3.0/parent-3.0.pom
@@ -0,0 +1,173 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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="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>org.apache.bsf</groupId>
+ <artifactId>parent</artifactId>
+ <version>3.0</version>
+
+ <name>Apache BSF</name>
+ <description>Apache BSF</description>
+
+ <packaging>pom</packaging>
+ <url>http://jakarta.apache.org/bsf/</url>
+
+ <properties>
+ <bsf.version>${project.version}</bsf.version>
+ <junit.version>3.8.2</junit.version>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+ </properties>
+
+ <issueManagement>
+ <url>http://issues.apache.org/jira/browse/BSF</url>
+ </issueManagement>
+
+ <mailingLists>
+ <mailingList>
+ <name>Apache BSF Developer List</name>
+ <subscribe>bsf-dev-subscribe@jakarta.apache.org</subscribe>
+ <unsubscribe>bsf-dev-unsubscribe@jakarta.apache.org</unsubscribe>
+ <post>bsf-dev@jakarta.apache.org</post>
+ <archive>http://mail-archives.apache.org/mod_mbox/jakarta-bsf-dev/</archive>
+ </mailingList>
+ <mailingList>
+ <name>Apache BSF User List</name>
+ <subscribe>bsf-user-subscribe@jakarta.apache.org</subscribe>
+ <unsubscribe>bsf-user-unsubscribe@jakarta.apache.org</unsubscribe>
+ <post>bsf-user@jakarta.apache.org</post>
+ <archive>http://mail-archives.apache.org/mod_mbox/jakarta-bsf-user/</archive>
+ </mailingList>
+ </mailingLists>
+
+ <inceptionYear>1999</inceptionYear>
+
+ <licenses>
+ <license>
+ <name>The Apache Software License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/bsf/branches/bsf3.x</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/bsf/branches/bsf3.x</developerConnection>
+ <url>http://svn.apache.org/viewvc/jakarta/bsf/trunk/bsf3/</url>
+ </scm>
+
+ <organization>
+ <name>The Apache Software Foundation</name>
+ <url>http://www.apache.org/</url>
+ </organization>
+
+ <build>
+ <defaultGoal>install</defaultGoal>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0.2</version>
+ <configuration>
+ <source>1.4</source>
+ <target>1.4</target>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.4.3</version>
+ <configuration>
+ <includes>
+ <include>**/*Test*.java</include>
+ </includes>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.2</version>
+ <configuration>
+ <archive>
+ <manifestEntries>
+ <Extension-Name>${pom.groupId}</Extension-Name>
+ <Specification-Title>${pom.artifactId}</Specification-Title>
+ <Specification-Vendor>Apache Software Foundation</Specification-Vendor>
+ <Specification-Version>${pom.version}</Specification-Version>
+ <Implementation-Title>Apache BSF</Implementation-Title>
+ <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
+ <Implementation-Vendor>Apache Software Foundation</Implementation-Vendor>
+ <Implementation-Version>${pom.version}</Implementation-Version>
+ <X-Compile-Source-JDK>1.4</X-Compile-Source-JDK>
+ <X-Compile-Target-JDK>1.4</X-Compile-Target-JDK>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>2.1</version>
+ <configuration>
+ <descriptors>
+ <descriptor>distribution/bin.xml</descriptor>
+ <descriptor>distribution/src.xml</descriptor>
+ </descriptors>
+ <finalName>bsf-${bsf.version}</finalName>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <inherited>false</inherited>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.6</version>
+ <configuration>
+ <aggregate>true</aggregate>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>2.0.1</version>
+ <inherited>false</inherited>
+ </plugin>
+ </plugins>
+ </reporting>
+
+ <modules>
+ <module>bsf-api</module>
+ <module>bsf-engines</module>
+ <module>bsf-utils</module>
+ <module>distribution</module>
+ <module>testing</module>
+ </modules>
+
+</project> \ No newline at end of file