You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@etch.apache.org by di...@apache.org on 2009/02/08 21:09:22 UTC

svn commit: r742153 - in /incubator/etch/branches/release-1.0.2: ./ binding-csharp/compiler/src/main/java/etch/bindings/csharp/compiler/ binding-csharp/runtime/src/main/csharp/Properties/ binding-java/compiler/src/main/java/etch/bindings/java/compiler/...

Author: dixson
Date: Sun Feb  8 20:09:21 2009
New Revision: 742153

URL: http://svn.apache.org/viewvc?rev=742153&view=rev
Log:
update generated-source w/ license text

Modified:
    incubator/etch/branches/release-1.0.2/binding-csharp/compiler/src/main/java/etch/bindings/csharp/compiler/CompilerVersion.java
    incubator/etch/branches/release-1.0.2/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs
    incubator/etch/branches/release-1.0.2/binding-java/compiler/src/main/java/etch/bindings/java/compiler/CompilerVersion.java
    incubator/etch/branches/release-1.0.2/binding-xml/compiler/src/main/java/etch/bindings/xml/compiler/CompilerVersion.java
    incubator/etch/branches/release-1.0.2/build.xml
    incubator/etch/branches/release-1.0.2/compiler/src/main/java/etch/compiler/Version.java

Modified: incubator/etch/branches/release-1.0.2/binding-csharp/compiler/src/main/java/etch/bindings/csharp/compiler/CompilerVersion.java
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/binding-csharp/compiler/src/main/java/etch/bindings/csharp/compiler/CompilerVersion.java?rev=742153&r1=742152&r2=742153&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/binding-csharp/compiler/src/main/java/etch/bindings/csharp/compiler/CompilerVersion.java (original)
+++ incubator/etch/branches/release-1.0.2/binding-csharp/compiler/src/main/java/etch/bindings/csharp/compiler/CompilerVersion.java Sun Feb  8 20:09:21 2009
@@ -26,5 +26,5 @@
 	// of VERSION below with whatever it wants the version string to actually be.
 	
 	/** The version of this Etch backend (compiler) */
-	public String VERSION = "csharp 1.0.0 (LOCAL-0)";
+	public String VERSION = "csharp apache-etch-1.0.2-incubating (LOCAL-0)";
 }

Modified: incubator/etch/branches/release-1.0.2/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs?rev=742153&r1=742152&r2=742153&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs (original)
+++ incubator/etch/branches/release-1.0.2/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs Sun Feb  8 20:09:21 2009
@@ -1,19 +1,19 @@
-// 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.                                           *
 using System.Reflection;
 using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;
@@ -25,8 +25,8 @@
 [assembly: AssemblyDescription("Apache Etch C# Runtime DLL")]
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("Apache Software Foundation")]
-[assembly: AssemblyProduct("Apache Etch")]
-[assembly: AssemblyCopyright("Copyright © 2008")]
+[assembly: AssemblyProduct("Apache Etch (incubating)")]
+[assembly: AssemblyCopyright("Copyright (c) Apache Software Foundation 2009")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 
@@ -47,5 +47,5 @@
 //
 // You can specify all the values or you can default the Revision and Build Numbers 
 // by using the '*' as shown below:
-[assembly: AssemblyVersion("1.0.0")]
-[assembly: AssemblyFileVersion("1.0.0")]
+[assembly: AssemblyVersion("1.0.2")]
+[assembly: AssemblyFileVersion("1.0.2")]

Modified: incubator/etch/branches/release-1.0.2/binding-java/compiler/src/main/java/etch/bindings/java/compiler/CompilerVersion.java
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/binding-java/compiler/src/main/java/etch/bindings/java/compiler/CompilerVersion.java?rev=742153&r1=742152&r2=742153&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/binding-java/compiler/src/main/java/etch/bindings/java/compiler/CompilerVersion.java (original)
+++ incubator/etch/branches/release-1.0.2/binding-java/compiler/src/main/java/etch/bindings/java/compiler/CompilerVersion.java Sun Feb  8 20:09:21 2009
@@ -26,5 +26,5 @@
 	// of VERSION below with whatever it wants the version string to actually be.
 	
 	/** The version of this Etch backend (compiler) */
-	public String VERSION = "java 1.0.0 (LOCAL-0)";
+	public String VERSION = "java apache-etch-1.0.2-incubating (LOCAL-0)";
 }

Modified: incubator/etch/branches/release-1.0.2/binding-xml/compiler/src/main/java/etch/bindings/xml/compiler/CompilerVersion.java
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/binding-xml/compiler/src/main/java/etch/bindings/xml/compiler/CompilerVersion.java?rev=742153&r1=742152&r2=742153&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/binding-xml/compiler/src/main/java/etch/bindings/xml/compiler/CompilerVersion.java (original)
+++ incubator/etch/branches/release-1.0.2/binding-xml/compiler/src/main/java/etch/bindings/xml/compiler/CompilerVersion.java Sun Feb  8 20:09:21 2009
@@ -26,5 +26,5 @@
 	// of VERSION below with whatever it wants the version string to actually be.
 	
 	/** The version of this Etch backend (compiler) */
-	public String VERSION = "xml 1.0.0 (LOCAL-0)";
+	public String VERSION = "xml apache-etch-1.0.2-incubating (LOCAL-0)";
 }

Modified: incubator/etch/branches/release-1.0.2/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/build.xml?rev=742153&r1=742152&r2=742153&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/build.xml (original)
+++ incubator/etch/branches/release-1.0.2/build.xml Sun Feb  8 20:09:21 2009
@@ -130,11 +130,13 @@
 
     <target name="extra-clean">
         <!-- remove files that were overwritten by the filtered copy -->
+        <!--
         <delete file="compiler/src/main/java/etch/compiler/Version.java" />
         <delete file="binding-java/compiler/src/main/java/etch/bindings/java/compiler/CompilerVersion.java" />
         <delete file="binding-xml/compiler/src/main/java/etch/bindings/xml/compiler/CompilerVersion.java" />
         <delete file="binding-csharp/compiler/src/main/java/etch/bindings/csharp/compiler/CompilerVersion.java" />
         <delete file="binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs" />
+        -->
     </target>    
 
     <!-- Component targets; Add to this set -->

Modified: incubator/etch/branches/release-1.0.2/compiler/src/main/java/etch/compiler/Version.java
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/compiler/src/main/java/etch/compiler/Version.java?rev=742153&r1=742152&r2=742153&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/compiler/src/main/java/etch/compiler/Version.java (original)
+++ incubator/etch/branches/release-1.0.2/compiler/src/main/java/etch/compiler/Version.java Sun Feb  8 20:09:21 2009
@@ -23,5 +23,5 @@
 public interface Version
 {
 	/** The version of the Etch frontend (parser) */
-	public String VERSION = "Etch 1.0.0 (LOCAL-0)";
+	public String VERSION = "Apache Etch apache-etch-1.0.2-incubating (LOCAL-0)";
 }