You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ge...@apache.org on 2006/11/29 04:31:22 UTC

svn commit: r480373 - /harmony/enhanced/jdktools/trunk/modules/jpda/make/hyproperties.xml

Author: geirm
Date: Tue Nov 28 19:31:21 2006
New Revision: 480373

URL: http://svn.apache.org/viewvc?view=rev&rev=480373
Log:
tweak for jdpa build


Added:
    harmony/enhanced/jdktools/trunk/modules/jpda/make/hyproperties.xml   (with props)

Added: harmony/enhanced/jdktools/trunk/modules/jpda/make/hyproperties.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/jdktools/trunk/modules/jpda/make/hyproperties.xml?view=auto&rev=480373
==============================================================================
--- harmony/enhanced/jdktools/trunk/modules/jpda/make/hyproperties.xml (added)
+++ harmony/enhanced/jdktools/trunk/modules/jpda/make/hyproperties.xml Tue Nov 28 19:31:21 2006
@@ -0,0 +1,53 @@
+<?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.
+-->
+
+<hy>
+   <luni location=".">
+      <src>
+         <main>
+            <java location="src/main/java" />
+            <native location="src/main/native" />
+        	<resources location="src/main/resources" />
+         </main>
+         <test location="src/test">
+            <resources location="src/test/resources" />
+         </test>
+         <natives location="src/natives" />
+      </src>
+      <bin>
+        <main location="bin/main" />
+        <test location="bin/test" />
+      </bin>
+      <packaging>
+        <jarname>luni</jarname>
+      </packaging>
+   </luni>
+
+   <hdk location="../../deploy" />
+   <jdk location="../../deploy/jdk" />
+   <build location="../../build/classes" />
+
+   <tests>
+      <reports location="../../build/test_report" />
+      <support>
+          <bin location="../../build/tests" />
+      </support>
+   </tests>
+</hy>

Propchange: harmony/enhanced/jdktools/trunk/modules/jpda/make/hyproperties.xml
------------------------------------------------------------------------------
    svn:eol-style = native