You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2007/12/10 20:35:21 UTC

svn commit: r603009 - in /servicemix/smx4/runtime/trunk: ./ assembly/ assembly/src/main/filtered-resources/etc/ assembly/src/main/release/etc/ filemonitor/src/test/data/foo/ filemonitor/src/test/data/foo/META-INF/ gshell/gshell-core/

Author: gnodet
Date: Mon Dec 10 11:35:20 2007
New Revision: 603009

URL: http://svn.apache.org/viewvc?rev=603009&view=rev
Log:
Add some ASF headers, create release profile, remove unneeded repos

Added:
    servicemix/smx4/runtime/trunk/RELEASE-NOTES.txt
Modified:
    servicemix/smx4/runtime/trunk/NOTICE.txt
    servicemix/smx4/runtime/trunk/README.txt
    servicemix/smx4/runtime/trunk/assembly/expand-camel-example
    servicemix/smx4/runtime/trunk/assembly/install-camel
    servicemix/smx4/runtime/trunk/assembly/install-camel-example
    servicemix/smx4/runtime/trunk/assembly/rebuild
    servicemix/smx4/runtime/trunk/assembly/src/main/filtered-resources/etc/startup.properties
    servicemix/smx4/runtime/trunk/assembly/src/main/release/etc/org.apache.servicemix.management.cfg
    servicemix/smx4/runtime/trunk/assembly/src/main/release/etc/org.apache.servicemix.shell.cfg
    servicemix/smx4/runtime/trunk/assembly/src/main/release/etc/org.ops4j.pax.logging.cfg
    servicemix/smx4/runtime/trunk/filemonitor/src/test/data/foo/META-INF/MANIFEST.MF
    servicemix/smx4/runtime/trunk/filemonitor/src/test/data/foo/foo.txt
    servicemix/smx4/runtime/trunk/gshell/gshell-core/pom.xml
    servicemix/smx4/runtime/trunk/pom.xml

Modified: servicemix/smx4/runtime/trunk/NOTICE.txt
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/NOTICE.txt?rev=603009&r1=603008&r2=603009&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/NOTICE.txt (original)
+++ servicemix/smx4/runtime/trunk/NOTICE.txt Mon Dec 10 11:35:20 2007
@@ -6,3 +6,6 @@
    This product contains software developed by
    The Apache Software Foundation (http://www.apache.org/).
 
+   This product contains software developed by
+   Open Participation Software for Java (http://www.ops4j.org/).
+

Modified: servicemix/smx4/runtime/trunk/README.txt
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/README.txt?rev=603009&r1=603008&r2=603009&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/README.txt (original)
+++ servicemix/smx4/runtime/trunk/README.txt Mon Dec 10 11:35:20 2007
@@ -1,47 +1,47 @@
-/*
- * 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.
- */
-
-Welcome to Apache ServiceMix 4.0!
-=================================
-Apache ServiceMix is an open source distributed Enterprise Service Bus (ESB)
-and SOA toolkit built from the ground up on the semantics and APIs of the Java 
-Business Integration (JBI) specification JSR 208 and released under the Apache 
-2.0 license.
-
-Apache ServiceMix is lightweight and easily embeddable, has integrated Spring 
-support and can be run at the edge of the network (inside a client or server),
-as a standalone ESB provider or as a service within another ESB. 
-You can use ServiceMix in Java SE or a Java EE application server.
-
-
-Getting Started
-===============
-To find out how to get started try this
-http://servicemix.apache.org/1-quick-start.html
-
-If you need more help try talking to us on our mailing lists
-http://servicemix.apache.org/mailing-lists.html
-
-
-We welcome contributions
-http://servicemix.apache.org/contributing.html
-
-Many thanks for using Apache ServiceMix.
-
-
-The ServiceMix Team
-http://servicemix.apache.org/team.html
+/*
+ * 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.
+ */
+
+Welcome to Apache ServiceMix Runtime 0.1!
+=========================================
+Apache ServiceMix is an open source distributed Enterprise Service Bus (ESB)
+and SOA toolkit built from the ground up on the semantics and APIs of the Java 
+Business Integration (JBI) specification JSR 208 and released under the Apache 
+2.0 license.
+
+Apache ServiceMix is lightweight and easily embeddable, has integrated Spring 
+support and can be run at the edge of the network (inside a client or server),
+as a standalone ESB provider or as a service within another ESB. 
+You can use ServiceMix in Java SE or a Java EE application server.
+
+
+Getting Started
+===============
+To find out how to get started try this
+http://servicemix.apache.org/1-quick-start.html
+
+If you need more help try talking to us on our mailing lists
+http://servicemix.apache.org/mailing-lists.html
+
+
+We welcome contributions
+http://servicemix.apache.org/contributing.html
+
+Many thanks for using Apache ServiceMix.
+
+
+The ServiceMix Team
+http://servicemix.apache.org/team.html

Added: servicemix/smx4/runtime/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/RELEASE-NOTES.txt?rev=603009&view=auto
==============================================================================
--- servicemix/smx4/runtime/trunk/RELEASE-NOTES.txt (added)
+++ servicemix/smx4/runtime/trunk/RELEASE-NOTES.txt Mon Dec 10 11:35:20 2007
@@ -0,0 +1,17 @@
+/*
+ * 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.
+ */
+

Modified: servicemix/smx4/runtime/trunk/assembly/expand-camel-example
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/assembly/expand-camel-example?rev=603009&r1=603008&r2=603009&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/assembly/expand-camel-example (original)
+++ servicemix/smx4/runtime/trunk/assembly/expand-camel-example Mon Dec 10 11:35:20 2007
@@ -1,16 +1,35 @@
-#!/usr/bin/env bash
-
-export DESTDIR=target/org.apache.servicemix.runtime.minimum-4.0-SNAPSHOT/deploy
-export CAMEL_VERSION=1.3-SNAPSHOT
-
-ARGV=( $@ )
-
-export JAR=~/.m2/repository/org/apache/camel/camel-example-osgi/$CAMEL_VERSION/camel-example-osgi-$CAMEL_VERSION.jar
-echo "Deploying $JAR"
-
-cd $DESTDIR
-mkdir camel-example-osgi
-cd camel-example-osgi
-jar xf $JAR
-
-
+################################################################################
+#
+#    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.
+#
+################################################################################
+
+#!/usr/bin/env bash
+
+export DESTDIR=target/org.apache.servicemix.runtime.minimum-4.0-SNAPSHOT/deploy
+export CAMEL_VERSION=1.3-SNAPSHOT
+
+ARGV=( $@ )
+
+export JAR=~/.m2/repository/org/apache/camel/camel-example-osgi/$CAMEL_VERSION/camel-example-osgi-$CAMEL_VERSION.jar
+echo "Deploying $JAR"
+
+cd $DESTDIR
+mkdir camel-example-osgi
+cd camel-example-osgi
+jar xf $JAR
+
+

Modified: servicemix/smx4/runtime/trunk/assembly/install-camel
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/assembly/install-camel?rev=603009&r1=603008&r2=603009&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/assembly/install-camel (original)
+++ servicemix/smx4/runtime/trunk/assembly/install-camel Mon Dec 10 11:35:20 2007
@@ -1,12 +1,31 @@
-#!/usr/bin/env bash
-
-export VERSION=4.0-SNAPSHOT
-export DESTDIR=target/org.apache.servicemix.runtime.minimum-$VERSION/deploy
-
-export JAR=~/.m2/repository/org/apache/servicemix/features/org.apache.servicemix.features.camel/$VERSION/org.apache.servicemix.features.camel-$VERSION.zip
-
-echo "Expanding $JAR"
-jar xf $JAR
-
-mv org.apache.* $DESTDIR
-
+################################################################################
+#
+#    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.
+#
+################################################################################
+
+#!/usr/bin/env bash
+
+export VERSION=4.0-SNAPSHOT
+export DESTDIR=target/org.apache.servicemix.runtime.minimum-$VERSION/deploy
+
+export JAR=~/.m2/repository/org/apache/servicemix/features/org.apache.servicemix.features.camel/$VERSION/org.apache.servicemix.features.camel-$VERSION.zip
+
+echo "Expanding $JAR"
+jar xf $JAR
+
+mv org.apache.* $DESTDIR
+

Modified: servicemix/smx4/runtime/trunk/assembly/install-camel-example
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/assembly/install-camel-example?rev=603009&r1=603008&r2=603009&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/assembly/install-camel-example (original)
+++ servicemix/smx4/runtime/trunk/assembly/install-camel-example Mon Dec 10 11:35:20 2007
@@ -1,22 +1,41 @@
-#!/usr/bin/env bash
-
-export DESTDIR=target/org.apache.servicemix.runtime.minimum-4.0-SNAPSHOT/deploy
-export CAMEL_VERSION=1.3-SNAPSHOT
-
-ARGV=( $@ )
-
-export JAR=~/.m2/repository/org/apache/camel/camel-example-osgi/$CAMEL_VERSION/camel-example-osgi-$CAMEL_VERSION.jar
-echo "Deploying $JAR"
-
-cp $JAR $DESTDIR
-
-
-#export JAR=~/.m2/repository/org/apache/camel/camel-core/$CAMEL_VERSION/camel-core-$CAMEL_VERSION.jar
-#echo "Deploying $JAR"
-#cp $JAR $DESTDIR
-
-#export JAR=~/.m2/repository/org/apache/camel/camel-spring/$CAMEL_VERSION/camel-spring-$CAMEL_VERSION.jar
-#echo "Deploying $JAR"
-#cp $JAR $DESTDIR
-
-
+################################################################################
+#
+#    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.
+#
+################################################################################
+
+#!/usr/bin/env bash
+
+export DESTDIR=target/org.apache.servicemix.runtime.minimum-4.0-SNAPSHOT/deploy
+export CAMEL_VERSION=1.3-SNAPSHOT
+
+ARGV=( $@ )
+
+export JAR=~/.m2/repository/org/apache/camel/camel-example-osgi/$CAMEL_VERSION/camel-example-osgi-$CAMEL_VERSION.jar
+echo "Deploying $JAR"
+
+cp $JAR $DESTDIR
+
+
+#export JAR=~/.m2/repository/org/apache/camel/camel-core/$CAMEL_VERSION/camel-core-$CAMEL_VERSION.jar
+#echo "Deploying $JAR"
+#cp $JAR $DESTDIR
+
+#export JAR=~/.m2/repository/org/apache/camel/camel-spring/$CAMEL_VERSION/camel-spring-$CAMEL_VERSION.jar
+#echo "Deploying $JAR"
+#cp $JAR $DESTDIR
+
+

Modified: servicemix/smx4/runtime/trunk/assembly/rebuild
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/assembly/rebuild?rev=603009&r1=603008&r2=603009&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/assembly/rebuild (original)
+++ servicemix/smx4/runtime/trunk/assembly/rebuild Mon Dec 10 11:35:20 2007
@@ -1,7 +1,26 @@
-#!/usr/bin/env bash
-mvn clean install
-cd target
-gunzip *SNAPSHOT.tar.gz
-tar xf *SNAPSHOT.tar
-
-
+################################################################################
+#
+#    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.
+#
+################################################################################
+
+#!/usr/bin/env bash
+mvn clean install
+cd target
+gunzip *SNAPSHOT.tar.gz
+tar xf *SNAPSHOT.tar
+
+

Modified: servicemix/smx4/runtime/trunk/assembly/src/main/filtered-resources/etc/startup.properties
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/assembly/src/main/filtered-resources/etc/startup.properties?rev=603009&r1=603008&r2=603009&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/assembly/src/main/filtered-resources/etc/startup.properties (original)
+++ servicemix/smx4/runtime/trunk/assembly/src/main/filtered-resources/etc/startup.properties Mon Dec 10 11:35:20 2007
@@ -1,3 +1,22 @@
+################################################################################
+#
+#    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.
+#
+################################################################################
+
 # This file allows you to control the start level of each bundle.
 #
 

Modified: servicemix/smx4/runtime/trunk/assembly/src/main/release/etc/org.apache.servicemix.management.cfg
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/assembly/src/main/release/etc/org.apache.servicemix.management.cfg?rev=603009&r1=603008&r2=603009&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/assembly/src/main/release/etc/org.apache.servicemix.management.cfg (original)
+++ servicemix/smx4/runtime/trunk/assembly/src/main/release/etc/org.apache.servicemix.management.cfg Mon Dec 10 11:35:20 2007
@@ -1,26 +1,27 @@
-#
-# 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.
-#
-#
-rmiRegistryPort = 1099
-jmxLogin        = smx
-jmxPassword     = smx
-serviceUrl      = service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi
-daemon          = true
-threaded        = true
-objectName      = connector:name=rmi
+################################################################################
+#
+#    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.
+#
+################################################################################
+
+#
+rmiRegistryPort = 1099
+jmxLogin        = smx
+jmxPassword     = smx
+serviceUrl      = service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi
+daemon          = true
+threaded        = true
+objectName      = connector:name=rmi

Modified: servicemix/smx4/runtime/trunk/assembly/src/main/release/etc/org.apache.servicemix.shell.cfg
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/assembly/src/main/release/etc/org.apache.servicemix.shell.cfg?rev=603009&r1=603008&r2=603009&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/assembly/src/main/release/etc/org.apache.servicemix.shell.cfg (original)
+++ servicemix/smx4/runtime/trunk/assembly/src/main/release/etc/org.apache.servicemix.shell.cfg Mon Dec 10 11:35:20 2007
@@ -1,21 +1,22 @@
-# 
-# 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.
+################################################################################
 #
+#    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.
+#
+################################################################################
+
 #
 startLocalConsole=true
 startRemoteShell=true

Modified: servicemix/smx4/runtime/trunk/assembly/src/main/release/etc/org.ops4j.pax.logging.cfg
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/assembly/src/main/release/etc/org.ops4j.pax.logging.cfg?rev=603009&r1=603008&r2=603009&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/assembly/src/main/release/etc/org.ops4j.pax.logging.cfg (original)
+++ servicemix/smx4/runtime/trunk/assembly/src/main/release/etc/org.ops4j.pax.logging.cfg Mon Dec 10 11:35:20 2007
@@ -1,21 +1,22 @@
-# 
-# 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.
+################################################################################
 #
+#    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.
+#
+################################################################################
+
 #
 log4j.rootLogger=INFO, out
 

Modified: servicemix/smx4/runtime/trunk/filemonitor/src/test/data/foo/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/filemonitor/src/test/data/foo/META-INF/MANIFEST.MF?rev=603009&r1=603008&r2=603009&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/filemonitor/src/test/data/foo/META-INF/MANIFEST.MF (original)
+++ servicemix/smx4/runtime/trunk/filemonitor/src/test/data/foo/META-INF/MANIFEST.MF Mon Dec 10 11:35:20 2007
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+License-00: 
+License-01: Licensed to the Apache Software Foundation (ASF) under one or more
+License-02: contributor license agreements.  See the NOTICE file distributed with
+License-03: this work for additional information regarding copyright ownership.
+License-04: The ASF licenses this file to You under the Apache License, Version 2.0
+License-05: (the "License"); you may not use this file except in compliance with
+License-06: the License.  You may obtain a copy of the License at
+License-07: 
+License-08:      http://www.apache.org/licenses/LICENSE-2.0
+License-09: 
+License-10: Unless required by applicable law or agreed to in writing, software
+License-11: distributed under the License is distributed on an "AS IS" BASIS,
+License-12: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+License-13: See the License for the specific language governing permissions and
+License-14: limitations under the License.
+License-15:

Modified: servicemix/smx4/runtime/trunk/filemonitor/src/test/data/foo/foo.txt
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/filemonitor/src/test/data/foo/foo.txt?rev=603009&r1=603008&r2=603009&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/filemonitor/src/test/data/foo/foo.txt (original)
+++ servicemix/smx4/runtime/trunk/filemonitor/src/test/data/foo/foo.txt Mon Dec 10 11:35:20 2007
@@ -1 +1,18 @@
+/**
+ *
+ * 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.
+ */
 Hey!

Modified: servicemix/smx4/runtime/trunk/gshell/gshell-core/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/gshell/gshell-core/pom.xml?rev=603009&r1=603008&r2=603009&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/gshell/gshell-core/pom.xml (original)
+++ servicemix/smx4/runtime/trunk/gshell/gshell-core/pom.xml Mon Dec 10 11:35:20 2007
@@ -190,14 +190,6 @@
         </dependency>
     </dependencies>
 
-    <repositories>
-        <repository>
-            <id>codehaus-snapshots</id>
-            <name>Codehaus Snapshot repository</name>
-            <url>http://snapshots.repository.codehaus.org</url>
-        </repository>
-    </repositories>
-
     <build>
         <resources>
             <resource>

Modified: servicemix/smx4/runtime/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/pom.xml?rev=603009&r1=603008&r2=603009&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/pom.xml (original)
+++ servicemix/smx4/runtime/trunk/pom.xml Mon Dec 10 11:35:20 2007
@@ -42,6 +42,21 @@
     <module>assembly</module>
   </modules>
 
+  <scm>
+      <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/smx4/runtime/trunk</connection>
+      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/smx4/runtime/trunk</developerConnection>
+      <url>http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/</url>
+
+  </scm>
+  <issueManagement>
+      <system>jira</system>
+      <url>http://issues.apache.org/activemq/browse/SM</url>
+  </issueManagement>
+
+  <prerequisites>
+      <maven>2.0.7</maven>
+  </prerequisites>
+
   <properties>
       <ant.version>1.7.0</ant.version>
       <aopalliance.version>1.0</aopalliance.version>
@@ -75,6 +90,12 @@
            <name>Default maven repo</name>
            <url>http://repo1.maven.org/maven2</url>
        </repository>
+       <!-- ServiceMix repo -->
+       <repository>
+           <id>servicemix</id>
+           <name>ServiceMix Repository</name>
+           <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
+       </repository>
        <!-- Apache snapshot -->
        <repository>
            <id>apache-snapshots</id>
@@ -87,17 +108,6 @@
                <enabled>true</enabled>
            </snapshots>
        </repository>
-       <!-- ServiceMix repo -->
-       <repository>
-           <id>servicemix</id>
-           <name>ServiceMix Repository</name>
-           <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
-       </repository>
-       <!-- Apache Incubating repository -->
-       <repository>
-           <id>apache-incubator</id>
-           <url>http://people.apache.org/repo/m2-incubating-repository</url>
-       </repository>
    </repositories>
 
   <pluginRepositories>
@@ -181,6 +191,8 @@
               <version>2.4</version>
               <configuration>
                 <outputDirectory>${basedir}/eclipse-classes</outputDirectory>
+                <downloadSources>true</downloadSources>
+                <downloadJavadocs>true</downloadJavadocs>
               </configuration>
             </plugin>              
               <plugin>
@@ -218,6 +230,7 @@
           <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-javadoc-plugin</artifactId>
+              <version>2.3</version>
           </plugin>
           <plugin>
               <groupId>org.apache.maven.plugins</groupId>
@@ -257,6 +270,68 @@
                               <exclude>**/eclipse-classes/**/*</exclude>
                           </excludes>
                       </configuration>
+                  </plugin>
+              </plugins>
+          </build>
+      </profile>
+      <profile>
+          <id>release</id>
+          <build>
+              <plugins>
+                  <!-- We want to deploy the artifact to a staging location for perusal -->
+                  <plugin>
+                      <inherited>true</inherited>
+                      <artifactId>maven-deploy-plugin</artifactId>
+                      <version>2.3</version>
+                      <configuration>
+                          <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
+                          <updateReleaseInfo>true</updateReleaseInfo>
+                      </configuration>
+                  </plugin>
+                  <!-- We want to sign the artifact, the POM, and all attached artifacts -->
+                  <plugin>
+                      <artifactId>maven-gpg-plugin</artifactId>
+                      <version>1.0-alpha-4</version>
+                      <executions>
+                          <execution>
+                              <goals>
+                                  <goal>sign</goal>
+                              </goals>
+                          </execution>
+                      </executions>
+                  </plugin>
+              </plugins>
+          </build>
+      </profile>
+      <profile>
+          <id>deploy</id>
+          <build>
+              <defaultGoal>deploy</defaultGoal>
+              <plugins>
+                  <plugin>
+                      <groupId>org.apache.maven.plugins</groupId>
+                      <artifactId>maven-source-plugin</artifactId>
+                      <version>2.0.4</version>
+                      <executions>
+                          <execution>
+                              <id>attach-sources</id>
+                              <goals>
+                                  <goal>jar</goal>
+                              </goals>
+                          </execution>
+                      </executions>
+                  </plugin>
+                  <plugin>
+                      <groupId>org.apache.maven.plugins</groupId>
+                      <artifactId>maven-javadoc-plugin</artifactId>
+                      <executions>
+                          <execution>
+                              <id>attach-javadocs</id>
+                              <goals>
+                                  <goal>jar</goal>
+                              </goals>
+                          </execution>
+                      </executions>
                   </plugin>
               </plugins>
           </build>